log libinterp/parse-tree/module.mk @ 31167:92d897a2c1c3

age author description
Fri, 29 Jul 2022 10:41:22 -0700 Rik New runtime function __enable_vm_eval__() to control use of VM evaluator.
Tue, 10 Aug 2021 16:42:29 -0400 John W. Eaton remove JIT compiler from Octave sources
Tue, 08 Jun 2021 15:49:37 -0400 John W. Eaton avoid possible gcc warning about C++ one definition rule (bug #60586)
Tue, 01 Jun 2021 13:34:57 -0400 John W. Eaton initial implementation of parsing for arguments validaton block (bug #59405)
Tue, 30 Jun 2020 15:52:25 -0400 John W. Eaton accept spmd command blocks as language elements (bug #58676)
Mon, 02 Dec 2019 18:20:28 -0600 John W. Eaton use file position object to track line and column info in lexer and parser
Wed, 20 Nov 2019 19:22:54 -0600 John W. Eaton disallow lvalue references in anonymous functions (bug #57255)
Thu, 07 Feb 2019 00:03:55 +0000 John W. Eaton eliminate unnecessary tree_funcall class
Sat, 18 Aug 2018 23:05:41 +0200 Olaf Till Save all scopes of nested anonymous functions (bug #45969).
Wed, 18 Jul 2018 13:31:48 -0400 John W. Eaton don't substitute api.prefix style in bison input files
Thu, 12 Jul 2018 16:37:22 -0700 Mike Miller build: delete empty unused LLVM_CXXFLAGS build variable
Thu, 12 Jul 2018 17:20:29 -0400 John W. Eaton simplify usage of CFLAGS and CXXFLAGS (bug #48505)
Tue, 22 May 2018 13:23:49 -0400 John W. Eaton move returning, breaking, and continuing flags to evaluator
Wed, 29 Nov 2017 15:18:52 -0500 John W. Eaton move oct-lvalue files from corefcn to parse-tree directory
Wed, 01 Nov 2017 08:21:13 +0100 Julien Bect libinterp/parse-tree/module.mk: Add LLVM flags to libparse_tree_la
Sat, 08 Jul 2017 10:10:37 -0400 John W. Eaton move profiler.h and profiler.cc to libinterp/parse-tree directory
Fri, 07 Jul 2017 18:17:32 -0400 John W. Eaton move comment-list.h and comment-list.cc to libinterp/parse-tree directory
Sun, 11 Jun 2017 16:57:00 -0400 John W. Eaton eliminate unused dup methods in parse tree classes
Mon, 15 May 2017 16:17:58 -0400 John W. Eaton use automake %reldir% feature
Fri, 21 Apr 2017 18:07:40 -0400 John W. Eaton begin refactoring parse tree evaluator
Thu, 20 Apr 2017 12:52:32 -0400 John W. Eaton let walker visit tree_boolean and tree_compound_binary expressions directly
Thu, 02 Feb 2017 16:16:26 -0500 John W. Eaton move bp_table class to separate file
Tue, 31 Jan 2017 17:43:58 -0500 John W. Eaton move JIT compiler files from corefcn to parse-tree directory
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Sat, 25 Jun 2016 11:36:37 -0400 John W. Eaton use pattern rule for Bison
Wed, 24 Feb 2016 09:52:27 -0500 John W. Eaton eliminate deprecated register storage class specifier
Wed, 10 Feb 2016 13:21:57 -0500 John W. Eaton don't install oct-gperf.h, oct-parse.h, or oct-tex-parser.h
Thu, 31 Dec 2015 17:06:36 -0500 John W. Eaton rework method of disabling warnings from GCC
Fri, 17 Jul 2015 14:44:47 -0400 John W. Eaton provide per-directory clean targets
Fri, 10 Jul 2015 13:28:33 -0400 John W. Eaton eliminate recursive make invocations in liboctave and libinterp directories
Sat, 28 Feb 2015 19:07:48 -0500 Mike Miller build: Fix build failure on missing oct-parse.h (bug #44391)
Fri, 20 Feb 2015 17:18:19 -0500 John W. Eaton make --enable-silent-rules configure option more useful
Thu, 19 Feb 2015 18:05:07 -0500 John W. Eaton handle bison syntax changes in TeX parser
Sat, 20 Sep 2014 15:18:25 -0400 John W. Eaton maint: Periodic merge of gui-release to default.
Wed, 10 Sep 2014 11:23:37 -0400 John W. Eaton allow building with old versions of bison again (bug #43023) stable
Wed, 10 Sep 2014 11:23:37 -0400 John W. Eaton allow building with old versions of bison again (bug #43023)
Fri, 01 Aug 2014 14:08:05 -0400 John W. Eaton maint: Periodic merge of gui-release to default.
Fri, 01 Aug 2014 14:06:35 -0400 John W. Eaton fix botched merge gui-release
Fri, 01 Aug 2014 12:10:05 -0400 John W. Eaton maint: Periodic merge of gui-release to default.
Fri, 01 Aug 2014 08:09:02 -0400 John W. Eaton handle changes in bison 3.x stable
Sat, 05 Oct 2013 11:22:09 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Thu, 05 Sep 2013 16:11:19 -0700 Rik build: Use convenience library to build tex-parser so "old-style cast" warning can be disabled.
Mon, 22 Apr 2013 16:37:53 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Sat, 16 Mar 2013 02:26:42 -0400 John W. Eaton distribute parser header files omitted in changeset faaf60aa457c
Wed, 13 Mar 2013 14:33:14 -0400 John W. Eaton use separate automake convenience library for bison and flex generated files
Sat, 09 Mar 2013 18:09:54 -0500 John W. Eaton maint: periodic merge of default to classdef classdef
Sat, 09 Mar 2013 18:04:51 -0500 John W. Eaton rearrange class heirarchy for tree_cell and tree_matrix
Wed, 06 Mar 2013 16:43:33 -0500 John W. Eaton maint: periodic merge of default to classdef classdef
Sat, 02 Mar 2013 12:26:42 -0500 John W. Eaton check syntax used to enable bison push/pull parser
Thu, 01 Nov 2012 15:01:20 -0400 Jordi GutiƩrrez Hermoso maint: periodic merge of default to classdef classdef
Tue, 18 Sep 2012 11:33:48 -0700 Rik build: Comment and add FIXME notes for automake rules which never fire.
Tue, 04 Sep 2012 07:45:46 -0700 Rik build: Use INC rather than INCLUDES for consistent naming in libinterp Makefile.am.
Thu, 30 Aug 2012 15:52:50 +0100 Michael Goffioul Use -DOCTINTERP_DLL when compiling convenience libaries in libinterp.
Fri, 24 Aug 2012 15:50:14 -0400 John W. Eaton maint: periodic merge of default to classdef classdef base src/parse-tree/module.mk@50e816bb4971
Sat, 18 Aug 2012 16:23:39 -0400 John W. Eaton split libinterp from src base src/parse-tree/module.mk@5402e415925e