]> www.ginac.de Git - ginac.git/history - ginac/parser/default_reader.tpl
Don't try to tie the library version to the package version number.
[ginac.git] / ginac / parser / default_reader.tpl
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 Jens VollingaFixed the parser such that it can read in user defined...
2010-12-09 Jens VollingaAllow user defined functions to be parsed.
2010-12-09 Alexei SheplyakovRevert "Changed the parser such that it understands...
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-07-31 Jens VollingaFixed the parser such that it can read in user defined...
2009-07-15 Jens VollingaAllow user defined functions to be parsed.
2009-07-10 Jens VollingaChanged the parser such that it understands all defined...
2009-02-05 Jens VollingaRenamed files *.tcc and *.hpp to *.h.
2008-08-21 Alexei SheplyakovFaster, better (recursive descent) expression parser.