log libinterp/corefcn/jsonencode.cc @ 33625:d213a148b3f1 default tip @

age author description
Tue, 12 Mar 2024 21:47:48 -0700 Rik Allow integer inputs greater than 999999 to jsonencode (bug #65447)
Fri, 22 Dec 2023 12:14:08 -0500 John W. Eaton maint: merge stable to default
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Wed, 13 Dec 2023 15:48:06 -0500 John W. Eaton avoid dim_vector copies in more places where possible (bug #64962)
Sat, 02 Dec 2023 18:03:12 -0800 Rik maint: code cleanup in jsonencode.cc
Fri, 01 Dec 2023 16:37:40 -0800 Rik Allow inputs of class single to jsonencode (bug #64949)
Tue, 10 Jan 2023 14:32:20 -0800 Rik Fix segfault when using jsonencode on empty struct arrays (bug #63622) stable
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 01 Dec 2022 18:02:15 -0800 Rik maint: Re-indent code after switch to using namespace macros. stable
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
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
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
Sat, 14 Aug 2021 16:27:53 -0400 John W. Eaton move some error handling functions inside octave namespace
Sat, 20 Mar 2021 10:42:06 +0900 Abdallah-Elshamy jsonencode.cc: Make pretty formating compatible with MATLAB (bug #60259).
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Fri, 27 Nov 2020 17:01:47 -0800 Rik doc: Cleanup Texinfo macros use in documentation.
Thu, 01 Oct 2020 23:26:28 +0200 Abdallah-Elshamy From e2bcb18a88f3075348dd53b5768110d621d8455d Mon Sep 17 00:00:00 2001
Fri, 02 Oct 2020 12:58:12 -0400 John W. Eaton in unwind_action objects, capture variables in lambda expressions when possible
Sun, 27 Sep 2020 19:23:53 -0700 Rik jsonencode.cc: Use unwind_action rather than unwind_protect for performnace.
Fri, 18 Sep 2020 13:02:43 -0700 Rik Review jsonecode/jsondecode BIST tests.
Fri, 18 Sep 2020 11:58:38 -0700 Rik Use lambda expression instead of file static one-line function in cset b6bed53f059f.
Fri, 18 Sep 2020 19:17:12 +0200 Markus Mützel Reset the warning state after changing it locally in jsonencode (bug #59122).
Thu, 17 Sep 2020 11:07:19 -0700 Rik doc: grammarcheck documentation.
Thu, 17 Sep 2020 07:42:22 -0700 Rik Use specific configure test to detect RapidJSON PrettyWriter functionality (bug #59114)
Thu, 17 Sep 2020 05:07:02 -0700 Rik Code review for jsonencode/jsondecode functions.
Fri, 28 Aug 2020 13:49:14 +0900 Abdallah Elshamy document and test escape characters in jsonencode
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).