log libinterp/corefcn/module.mk @ 20654:b65888ec820e draft default tip gccjit

age author description
Fri, 27 Feb 2015 16:59:36 +0100 Stefan Mahr dmalcom gcc jit import draft default tip gccjit
Fri, 09 Oct 2015 12:03:23 -0700 Rik Remove fuzzy matching from odeset/odeget.
Thu, 24 Sep 2015 12:58:46 +0200 jcorno Moving ode45, odeset, odeget, and levenshtein from odepkg to core.
Sat, 26 Sep 2015 16:32:28 +0100 Carnë Draug Use CXXFLAGS to build *.df files (fix regression by 0ce7d8303152)
Mon, 17 Aug 2015 09:20:03 -0700 Rik maint: Rename instances of LS_ASCII to LS_TEXT for clarity.
Fri, 17 Jul 2015 14:44:47 -0400 John W. Eaton provide per-directory clean targets
Wed, 15 Jul 2015 16:57:40 -0400 John W. Eaton use move-if-change for most rules that generate source files
Sat, 11 Jul 2015 23:25:37 -0400 Mike Miller Fix encoded source file name for builtin functions
Fri, 10 Jul 2015 13:28:33 -0400 John W. Eaton eliminate recursive make invocations in liboctave and libinterp directories
Mon, 15 Jun 2015 17:42:44 -0400 John W. Eaton don't include hdf5.h or use HDF5 typedefs in public header files (bug #43180)
Sun, 15 Mar 2015 03:31:16 +0000 Carnë Draug New function psi to compute the digamma function.
Fri, 27 Feb 2015 23:54:17 -0500 Mike Miller build: Declare dependencies between generated sources (bug #44383)
Fri, 27 Feb 2015 19:44:28 -0500 John W. Eaton move some files without external dependencies from dldfcn to corefcn
Thu, 26 Feb 2015 10:49:20 -0500 John W. Eaton avoid needing to include hdf5 in public header files (bug #44370, #43180)
Fri, 20 Feb 2015 17:18:19 -0500 John W. Eaton make --enable-silent-rules configure option more useful
Thu, 19 Feb 2015 18:05:07 -0500 John W. Eaton handle bison syntax changes in TeX parser
Sat, 07 Feb 2015 21:51:20 +0100 Sébastien Villemot Add new ordschur function.
Tue, 30 Dec 2014 20:41:00 -0800 Rik maint: Periodic merge of gui-release to default.
Tue, 30 Dec 2014 13:27:49 -0800 Rik Don't distribute mxarray.h in tarball (bug #43805). gui-release
Tue, 30 Dec 2014 14:04:53 -0800 Rik Don't distribute mxarray.h in tarball (bug #43805).
Mon, 15 Dec 2014 21:01:45 -0800 Rik maint: Periodic merge of gui-release to default.
Fri, 12 Dec 2014 17:20:00 -0800 Rik build: Don't install mxarray.in.h (bug #43805). gui-release
Fri, 05 Dec 2014 10:54:32 -0800 Rik Use emptyset symbol rather than circled division slash in Tex interpreter for '\0'.
Thu, 23 Oct 2014 17:12:58 -0400 John W. Eaton limit specific CPPFLAGS variables to specific convenience libs (bug #38928)
Sun, 31 Aug 2014 21:05:38 -0700 Rik Deprecate syl, add new function sylvester.
Thu, 17 Jul 2014 11:19:21 -0400 John W. Eaton avoid some old-style cast warnings
Sun, 13 Apr 2014 11:27:18 -0400 Mike Miller build: Add missing octave-default-image.h to source distribution
Tue, 05 Nov 2013 16:06:38 -0800 Rik build: Add HDF5_CPPFLAGS to octave-value, corefcn sublibraries (bug #38928)
Sat, 02 Nov 2013 14:34:02 -0700 Rik build: Don't use JAVA_CPPFLAGS, FT2_CPPFLAGS everywhere when making .df files.
Thu, 31 Oct 2013 17:10:38 -0700 Rik build: Remove LLVM_(CPPFLAGS|CXXFLAGS) from XTRA_CXXFLAGS.
Thu, 31 Oct 2013 13:13:25 -0700 Rik build: Remove FreeType and Fontconfig CPPFLAGS from XTRA_CXXFLAGS.
Tue, 29 Oct 2013 15:16:23 -0700 Rik build: Remove embedded gl2ps. Require gl2ps as external dependency.
Thu, 03 Oct 2013 15:52:49 -0400 John W. Eaton move url_transfer classes to liboctave
Thu, 03 Oct 2013 12:31:48 -0400 John W. Eaton move unwind-protect to liboctave
Wed, 02 Oct 2013 19:52:39 -0400 John W. Eaton extract handle object to a separate file
Sat, 28 Sep 2013 16:54:34 -0700 Rik doc: grammarcheck of documentation before 3.8 release.
Thu, 05 Sep 2013 16:11:19 -0700 Rik build: Use convenience library to build tex-parser so "old-style cast" warning can be disabled.
Fri, 30 Aug 2013 10:51:19 -0400 Michael Goffioul Don't make oct-tex-lexer.ll and oct-tex-symbols.cc dependent on Makefile (bug #39896).
Sat, 24 Aug 2013 14:27:09 -0400 Michael Goffioul Move TeX symbol decoding into the lexer (bug #39831).
Sun, 18 Aug 2013 16:36:46 -0400 Michael Goffioul Support TeX elements in FreeType renderer.
Sun, 18 Aug 2013 16:36:38 -0400 Michael Goffioul Add simple TeX parser based on flex/bison.
Wed, 03 Jul 2013 17:43:48 -0700 Rik maint: Collapse interpfcn and interpfcn-core directories into corefcn directory.
Wed, 24 Apr 2013 23:22:50 -0400 Mike Miller Add ellipj, ellipke, and expint functions from Octave Forge
Wed, 03 Apr 2013 23:16:37 -0400 John W. Eaton use octave-link instead of hook for edit function
Sat, 30 Mar 2013 10:57:15 -0400 John W. Eaton allow command-line edit function to use GUI editor
Wed, 19 Sep 2012 10:17:35 -0700 Rik build: Add FFTW_XCPPFLAGS to corefcn convenience library CPPFLAGS
Fri, 31 Aug 2012 20:00:20 -0700 Rik build: Refactor liboctave into multiple subdirectories. Move libcruft into liboctave.
Thu, 30 Aug 2012 15:52:50 +0100 Michael Goffioul Use -DOCTINTERP_DLL when compiling convenience libaries in libinterp.
Sat, 18 Aug 2012 16:23:39 -0400 John W. Eaton split libinterp from src base src/corefcn/module.mk@ab0fd349e94a