log libinterp/corefcn/latex-text-renderer.cc @ 33617:ec2635a02328 bytecode-interpreter tip

age author description
Thu, 07 Mar 2024 13:55:46 -0500 John W. Eaton for consistent coding style, use #if defined, not #ifdef or #ifndef
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
Thu, 21 Dec 2023 11:22:26 -0800 Rik maint: Place class name and class keyword on one line.
Wed, 16 Aug 2023 16:57:52 +0200 Markus Mützel Consistently use double quotes to include "config.h".
Fri, 17 Feb 2023 23:27:46 -0500 John W. Eaton default or disable more ctors, dtors, and assignment ops
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
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
Mon, 29 Aug 2022 13:58:00 +0200 Markus Mützel maint: Merge stable to default.
Sun, 28 Aug 2022 22:44:49 +0200 Pantxo Diribarne Make sure we don't pass short 8.3 path to latex on Windows (bug #62779). stable
Wed, 22 Jun 2022 12:48:59 -0400 John W. Eaton eliminate WHO arguments from interpreter-private functions
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
Thu, 27 May 2021 22:49:26 +0200 Pantxo Diribarne Limit the size of the cache of latex parsed strings (bug #59546).
Fri, 13 Aug 2021 14:08:16 -0400 John W. Eaton eliminate some unnecessary octave:: namespace tags
Wed, 12 May 2021 17:57:08 +0200 Pantxo Diribarne Warn when latex interpreter can't be used (bug #60583)
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
Fri, 09 Apr 2021 21:59:01 +0200 Pantxo Diribarne Fix some copyright dates in new files (bug #59546)
Thu, 01 Apr 2021 23:18:50 +0200 Pantxo Diribarne Differ latex test until actually needed (bug #59546)
Mon, 22 Mar 2021 21:32:54 +0100 Pantxo Diribarne Initial implementation of a LaTeX interpreter (bug #59546).