]> www.ginac.de Git - ginac.git/history - ginac/parser
Update copyright statements.
[ginac.git] / ginac / parser /
2014-10-14 Richard KreckelUpdate copyright statements.
2012-07-17 Alexei Sheplyakov[bugfix] Always #include <lst.h> before using lst....
2012-02-23 Alexei SheplyakovMerge branch 'master' of git://github.com/AlexeiSheplya...
2011-10-28 Jens VollingaParser can now read GiNaC lists (lst) defined by braces.
2011-07-26 Jens VollingaQuick and dirty bug fix for the parser to read GiNaC...
2011-05-22 Alexei SheplyakovParser: don't bother to generate 3 (C++) functions...
2011-02-26 Alexei SheplyakovParser: don't bother to generate 3 (C++) functions...
2011-02-04 Richard KreckelExtend copyright to 2011.
2011-02-03 Richard KreckelDon't try to tie the library version to the package...
2011-02-03 Richard KreckelMerge branch 'master.msvc.support' of git://github...
2010-12-09 Alexei SheplyakovUse C style cast when converting void* into function...
2010-12-09 Jens VollingaAdded get_builtin_reader() that parses only the builtin...
2010-12-09 Jens VollingaFixed include of stdint.h (parser.cpp needs the header...
2010-12-09 Alexei SheplyakovFix the compliation error *for real* ... and restore...
2010-12-09 Alexei SheplyakovFix the compliation error *for real*
2010-12-09 Jens VollingaFixed memory leak.
2010-12-09 Jens VollingaFixed the fix in commit f059ebe117d15292e0d262e6e8e232e...
2010-12-09 Jens VollingaFixed dirty hack in parser to distinguish between seria...
2010-12-09 Jens VollingaFixed the parser such that it can read in user defined...
2010-12-09 Jens VollingaFixed cast that caused compile error on 64bit machines.
2010-12-09 Jens VollingaAllow user defined functions to be parsed.
2010-12-09 Alexei SheplyakovRevert "Changed the parser such that it understands...
2010-11-26 Jan Rheinländer[msvc] Work around strange scoping and name mangling...
2010-07-05 Alexei SheplyakovParser: handle abbreviations as advertized in the manual.
2010-07-05 Alexei SheplyakovParser: handle abbreviations as advertized in the manual.
2010-03-05 Jens VollingaCopyright goes 2010.
2010-03-05 Jens VollingaCopyright goes 2010.
2010-02-27 Richard KreckelUpdate copyright notice.
2010-01-14 Alexei SheplyakovUse C style cast when converting void* into function...
2009-10-04 Richard KreckelMerge branch 'ginac_1-5' of ssh://www.ginac.de/srv...
2009-10-04 Jens VollingaMoved header includes to source files to avoid pollutin...
2009-08-09 Jens VollingaAdded get_builtin_reader() that parses only the builtin...
2009-08-09 Jens VollingaFixed include of stdint.h (parser.cpp needs the header...
2009-08-09 Alexei SheplyakovFix the compliation error *for real* ... and restore...
2009-08-09 Alexei SheplyakovFix the compliation error *for real*
2009-07-31 Jens VollingaFixed memory leak.
2009-07-31 Jens VollingaFixed the fix in commit f059ebe117d15292e0d262e6e8e232e...
2009-07-31 Jens VollingaFixed dirty hack in parser to distinguish between seria...
2009-07-31 Jens VollingaFixed the parser such that it can read in user defined...
2009-07-31 Jens VollingaFixed cast that caused compile error on 64bit machines.
2009-07-15 Jens VollingaAllow underscores in identifiers.
2009-07-15 Jens VollingaAllow user defined functions to be parsed.
2009-07-15 Jens VollingaAllow underscores in identifiers.
2009-07-10 Jens VollingaChanged the parser such that it understands all defined...
2009-05-02 Jens VollingaAdded include for cstdio header.
2009-04-24 Jens VollingaAdded include for cstdio header.
2009-02-06 Jens VollingaPrettified source code.
2009-02-05 Jens VollingaRenamed files *.tcc and *.hpp to *.h.
2008-09-30 Jens VollingaMerge branch 'master' of git://ffmssmsc.jinr.ru:443...
2008-09-19 Alexei SheplyakovUse the new parser in the ex(const string&, lst&) ctor.
2008-09-19 Alexei SheplyakovParser can parse (some) floating point numbers now.
2008-09-19 Alexei Sheplyakovparser: add necessary checks to operator() to stop...
2008-09-19 Alexei Sheplyakov[bugfix] parser::parse_literal_expr(): don't forget...
2008-09-19 Alexei Sheplyakov[bugfix]: parser::parse_unary_expr() parses '-a-b'...
2008-09-19 Alexei Sheplyakovparser: change order of the constructor optional arguments.
2008-09-19 Alexei Sheplyakovparser: allow read/write access to symbol table and...
2008-09-19 Alexei Sheplyakovparser: map input strings onto arbitrary expressions...
2008-09-19 Alexei Sheplyakov[BUGFIX] parser.hpp: fix include guard so the header...
2008-09-09 Jens VollingaMerge branch 'master' of git://ffmssmsc.jinr.ru:443...
2008-09-09 Alexei Sheplyakovparser: improve error reporting a little bit.
2008-09-09 Alexei Sheplyakovlexer: when switching to another output stream, clean...
2008-08-21 Alexei SheplyakovFaster, better (recursive descent) expression parser.