]> www.ginac.de Git - ginac.git/history - ginac/function.cppy
[build] Fix Python detection in Autotools build.
[ginac.git] / ginac / function.cppy
2020-04-07 Richard Kreckel[PATCH] Check number of parameters when reading functio...
2020-01-01 Richard KreckelHappy New Year!
2019-02-16 Richard KreckelHappy New Year!
2018-01-01 Richard KreckelHappy New Year!
2017-07-17 Vladimir V. KisilFix excessive backslashes in the LaTeX function names.
2017-01-09 Richard KreckelHappy New Year!
2016-04-13 Richard KreckelFix typos in comments.
2016-04-05 Richard KreckelMerge branch 'c++11' in preparation for version 1.7.0.
2016-02-25 Richard KreckelUse C++11 'auto' and range-based for loops where possible.
2016-02-22 Richard KreckelUse C++11 'nullptr' where applicable.
2016-01-28 Richard KreckelRemove 'level' argument of evalf().
2016-01-01 Richard KreckelHappy New Year!
2016-01-01 Richard KreckelHappy New Year!
2015-12-16 Richard KreckelMerge some cosmetic patches.
2015-12-16 Richard KreckelMake .eval() evaluate top-level only.
2015-12-16 Richard KreckelMake add::eval(), mul::eval() work without compromise.
2015-12-01 Richard KreckelImprove method of setting status_flags::dynallocated.
2015-11-26 Richard KreckelUse initializer lists to construct container<>, lst.
2015-11-08 Richard KreckelReplace GiNaC::ToString() with std::to_string().
2015-11-07 Richard KreckelUse C++11 'nullptr' where applicable.
2015-11-07 Richard KreckelRemove 'discardable' option from ctors of container...
2015-11-03 Richard KreckelFix most remaining GCC compiler warnings.
2015-11-03 Richard KreckelUse C++11 range-based foor loops and auto, where possible.
2015-11-01 Richard KreckelReplace use of NULL by C++11 nullptr.
2015-11-01 Richard KreckelRemove dependence on depreacted std::auto_ptr<T>.
2015-02-08 Vladimir V. KisilExplicit derivation of functions.
2015-01-25 Richard KreckelHappy new year!
2014-10-14 Richard KreckelUpdate copyright statements.
2013-10-16 Vladimir V. KisilMake it possible to override info() for functions.
2013-10-16 Vladimir V. KisilFunctions can define a custom expand() now.
2012-07-17 Alexei SheplyakovConvert function.pl into C++ (well, almost) source...