]> www.ginac.de Git - ginac.git/history - ginac/utils.cpp
fixed is_exactly_a<symbol>
[ginac.git] / ginac / utils.cpp
2004-01-08 Christian BauerHappy New Year!
2003-07-31 Christian Bauerinitialize print_context registry on startup
2003-07-02 Christian Bauermerging 1.2 branch into main trunk
2003-01-21 Christian Bauer- prepared for 1.0.13 release
2002-01-25 Richard Kreckel* Finilize version 1.0.4 (version numbers, copyrights... release_1-0-4
2001-10-26 Richard Kreckel* As agreed upon at lunch, remove debugmsg since it...
2001-10-22 Richard Kreckel* Some internal reorganization WRT flyweight handling...
2001-08-17 Richard Kreckel- removed manual basepointer-fiddling in construct...
2001-08-07 Richard Kreckel- use initializers in exception class pole_error.
2001-06-27 Christian Bauer- replaced the Derivative() function by a more resonabl...
2001-05-19 Christian Bauer- dummy index renamer didn't account for internal dummy...
2001-02-28 Richard Kreckel* ginac/registrar.h: dtor is inlined now.
2001-02-14 Christian Bauer- added documentation to the indexed, color, lortensor...
2001-01-22 Richard Kreckel- See if __GNUC__ < 2.97 before using std::vector<...
2000-12-15 Richard Kreckel- utils.cpp, version.h.in: add version information... release_0-7-0
2000-08-11 Christian Bauer- more indentation fixes
2000-08-11 Christian Bauer- indentation is now done with tabs
2000-07-21 Richard Kreckel- Derivatives are now assembled in a slightly different...
2000-07-06 Richard Kreckel- Introduced derivative of Li2.
2000-01-30 Richard Kreckel- Renamed flag NO_GINAC_NAMESPACE to NO_NAMESPACE_GINAC...
2000-01-21 Christian Bauer- changed all instances of "foo const &/*" to "const...
2000-01-11 Richard Kreckel- made nops() return unsigned instead of int
1999-12-20 Richard Kreckel- more logic on the trigonometric function stuff.
1999-12-17 Richard Kreckel- Banned exZERO(), exONE(), exMINUSHALF() and all this...
1999-12-02 Alexander Frink#ifndef around namespace GiNaC { }
1999-11-19 Christian Bauer- rotate_31() and golden_hash_ratio() moved to utils.h
1999-11-17 Christian Bauer- put everything in "GiNaC" namespace
1999-11-16 Christian Bauer- modified the comment blocks so the copyright message...
1999-11-10 Christian Bauer- modified GiNaC headers to Alexander's liking
1999-11-10 Christian Bauer- enforced GiNaC coding standards :-)
1999-11-09 Christian Bauer- switched to automake build environment