log m4/acinclude.m4 @ 26992:05f389459461

age author description
Wed, 27 Mar 2019 14:41:01 -0700 Mike Miller configure: avoid excessive SUNDIALS warning messages when already disabled
Wed, 27 Mar 2019 13:48:50 -0700 Mike Miller configure: disable building with SUNDIALS when the API is too old (bug #55937)
Mon, 18 Mar 2019 21:05:20 +0000 John W. Eaton search for klu.h in more places (bug #55950)
Mon, 18 Mar 2019 19:48:13 +0000 John W. Eaton fix sunlinsol_klu.h detection with sundials 4.x (bug #55950)
Fri, 15 Mar 2019 10:37:21 -0700 Mike Miller build: avoid test syntax error in sundials configuration (bug #55926)
Thu, 14 Mar 2019 08:00:59 +0000 John W. Eaton use OCTAVE_CHECK_LIB to check for sundials_sunlinsolklu library
Thu, 14 Mar 2019 07:05:22 +0000 John W. Eaton don't disable all of sundials if including sunlinsol_klu.h fails (bug #55911)
Wed, 13 Mar 2019 21:57:11 +0000 John W. Eaton improve configure checks for sundials (bug #55911)
Wed, 13 Mar 2019 19:14:22 +0000 John W. Eaton fix sundials configure warnings (bug #55911)
Wed, 13 Mar 2019 08:03:10 +0100 Carlo de Falco Remove calls to deprecated sundials functions.
Wed, 13 Mar 2019 03:44:11 +0100 Carlo de Falco Directly include klu.h in __ode15__.cc (bug #52475).
Fri, 15 Feb 2019 12:35:15 +0100 Carlo de Falco Update detection of sundials in the build system (bug #52475).
Tue, 12 Mar 2019 07:47:03 +0000 John W. Eaton Backed out changeset 4b256f00650c stable
Tue, 12 Mar 2019 05:11:37 +0000 John W. Eaton use QtCore and Qt5Gui modules instead of Qt5OpenGL(bug #55735) stable
Mon, 11 Mar 2019 20:17:43 +0000 John W. Eaton make building with Qt4 QGLWidget work again (bug #55735) stable
Thu, 31 Jan 2019 21:35:04 -0800 Mike Miller build: support GNU bison 3.3, silence POSIX compatibility warning (bug #55613) stable
Thu, 03 Jan 2019 23:10:31 +0100 Julien Bect jit: configure: Improve configure AC_CACHE_CHECK messages stable
Thu, 03 Jan 2019 21:54:54 +0100 Julien Bect jit: configure: Check if llvm::IRBuilder::CreateConstInBoundsGEP1_32 API stable
Wed, 02 Jan 2019 16:08:46 +0100 Julien Bect jit: configure: Check if llvm::createAlwaysInlinerPass exists stable
Sat, 29 Dec 2018 22:25:25 +0100 Julien Bect jit: configure: Check llvm::IRBuilder API stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 14 Nov 2018 10:57:46 -0800 Rik maint: merge stable to default.
Wed, 14 Nov 2018 10:53:30 -0800 Rik Fix failing BIST tests and oddities when gnuplot is not present (bug #55023). stable
Fri, 17 Nov 2017 11:03:30 +0100 Pantxo Diribarne Add SVG convertion option for printing to PDF and raster outputs (bug #52193)
Fri, 28 Sep 2018 18:18:09 -0400 John W. Eaton dynamically load qt graphics
Sat, 15 Sep 2018 09:43:48 +0200 John Swensen Improve OpenGL rendering on high resolution screens with Qt 5 (bug #49053)
Thu, 06 Sep 2018 16:29:56 -0400 John W. Eaton use wrapper class to call OpenGL functions
Thu, 30 Aug 2018 10:45:51 -0400 John W. Eaton maint: Merge stable to default.
Thu, 30 Aug 2018 10:03:09 -0400 John W. Eaton eliminate OCTAVE_HAVE_FAST_INT_OPS macro and associated code (bug #54572) stable
Wed, 25 Jul 2018 14:48:00 -0400 John W. Eaton maint: Merge stable to default.
Wed, 25 Jul 2018 13:59:04 -0400 John W. Eaton OCTAVE_CHECK_LIB: avoid shell syntax error if not checking for lib stable
Wed, 18 Jul 2018 14:23:01 -0400 John W. Eaton fix errors in previous change
Wed, 18 Jul 2018 13:31:48 -0400 John W. Eaton don't substitute api.prefix style in bison input files
Thu, 05 Jul 2018 09:29:27 -0400 John W. Eaton move some fortran and dynamic linking configure checks to separate macros stable
Wed, 25 Apr 2018 10:23:22 -0400 John W. Eaton avoid syntax errors in build-aux/subst scripts stable
Tue, 24 Apr 2018 10:35:49 -0400 John W. Eaton fix logic error in OCTAVE_CONFIG_LIB (bug #53736) stable
Fri, 06 Apr 2018 11:07:15 -0400 John W. Eaton correctly track available/missing Qt tools when qtchooser is not found stable
Fri, 06 Apr 2018 08:14:39 -0400 John W. Eaton allow configure to continue if some Qt tools are found (bug #53571) stable
Wed, 04 Apr 2018 10:06:04 -0400 John W. Eaton if some Qt tools are instaslled, don't check for another version stable
Wed, 04 Apr 2018 08:06:23 -0400 John W. Eaton if a Qt version appears partially installed, don't check another version stable
Mon, 02 Apr 2018 17:39:58 -0700 Mike Miller configure: disable SUNDIALS if the IDADENSE API is not found (bug #52475) stable
Mon, 02 Apr 2018 20:32:35 -0400 John W. Eaton display more info in configure summary about Qt version and missing features stable
Fri, 30 Mar 2018 14:44:30 +0200 Torsten build: Check for new help query member in qt 5.9 (bug #53006). stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 29 Mar 2018 11:15:04 -0400 John W. Eaton update arpack checks for F77_INT vs octave_idx_type changes stable
Wed, 28 Mar 2018 14:38:43 -0700 Mike Miller gui: set Qt Application and Desktop metadata for desktop integration (bug #53102) stable
Wed, 28 Mar 2018 21:46:11 +0200 Torsten documentation widget based on qt help engine (bug #53006) stable
Tue, 27 Mar 2018 16:51:29 -0700 Mike Miller configure: mention qcollectiongenerator and qhelpgenerator in diagnostics (bug #53474) stable
Mon, 19 Mar 2018 20:20:25 -0700 Mike Miller build: export and use qcollectiongenerator command line options correctly stable
Wed, 14 Mar 2018 18:12:18 -0700 Mike Miller Use reverse DNS naming scheme for freedesktop application identifier stable
Mon, 12 Feb 2018 23:53:16 +0100 Pantxo Diribarne Generate Qt compressed help and collection files for the manual (bug #53006)
Wed, 14 Mar 2018 12:27:19 +0100 Pantxo Diribarne Improve Doxygen generation.
Sun, 04 Mar 2018 22:01:00 +0100 Pantxo Diribarne Rely on QOffscreenSurface functionality rather than its presence (bug #53278)
Fri, 02 Mar 2018 13:25:34 -0500 John W. Eaton eliminate most Qt version checks
Fri, 02 Mar 2018 09:11:09 -0800 Rik acinclude.m4: Fix another typo in cset 53f68d0fb122.
Fri, 02 Mar 2018 08:41:46 -0800 Rik acinclude.m4: Fix typo in previous cset (53f68d0fb122).
Fri, 02 Mar 2018 08:29:07 -0800 Rik acinclude.m4: Keep macros in alphabetical order.
Thu, 01 Mar 2018 23:19:55 -0600 Daniel J Sebald Make variable editor code compile under Qt4 (bug #53259)
Thu, 01 Mar 2018 11:12:38 -0800 Rik configure.ac: Overhaul file (bug #53186).
Fri, 23 Feb 2018 14:33:55 +0100 Pantxo Diribarne Allow getframe and print to work without osmesa (bug #53186).