log liboctave/util/oct-sort.cc @ 33248:7f73e4805a1f

age author description
Sun, 24 Mar 2024 18:12:34 -0400 John W. Eaton replace calls to assert with liboctave_panic functions liboctave
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Tue, 12 Dec 2023 21:18:18 -0800 Rik maint: C++ style check for liboctave/ before 9.1 release. stable
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Tue, 14 Sep 2021 18:13:20 -0700 Rik maint: oct-sort.cc: remove FIXME that is resolved.
Fri, 10 Sep 2021 07:02:04 -0700 Rik maint: Use public: qualifier in structs that are really classes.
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, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
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
Fri, 08 Jan 2021 11:17:59 +0100 Markus Mützel oct-sort.h: Use std::function for passing compare function.
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Sun, 22 Dec 2019 18:35:51 +0100 Markus Mützel Avoid warning from gcc 9 about comparison of expressions of different signedness
Mon, 09 Sep 2019 16:15:40 -0400 John W. Eaton use m_ prefix for data members in most liboctave/util classes
Thu, 03 Jan 2019 08:07:54 -0800 Rik oct-sort.cc: Fix static analyzer detected issues (bug #55347). stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 30 Aug 2018 12:23:38 -0400 John W. Eaton eliminate some macros in oct-sort.h header file
Fri, 11 May 2018 11:27:01 -0400 John W. Eaton avoid warning from gcc 8 (bug #53872)
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 26 Jul 2017 16:26:31 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Tue, 13 Jun 2017 12:43:42 -0700 Rik maint: Deprecate is_sorted and replace with issorted.
Thu, 27 Apr 2017 17:33:10 -0700 Rik maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Thu, 27 Apr 2017 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.