log libinterp/corefcn/jsonencode.cc @ 31605:e88a07dec498 stable

age author description
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).