2011-02-04 |
Richard Kreckel | Extend copyright to 2011. |
blob | commitdiff | raw |
2010-03-05 |
Jens Vollinga | Copyright goes 2010. |
blob | commitdiff | raw | diff to current |
2010-03-05 |
Jens Vollinga | Copyright goes 2010. |
blob | commitdiff | raw | diff to current |
2010-02-27 |
Richard Kreckel | Update copyright notice. |
blob | commitdiff | raw | diff to current |
2009-02-06 |
Jens Vollinga | Prettified source code. |
blob | commitdiff | raw | diff to current |
2008-09-30 |
Jens Vollinga | Merge branch 'master' of git://ffmssmsc.jinr.ru:443... |
blob | commitdiff | raw | diff to current |
2008-09-19 |
Alexei Sheplyakov | Wipe out the old (bison/flex generated) parser. |
blob | commitdiff | raw | diff to current |
2008-09-19 |
Alexei Sheplyakov | Use the new parser in the ex(const string&, lst&) ctor. |
blob | commitdiff | raw | diff to current |
2008-09-19 |
Alexei Sheplyakov | match() (find()): use exmap (exset) to store matched... |
blob | commitdiff | raw | diff to current |
2008-03-27 |
Jens Vollinga | Merge commit 'origin/master' |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Richard B. Kreckel | Merge git://www.ginac.de/ginac |
blob | commitdiff | raw | diff to current |
2008-03-25 |
Richard B. Kreckel | Happy new year! |
blob | commitdiff | raw | diff to current |
2007-02-01 |
Richard Kreckel | * Happy New Year(s)! |
blob | commitdiff | raw | diff to current |
2006-05-16 |
Chris Dams | Patches by Vladimir. |
blob | commitdiff | raw | diff to current |
2006-03-27 |
Chris Dams | Added .is_polynomial() method. |
blob | commitdiff | raw | diff to current |
2005-05-01 |
Richard Kreckel | * Last week, the FSF has moved their office. |
blob | commitdiff | raw | diff to current |
2005-02-22 |
Christian Bauer | Happy new year! |
blob | commitdiff | raw | diff to current |
2004-04-12 |
Richard Kreckel | * Use the pointers to the flyweights, not their references! |
blob | commitdiff | raw | diff to current |
2004-01-08 |
Christian Bauer | Happy New Year! |
blob | commitdiff | raw | diff to current |
2003-12-11 |
Christian Bauer | optimization to ex::expand() |
blob | commitdiff | raw | diff to current |
2003-10-14 |
Richard Kreckel | * Dox fix. |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Christian Bauer | tidied up ex::subs() |
blob | commitdiff | raw | diff to current |
2003-09-03 |
Christian Bauer | minor optimizations to ex::subs() |
blob | commitdiff | raw | diff to current |
2003-08-29 |
Christian Bauer | moved the reference counter into its own class "refcounted" |
blob | commitdiff | raw | diff to current |
2003-08-27 |
Christian Bauer | lsts are not shareable by default |
blob | commitdiff | raw | diff to current |
2003-08-24 |
Christian Bauer | - implemented object fusion as proposed by Richy |
blob | commitdiff | raw | diff to current |
2003-08-21 |
Christian Bauer | operator[] -> insert() (probably more efficient) |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Christian Bauer | subs() and normal() use maps instead of lists, resultin... |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Christian Bauer | merging 1.2 branch into main trunk |
blob | commitdiff | raw | diff to current |
2003-01-21 |
Christian Bauer | - prepared for 1.0.13 release |
blob | commitdiff | raw | diff to current |
2002-03-27 |
Christian Bauer | inlined ex::swap() and provided versions of iter_swap... |
blob | commitdiff | raw | diff to current |
2002-01-25 |
Richard Kreckel | * Finilize version 1.0.4 (version numbers, copyrights... release_1-0-4 |
blob | commitdiff | raw | diff to current |
2001-10-26 |
Richard Kreckel | * As agreed upon at lunch, remove debugmsg since it... |
blob | commitdiff | raw | diff to current |
2001-10-22 |
Richard Kreckel | * Some internal reorganization WRT flyweight handling... |
blob | commitdiff | raw | diff to current |
2001-08-22 |
Richard Kreckel | - Cleanups: My evil plot of making ex::bp private may... |
blob | commitdiff | raw | diff to current |
2001-06-27 |
Christian Bauer | - replaced the Derivative() function by a more resonabl... |
blob | commitdiff | raw | diff to current |
2001-06-23 |
Christian Bauer | - added find() (like has(), but returns list of all... |
blob | commitdiff | raw | diff to current |
2001-06-05 |
Richard Kreckel | - ++version_major. |
blob | commitdiff | raw | diff to current |
2001-06-01 |
Christian Bauer | - added numer_denom() to get numerator and denominator... |
blob | commitdiff | raw | diff to current |
2001-05-25 |
Christian Bauer | - removed debugging code in match() |
blob | commitdiff | raw | diff to current |
2001-05-08 |
Richard Kreckel | * All operators are now strictly following the semantic... |
blob | commitdiff | raw | diff to current |
2001-05-07 |
Richard Kreckel | * Methods of class ex which do absolutely nothing than... |
blob | commitdiff | raw | diff to current |
2001-04-20 |
Christian Bauer | - color/clifford objects have representation label... |
blob | commitdiff | raw | diff to current |
2001-04-06 |
Christian Bauer | - replaced the various print*() member functions by... |
blob | commitdiff | raw | diff to current |
2001-04-04 |
Richard Kreckel | * removed some obsolete stuff. |
blob | commitdiff | raw | diff to current |
2001-04-02 |
Christian Bauer | degree(), ldegree(), coeff(), lcoeff(), tcoeff() and... |
blob | commitdiff | raw | diff to current |
2001-03-22 |
Richard Kreckel | * Eliminated overloaded operator% for noncommunistic... |
blob | commitdiff | raw | diff to current |
2001-03-06 |
Christian Bauer | - revamped indexed objects |
blob | commitdiff | raw | diff to current |
2001-02-28 |
Richard Kreckel | * ginac/registrar.h: dtor is inlined now. |
blob | commitdiff | raw | diff to current |
2001-01-22 |
Richard Kreckel | - See if __GNUC__ < 2.97 before using std::vector<... |
blob | commitdiff | raw | diff to current |
2000-08-12 |
Richard Kreckel | - Changes to make it more ANSI-conformant. Stuff detec... |
blob | commitdiff | raw | diff to current |
2000-08-11 |
Christian Bauer | - indentation is now done with tabs |
blob | commitdiff | raw | diff to current |
2000-07-21 |
Richard Kreckel | - Derivatives are now assembled in a slightly different... |
blob | commitdiff | raw | diff to current |
2000-06-05 |
Richard Kreckel | - ginac/operators.cpp: added some missing debugmsg... |
blob | commitdiff | raw | diff to current |
2000-06-01 |
Richard Kreckel | - Fixed syntax errors that hit only when not defining... |
blob | commitdiff | raw | diff to current |
2000-03-31 |
Christian Bauer | - the ex stream >> operator is gone |
blob | commitdiff | raw | diff to current |
2000-03-15 |
Richard Kreckel | - The status_flags::expanded is now used on some occasions. |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Christian Bauer | - ex::numer() and ex::denom() now make use of the new... |
blob | commitdiff | raw | diff to current |
2000-02-10 |
Christian Bauer | - normal() now internally keeps numerator and denominat... |
blob | commitdiff | raw | diff to current |
2000-02-07 |
Richard Kreckel | - */Makefile.in: changes triggered by newer automake. |
blob | commitdiff | raw | diff to current |
2000-02-02 |
Richard Kreckel | - diff() is now only defined on classes ex and basic... |
blob | commitdiff | raw | diff to current |
2000-01-30 |
Richard Kreckel | - Renamed flag NO_GINAC_NAMESPACE to NO_NAMESPACE_GINAC... |
blob | commitdiff | raw | diff to current |
2000-01-21 |
Christian Bauer | - changed all instances of "foo const &/*" to "const... |
blob | commitdiff | raw | diff to current |
2000-01-11 |
Richard Kreckel | - made nops() return unsigned instead of int |
blob | commitdiff | raw | diff to current |
1999-12-20 |
Richard Kreckel | - more logic on the trigonometric function stuff. |
blob | commitdiff | raw | diff to current |
1999-12-17 |
Richard Kreckel | - Banned exZERO(), exONE(), exMINUSHALF() and all this... |
blob | commitdiff | raw | diff to current |
1999-12-13 |
Richard Kreckel | - introduced info_flags::cinteger, info_flags::crational, |
blob | commitdiff | raw | diff to current |
1999-12-02 |
Alexander Frink | #ifndef around namespace GiNaC { } |
blob | commitdiff | raw | diff to current |
1999-11-22 |
Christian Bauer | - ASSERT macro renamed to GINAC_ASSERT |
blob | commitdiff | raw | diff to current |
1999-11-17 |
Christian Bauer | - put everything in "GiNaC" namespace |
blob | commitdiff | raw | diff to current |
1999-11-16 |
Christian Bauer | - modified the comment blocks so the copyright message... |
blob | commitdiff | raw | diff to current |
1999-11-10 |
Christian Bauer | - modified GiNaC headers to Alexander's liking |
blob | commitdiff | raw | diff to current |
1999-11-10 |
Christian Bauer | - enforced GiNaC coding standards :-) |
blob | commitdiff | raw | diff to current |
1999-11-09 |
Christian Bauer | - switched to automake build environment |
blob | commitdiff | raw | diff to current |
|