log configure.ac @ 24815:89b62d22d723

age author description
Thu, 01 Mar 2018 16:15:50 -0800 Rik configure.ac: Delete check for Xft library.
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).
Sat, 03 Feb 2018 16:48:01 +0100 Markus Mützel Fix cross-building for win32 target (bug #50463).
Fri, 02 Feb 2018 14:16:30 -0800 Rik configure.ac: Only check for psapi library when compiling for Windows.
Sun, 07 Jan 2018 21:48:04 +0100 Markus Mützel Use new LAPACK functions in gsvd if available (bug #50463).
Fri, 19 Jan 2018 15:09:42 -0800 Mike Miller configure: test that makeinfo supports the @sortas command
Sat, 13 Jan 2018 10:27:11 -0800 Sebastian Schöps Fix Java >1.8 on macOS (Bug #9439)
Mon, 08 Jan 2018 10:43:17 -0800 Rik Add '+' to development branch API version number to avoid segfaults with .oct files (bug #52815).
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Thu, 07 Dec 2017 21:47:53 -0800 Rik maint: merge stable to default.
Thu, 07 Dec 2017 21:47:14 -0800 Rik configure.ac: Fix test for Java version (bug #52617). stable
Thu, 07 Dec 2017 13:47:55 -0800 Rik build: Silence compile warning about unknown GCC warning "-Wimplicit-fallthrough".
Wed, 06 Dec 2017 18:28:06 -0800 Rik maint: merge stable to default.
Wed, 06 Dec 2017 18:27:31 -0800 Rik Fix ENABLE_JIT mistakenly being set by configure. stable
Wed, 29 Nov 2017 11:26:14 -0800 Rik maint: fix buggy merge of stable to default in cset 3ae0003252ac.
Wed, 29 Nov 2017 11:15:40 -0800 Rik maint: merge stable to default.
Wed, 29 Nov 2017 11:01:59 -0800 Rik configure.ac: Fix regression in detecting ARPACK library in cset f52d91f6ef80. stable
Tue, 21 Nov 2017 18:44:00 -0800 Rik maint: merge of stable to default.
Tue, 21 Nov 2017 17:49:18 -0800 Rik Check ARPACK library for buggy behavior in configure (bug #52425) stable
Mon, 24 Jul 2017 13:49:15 +0200 Julien Bect jit: pt-jit.cc: Use createBasicAAWrapperPass instead of createBasicAliasAnalysisPass
Sun, 12 Nov 2017 17:04:43 +0100 Julien Bect configure.ac: Add missing --system-libs arguments to llvm-config call
Fri, 20 Oct 2017 12:11:58 -0400 John W. Eaton use markdown for README and etc/HACKING files
Tue, 17 Oct 2017 15:45:07 +0200 Kai T. Ohlhus doc: Remove orphaned comment from cset 74fa9f184f92.
Mon, 02 Oct 2017 16:25:58 -0700 Mike Miller configure: add a command-line option '--without-freetype' to disable FreeType
Thu, 21 Sep 2017 14:19:10 -0700 Mike Miller build the source distribution archives reproducibly
Fri, 01 Sep 2017 12:30:49 -0700 Mike Miller configure: rely on gnulib for detection of clock_gettime
Fri, 01 Sep 2017 12:18:19 -0700 Mike Miller configure: reorder and group related blocks of feature tests
Fri, 01 Sep 2017 11:15:55 -0400 John W. Eaton check for suitesparse config library before other suitesparse libraries
Fri, 01 Sep 2017 07:20:01 -0400 John W. Eaton link with -lgdi32 on Windows systems (bug #51912)
Thu, 31 Aug 2017 18:50:24 -0400 John W. Eaton eliminate obsolete checks for header files
Thu, 31 Aug 2017 18:06:38 -0400 John W. Eaton eliminate custom checks for dirent library (bug #51830)
Thu, 31 Aug 2017 14:00:39 -0700 Mike Miller configure: fix capitalization of SUNDIALS, reword related terms
Thu, 31 Aug 2017 11:36:36 -0700 Mike Miller configure: make SUNDIALS double precision test cross-compile-safe (bug #51904)
Thu, 24 Aug 2017 14:51:31 -0700 Mike Miller build: set FLTK_LIBS properly by splitting FLTK_LDFLAGS
Mon, 07 Aug 2017 08:21:51 -0700 Mike Miller maint: Merge stable to default.
Mon, 07 Aug 2017 08:19:28 -0700 Mike Miller configure: ensure empty pkg-config results are actually empty (bug #51680) stable
Wed, 12 Jul 2017 10:25:52 -0400 John W. Eaton delete obsolete OCTAVE_CHECK_FUNC_FORTRAN_ISNAN configure macro
Sun, 09 Jul 2017 11:41:26 -0400 John W. Eaton use different definition for mkoctfile link deps
Tue, 27 Jun 2017 15:10:58 -0400 John W. Eaton rename some build scripts for consistency and move them to where they are used
Wed, 21 Jun 2017 16:44:26 -0700 Rik Remove legacy Fortran code for special functions now handled by std library.
Tue, 20 Jun 2017 18:02:54 -0700 Mike Miller configure: ensure that the C++ compiler supports C++11
Tue, 20 Jun 2017 18:28:23 -0400 John W. Eaton restore frexp and frexpf gnulib modules removed in 21b2816820cf
Tue, 20 Jun 2017 18:26:15 -0400 John W. Eaton eliminate obsolete file lo-math.h
Tue, 20 Jun 2017 14:13:58 -0400 John W. Eaton update GNULIB_LINK_DEPS for recent changes
Tue, 20 Jun 2017 08:48:52 -0700 Rik configure.ac: Remove unnecessary check for C++ sstream header.
Tue, 20 Jun 2017 08:13:21 -0700 Rik Use trig functions for complex inputs from C++ std library.
Mon, 19 Jun 2017 21:14:12 -0700 Rik Use sqrt from C++ std library in liboctave.
Mon, 19 Jun 2017 14:26:57 -0700 Rik Use lgamma, lgammaf from C++ std library.
Mon, 19 Jun 2017 10:30:55 -0700 Rik Use tgamma, tgammaf from C++ std library.
Mon, 19 Jun 2017 09:14:17 -0700 Rik configure.ac: Remave AC_CHECK_FUNC for roundl which is guaranteed in C++11.
Mon, 19 Jun 2017 09:09:27 -0700 Rik Use round, roundf, roundl from C++ std library.
Sun, 18 Jun 2017 21:55:12 -0700 Rik Use log1p, log1pf from C++ std library.
Sun, 18 Jun 2017 18:09:53 -0700 Rik Use modf, pow from C++ std library.
Sun, 18 Jun 2017 14:24:07 -0700 Rik Use expm1, expm1f from C++ std library.
Sat, 17 Jun 2017 17:41:40 -0700 Rik Use exp2, exp2f from C++ std library.
Sat, 17 Jun 2017 10:26:38 -0700 Rik Use erf, erff, erfc, erfcf from C++ std library.
Fri, 16 Jun 2017 21:19:37 -0700 Rik Use log2, log2f from C++ std library.
Fri, 16 Jun 2017 17:18:02 -0700 Rik Use hypot, hypotf from C++ std library.
Fri, 16 Jun 2017 17:09:29 -0700 Rik Use cbrt, cbrtf from C++ std library.