]> www.ginac.de Git - ginac.git/history - ginac/integral.cpp
Happy New Year!
[ginac.git] / ginac / integral.cpp
2017-01-09 Richard KreckelHappy New Year!
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-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 KreckelMake .eval() evaluate top-level only.
2015-12-01 Richard KreckelImprove method of setting status_flags::dynallocated.
2015-10-10 Richard KreckelFix some apparent typos and misindentations 2.
2015-07-31 Richard KreckelFix some apparent typos and misindentations.
2015-01-25 Richard KreckelHappy new year!
2014-10-14 Richard KreckelUpdate copyright statements.
2011-02-04 Richard KreckelExtend copyright to 2011.
2010-08-23 Alexei Sheplyakovintegral::evalf(): don't attempt to ignore problems.
2010-08-21 Alexei Sheplyakovintegral::evalf(): don't attempt to ignore problems.
2010-03-05 Jens VollingaCopyright goes 2010.
2010-03-05 Jens VollingaCopyright goes 2010.
2010-02-27 Richard KreckelUpdate copyright notice.
2009-02-06 Jens VollingaPrettified source code.
2008-10-19 Alexei SheplyakovDon't force every algebraic class to implement archivin...
2008-10-19 Alexei SheplyakovWipe out remnants of custom RTTI.
2008-10-19 Alexei SheplyakovA better return_type_tinfo() mechanism.
2008-03-27 Jens VollingaMerge commit 'origin/master'
2008-03-26 Richard B. KreckelMerge git://www.ginac.de/ginac
2008-03-25 Richard B. KreckelHappy new year!
2007-04-02 Richard Kreckel* Fix compilation issues with prereleases of GCC 4...
2007-02-01 Richard Kreckel* Happy New Year(s)!
2006-12-11 Chris DamsAdded some abses to the code for numerical integration.
2006-02-22 Chris DamsReviving return_type_tinfo-system.
2006-01-19 Jens Vollinga- New tinfo mechanism
2005-09-18 Richard Kreckel* Make lookup in adaptivesimpson precision-aware. ...
2005-09-14 Richard Kreckel* Fix typo: the last argument to adaptivesimpson was...
2005-05-01 Richard Kreckel* Last week, the FSF has moved their office.
2005-02-22 Christian BauerHappy new year!
2005-01-08 Richard Kreckel* Fix static initialization order fiasco.
2004-10-14 Christian Baueradded error handling to op()/let_op()
2004-10-12 Jens VollingaAdded integral class.