log libinterp/corefcn/jsondecode.cc @ 30564:796f54d4ddbf stable

age author description
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sun, 28 Nov 2021 21:52:08 -0800 Rik maint: style check C++ files in libinterp/ ahead of 7.1 release. stable
Fri, 26 Nov 2021 18:13:08 -0800 Rik doc: Use consistent styling for @ref, @xref, @pxref statements. stable
Wed, 24 Nov 2021 20:19:43 -0800 Rik doc: grammarcheck texi files of Octave manual ahead of 7.1 release stable
Wed, 24 Nov 2021 19:42:29 -0800 Rik doc: grammarcheck C++ files in libinterp/ directory ahead of 7.1 release. stable
Wed, 18 Aug 2021 01:06:35 -0400 John W. Eaton move jsondecode functions to octave namespace and make local functions static
Wed, 18 Aug 2021 14:56:07 +0900 Kai T. Ohlhus jsondecode.cc: Handle array of arrays and arrays of structs correctly (bug #60688)
Tue, 17 Aug 2021 09:55:02 +0200 Markus Mützel jsondecode.cc: Avoid dereferencing invalid pointer.
Tue, 17 Aug 2021 14:54:29 +0900 Abdallah Elshamy jsondecode.cc: New option "makeValidName" to disable string validation.
Sat, 14 Aug 2021 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions inside octave namespace
Wed, 26 May 2021 07:51:34 -0700 Rik Improve performance (> 100X) of jsondecode (bug #60625).
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Mon, 23 Nov 2020 16:11:46 +0900 Kai T. Ohlhus jsondecode.cc: use `octave::make_valid_name` not `matlab.lang.makeValidName` (patch #9998)
Sat, 26 Sep 2020 14:19:23 +0200 Abdallah-Elshamy Decode JSON boolean arrays into logical arrays (bug #59135).
Fri, 18 Sep 2020 13:02:43 -0700 Rik Review jsonecode/jsondecode BIST tests.
Thu, 17 Sep 2020 05:07:02 -0700 Rik Code review for jsonencode/jsondecode functions.
Thu, 20 Aug 2020 23:12:47 +0900 Abdallah Elshamy doc: Improve JSON documentation.
Tue, 18 Aug 2020 15:22:48 +0900 Kai T. Ohlhus jsondecode.cc: Prefer STL to custom comparison function
Tue, 18 Aug 2020 14:44:22 +0900 Abdallah Elshamy Support for RapidJSON 1.1.0 with jsonencode and jsondecode
Thu, 13 Aug 2020 23:57:07 +0900 Abdallah Elshamy New functions jsondecode and jsonencode (bug #53100).