log src/mkoctfile.in.cc @ 26853:b0f359a5ad35 stable

age author description
Tue, 05 Mar 2019 17:53:30 -0800 Mike Miller mkoctfile: use the TMPDIR environment variable if set (bug #55814) stable
Wed, 23 Jan 2019 13:41:59 -0800 Mike Miller mkoctfile: restore LDFLAGS, warn only when LFLAGS used directly (bug #55447) stable
Mon, 07 Jan 2019 15:26:57 -0800 Rik Fix memory leak in mkoctfile. stable
Sun, 06 Jan 2019 15:27:18 -0800 Mike Miller mkoctfile: use OCTAVE_VERSION instead of VERSION for API consistency stable
Fri, 04 Jan 2019 13:53:11 -0800 Rik mkoctfile.in.cc: Fix static analyzer detected issues (bug #55347). stable
Thu, 03 Jan 2019 21:43:42 -0800 Rik Use LDFLAGS for mkoctfile linker flags (bug #48678). stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 02 Jan 2019 10:34:39 -0800 Rik mkoctfile.in.cc: Fix static analyzer detected issues (bug #55347). stable
Wed, 02 Jan 2019 14:30:11 +0800 Ben Abbott Include -loctave -loctinterp and lib path to mkoctfile link command (bug #55033). stable
Thu, 13 Dec 2018 19:00:28 -0800 Mike Miller doc: bring mkoctfile command doc strings into agreement
Thu, 13 Dec 2018 16:01:37 -0800 Mike Miller remove unsafe "SED" from the build env stored in liboctinterp and mkoctfile
Fri, 06 Jul 2018 19:20:40 -0400 John W. Eaton include all octave-config vars in mkoctfile (bug #54260)
Wed, 27 Jun 2018 14:00:34 -0400 John W. Eaton mkoctfile: fix one more logic error
Wed, 27 Jun 2018 13:29:51 -0400 John W. Eaton mkoctfile: fix logic error with handling of -c option (bug #54182)
Tue, 26 Jun 2018 14:12:25 -0400 John W. Eaton mkoctfile: fix check for using -o and -c with multiple source files (bug #54182)
Tue, 26 Jun 2018 11:13:38 -0400 John W. Eaton undo previous change; use 0 instead of O_BINARY
Tue, 26 Jun 2018 09:52:19 -0400 John W. Eaton * mkoctfile.in.cc [CROSS]: Include <fcntl.h> for O_BINARY.
Mon, 25 Jun 2018 15:28:25 -0400 John W. Eaton mkoctfile: use tmp store tmp .o files in tmp directory (bug #54182)
Mon, 25 Jun 2018 13:13:07 -0400 John W. Eaton mkoctfile: Prevent invalid string indexing crash.
Mon, 25 Jun 2018 13:05:22 -0400 John W. Eaton mkoctfile: disallow -c and -o with multiple source files
Thu, 21 Jun 2018 12:42:11 -0400 John Donoghue link oct files with liboctave and libinterp in cross compile tools (Bug #53627)
Thu, 14 Jun 2018 14:34:09 -0400 John W. Eaton link .oct files with liboctave and libinterp on Windows systems (bug #53627)
Mon, 11 Jun 2018 15:11:25 -0400 John W. Eaton don't link .oct files with liboctinterp or liboctave (bug #53627)
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 12 Feb 2018 13:15:10 -0800 Rik Accept -O as an argument to mkoctfile (bug #53099).
Mon, 22 Jan 2018 02:17:46 -0500 John W. Eaton maint: strip trailing whitespace from source files
Fri, 19 Jan 2018 13:25:24 -0800 Rik Accept compound unrecognized arguments to mkoctfile (bug #52928).
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Fri, 28 Jul 2017 11:19:36 -0700 Rik Use C++11 raw string literals to avoid escaping backslashes in strings.
Fri, 28 Jul 2017 10:34:33 -0700 Rik Use C++11 raw string literals to avoid escaping double quotes.
Thu, 27 Jul 2017 15:55:33 -0400 John D cross tools: define OCTAVE_UNUSED if not defined
Sun, 09 Jul 2017 11:41:26 -0400 John W. Eaton use different definition for mkoctfile link deps
Wed, 28 Jun 2017 15:20:02 -0400 John W. Eaton revamp insertion of config variables into binaries and eliminate some macros
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Fri, 16 Dec 2016 10:56:23 -0500 John W. Eaton don't include sundials libraries or options in mkoctfile flags
Tue, 23 Aug 2016 02:13:28 +0200 Francesco Faccio Add Sundials library support
Tue, 06 Dec 2016 09:59:56 -0500 John W. Eaton style fixes for mkoctfile.cc
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Thu, 06 Oct 2016 11:55:20 -0400 John W. Eaton maint: strip tabs and trailing whitespace from C++ sources. stable
Wed, 14 Sep 2016 11:00:10 -0700 Rik mkoctfile.in.cc: Align explanation of -n option with other explanations.
Wed, 14 Sep 2016 18:52:26 +0100 Carnë Draug mkoctfile: alias --dry-run option to --just-print because it's very common.
Mon, 12 Sep 2016 16:05:04 -0700 Rik Add -n option to print, not execute, mkoctfile commands.
Sat, 10 Sep 2016 06:20:03 -0700 Rik Accept, but ignore, mex argument -largeArrayDims, -compatibleArrayDims (bug #39984).
Fri, 09 Sep 2016 19:40:22 -0700 Rik Implement Matlab-compatible MEX functions mxAssert and mxAssertS.
Wed, 31 Aug 2016 12:24:38 -0700 Rik maint: Style check C++ code in src/ directory.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Sat, 02 Jul 2016 20:29:39 -0700 Mike Miller mkoctfile: support more file extensions for C++ sources (bug #48381)
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Sun, 26 Jun 2016 03:50:20 -0400 John W. Eaton use OCTAVE_USE_WINDOWS_API more consistently
Tue, 21 Jun 2016 13:10:44 -0400 John W. Eaton fix cross build of mkoctfile
Fri, 17 Jun 2016 13:45:04 -0400 John W. Eaton limit gnulib headers to liboctave/wrappers directory
Thu, 16 Jun 2016 10:43:27 -0400 John W. Eaton use wrapper functions for mkoctfile and main
Fri, 10 Jun 2016 15:29:18 -0400 John W. Eaton don't include unistd.h unless it is needed
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Sat, 06 Feb 2016 06:40:13 -0800 Rik maint: indent #ifdef blocks in liboctave and src directories.