log libinterp/corefcn/load-path.h @ 31605:e88a07dec498 stable

age author description
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Thu, 24 Mar 2022 01:27:02 -0400 John W. Eaton don't use mutable keyword for load_path data members stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Fri, 10 Sep 2021 07:02:04 -0700 Rik maint: Use public: qualifier in structs that are really classes.
Thu, 09 Sep 2021 20:07:29 -0700 Rik maint: use "s_" prefix for static variables in class load_path.
Thu, 09 Sep 2021 13:04:56 -0700 Rik maint: use "m_" prefix for member variables in class load_path.
Thu, 09 Sep 2021 08:18:52 -0700 Rik maint: use "m_" prefix for member variables in class package_info.
Sat, 14 Aug 2021 21:50:26 -0400 John W. Eaton merge "namespace octave" and OCTAVE_NAMESPACE_BEGIN/END blocks
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, 18 Sep 2020 17:15:32 +0200 Markus Mützel Add function "dir_encoding" to set a file encoding per directory (bug #49685).
Thu, 30 Jan 2020 15:12:52 -0500 John W. Eaton allow reloading of handles to private functions (bug #57439)
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
Wed, 11 Sep 2019 18:01:40 -0400 John W. Eaton move qt_interpreter_events::file_in_path to load_path::contains_file_in_dir
Wed, 11 Sep 2019 18:23:46 -0400 John W. Eaton store reference to interpreter in load_path object
Mon, 25 Mar 2019 18:28:24 +0000 John W. Eaton backout changeset 98f1a964ff33
Fri, 22 Feb 2019 22:00:06 +0000 John W. Eaton insert package info in symbol table as loadpath finds +package dirs
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Tue, 23 Oct 2018 15:52:42 -0400 John W. Eaton remove nonexistent directories when updating loadpath
Tue, 12 Jun 2018 13:03:04 -0400 John W. Eaton solve installation info initialization problem differently
Fri, 08 Jun 2018 13:42:34 -0400 John W. Eaton move some static configuration variables inside a class
Tue, 15 May 2018 01:28:40 -0400 John W. Eaton maint: Merge stable to default.
Tue, 15 May 2018 01:08:38 -0400 John W. Eaton track multiple file types (oct|m|mex) for private functions (bug #53856) stable
Thu, 03 May 2018 01:40:27 -0400 John W. Eaton use std::function object for load-path add/remove hook functions
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 26 Mar 2018 13:10:42 -0400 John W. Eaton omit argument name from default copy ctors and assignment operators stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 06 Dec 2017 13:55:23 -0500 John W. Eaton Backed out changeset 4e746afab617
Wed, 06 Dec 2017 11:45:44 -0500 John W. Eaton don't store relative directory names in load path (bug #52598)
Mon, 26 Jun 2017 09:05:37 -0400 John W. Eaton remove octave:: namespace tag from symbols used inside octave namespace
Thu, 27 Apr 2017 12:31:17 -0400 John W. Eaton move load_path class to octave namespace
Thu, 20 Apr 2017 00:20:59 -0400 John W. Eaton eliminate load-path singleton
Thu, 20 Apr 2017 00:16:08 -0400 John W. Eaton rename load_path::loader to load_path::package_info
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
Tue, 06 Dec 2016 10:59:29 -0500 John W. Eaton use c++11 "= default" syntax for declaration of trivial destructors
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Wed, 24 Aug 2016 15:06:30 +0100 Carnë Draug Do the #include where they are needed.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Thu, 19 May 2016 13:59:28 -0400 John W. Eaton use namespace for dir_path class
Wed, 18 May 2016 15:23:05 -0400 John W. Eaton use namespace for system time classes
Tue, 08 Mar 2016 12:59:25 -0500 John W. Eaton catch exceptions in PKG_ADD files at startup (bug #47346)
Wed, 10 Feb 2016 14:25:53 -0500 John W. Eaton include octave-config.h in public header files
Wed, 30 Dec 2015 12:33:33 -0800 Rik maint: Replace emtpy 'std::string ()' calls with "".
Thu, 03 Dec 2015 10:23:38 -0800 Rik maint: Use Octave coding conventions for #if statements.
Fri, 27 Nov 2015 14:10:35 -0500 John W. Eaton warn about shadowed built ins with addpath -end (bug #46553)
Wed, 18 Nov 2015 15:48:27 -0800 Rik Consistently use 'filename' rather than 'file name' throughout code base.
Thu, 02 Apr 2015 17:16:03 -0400 John W. Eaton only insert package names into loader map if package dir exists (bug #43769)
Wed, 25 Feb 2015 11:55:49 -0800 Rik maint: Cleanup C++ code to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 05 Nov 2013 12:27:42 -0500 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 28 Oct 2013 19:51:46 -0700 Rik Use GNU style coding conventions for code in libinterp/
Wed, 23 Oct 2013 22:29:06 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Thu, 04 Jul 2013 10:09:58 -0400 John W. Eaton periodic merge of default to classdef classdef base libinterp/interpfcn/load-path.h@133038fc4131