log src/mkoctfile.in.cc @ 33552:129d335e4b78 bytecode-interpreter tip

age author description
Thu, 07 Mar 2024 14:01:24 -0500 John W. Eaton minor whitespace style fix
Tue, 02 Jan 2024 17:03:08 -0800 Rik Prefer --quiet to --silent in Octave.
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Fri, 29 Sep 2023 12:09:39 +0200 Markus Mützel maint: Merge stable to default.
Fri, 29 Sep 2023 12:08:45 +0200 Markus Mützel mkoctfile: Prefer parsing over passing on argument after unknown argument (bug #64725). stable
Tue, 29 Aug 2023 20:20:25 -0400 John Donoghue mkoctfile: Attempt to quote any replaced prefix parts (bug #64609).
Mon, 28 Aug 2023 11:47:15 +0200 Markus Mützel maint: Merge stable to default.
Mon, 28 Aug 2023 11:44:31 +0200 Markus Mützel mkoctfile: Skip parsing for less flags (bug #64590). stable
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
Fri, 06 Jan 2023 13:12:14 -0500 John W. Eaton maint: Merge stable to default.
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 16 Nov 2022 10:13:43 -0800 Rik maint: Remove more deprecated code from Octave 9.
Fri, 11 Nov 2022 17:12:41 +0100 Markus Mützel mkoctfile: Return configure result for READLINE_LIBS.
Tue, 28 Dec 2021 18:59:33 -0500 John W. Eaton maint: Merge stable to default.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 23 Dec 2021 19:00:12 +0100 Markus Mützel maint: merge stable to default.
Fri, 24 Sep 2021 16:14:05 -0500 Gene Harvey mkoctfile.in.cc: Quote file names in Fortran compiler command. stable
Mon, 29 Nov 2021 16:12:32 -0800 Rik maint: merge stable to default.
Mon, 29 Nov 2021 15:58:51 -0800 Rik maint: style check C++ files in src/ and libgui/ ahead of 7.1 release. stable
Sun, 28 Nov 2021 21:04:00 +0100 Markus Mützel maint: merge stable to default.
Sun, 28 Nov 2021 21:03:27 +0100 Markus Mützel mkoctfile: Add command line `-l` flags before LDFLAGS in linker command (bug #61571). stable
Sun, 28 Nov 2021 18:15:04 +0100 Markus Mützel Backed out changeset 79369ad5cee6
Fri, 26 Nov 2021 22:09:25 +0100 Markus Mützel maint: merge stable to default.
Fri, 26 Nov 2021 22:08:49 +0100 Markus Mützel mkoctfile: Correctly handle relocation in cross-compiler. stable
Wed, 24 Nov 2021 11:54:24 -0500 John W. Eaton eliminate LFLAGS from mkoctfile
Mon, 24 May 2021 14:27:07 -0400 John W. Eaton avoid possible buffer corruption introduced in b6f80b1d448f
Wed, 12 May 2021 20:11:34 -0700 Rik maint: merge stable to default.
Wed, 12 May 2021 20:03:41 -0700 Rik maint: use std::size_t in more instances (bug #60471) stable
Wed, 12 May 2021 19:28:54 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471) stable
Wed, 18 Jul 2018 22:34:08 -0400 Andrew Janke build: Use dynamic symbol lookup for functions in libraries on macOS (bug #53627).
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
Sun, 25 Apr 2021 17:07:27 +0200 Markus Mützel maint: merge stable to default.
Sat, 24 Apr 2021 19:17:16 +0200 Markus Mützel build: Make relocation of dependencies with Octave optional (bug #60413). stable
Sat, 17 Apr 2021 12:21:48 +0200 Markus Mützel Windows: Support non-ASCII characters in command line arguments.
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Tue, 29 Dec 2020 18:31:46 +0100 Markus Mützel Un-set API flags when using functions without linking to shared library (patch #8919).
Sun, 29 Nov 2020 14:20:08 +0100 Markus Mützel system: Support executing commands with non-ASCII characters on Windows (bug #59572).
Fri, 30 Oct 2020 11:21:49 +0100 Markus Mützel maint: merge stable to default.
Fri, 12 Jun 2020 22:13:04 +0200 Markus Mützel Use wide character overload to open file streams on Windows. stable
Tue, 20 Oct 2020 01:29:00 -0400 John W. Eaton mkoctfile: prefix warning messages with program name
Tue, 20 Oct 2020 01:35:35 -0400 John W. Eaton mkoctfile: don't add DL_LDFLAGS to LDFLAGS if linking stand alone program
Tue, 20 Oct 2020 01:20:38 -0400 John W. Eaton mkoctfile: revamp argument parsing
Tue, 20 Oct 2020 01:02:28 -0400 John W. Eaton mkoctfile: eliminate global debug variable
Fri, 09 Oct 2020 16:21:36 +0200 Markus Mützel maint: merge stable to default.
Sat, 26 Sep 2020 16:57:21 +0200 Markus Mützel mkoctfile: Account for different prefix on build and host system (bug #59173). stable
Wed, 07 Oct 2020 09:38:48 +0200 Markus Mützel maint: merge stable to default.
Wed, 07 Oct 2020 09:35:26 +0200 Markus Mützel NEWS: Announce deprecation of LFLAGS (bug #59173). stable
Wed, 30 Sep 2020 17:51:11 +0200 Markus Mützel maint: merge stable to default.
Wed, 30 Sep 2020 08:45:42 +0200 Markus Mützel mkoctfile.in.cc: Pass linker flags last (bug #59173). stable
Wed, 30 Sep 2020 17:46:50 +0200 Markus Mützel mkoctfile.in.cc: Add DL_LDFLAGS to DEFAULT_LDFLAGS (bug #59173).
Mon, 28 Sep 2020 15:43:50 -0700 Rik Change mkoctfile to print a usable default LDFLAGS on Windows platforms (bug #59173).
Wed, 30 Sep 2020 08:36:21 +0200 Markus Mützel backout changeset aab67699cbf6
Mon, 28 Sep 2020 09:17:57 -0700 Rik Remove deprecated property LFLAGS from mkoctfile.
Fri, 12 Jun 2020 22:13:04 +0200 Markus Mützel Use wide character overload to open file streams on Windows.
Tue, 25 Feb 2020 19:26:33 +0100 Markus Mützel Merge with stable
Fri, 21 Feb 2020 18:25:05 -0800 Mike Miller mkoctfile: quote linker arguments that may contain spaces (bug #57878) stable
Tue, 18 Feb 2020 12:45:45 -0500 John W. Eaton mkoctfile.cc: accept -R2017b and -R2018a mex options
Wed, 12 Feb 2020 12:20:49 -0500 John W. Eaton * mkoctfile.in.cc (main): Accept --silent option.