]> www.ginac.de Git - ginac.git/history - ginac/Makefile.am
Changed code from using cl_UP_MI to using umodpoly. The cl_UP_MI interface was
[ginac.git] / ginac / Makefile.am
2008-10-19 Alexei SheplyakovRewritten heuristic and PRS GCD for univariate polynomi...
2008-09-30 Jens VollingaMerge branch 'master' of git://ffmssmsc.jinr.ru:443...
2008-09-20 Alexei SheplyakovImplemented modular GCD algorithm for univariate polyno...
2008-09-19 Alexei SheplyakovWipe out the old (bison/flex generated) parser.
2008-09-19 Alexei SheplyakovUse the new parser in the ex(const string&, lst&) ctor.
2008-08-27 Alexei SheplyakovBail out if both autogen and autogen'erated file(s...
2008-08-21 Alexei SheplyakovFaster, better (recursive descent) expression parser.
2008-08-09 Jens VollingaAdded polynomial factorization (univariate case).
2007-08-28 Jens VollingaAdded compiler.h
2007-03-29 Richard Kreckel* Use pkg-config for detecting CLN, advertise it in...
2006-01-19 Jens Vollinga- New tinfo mechanism
2005-12-07 Jens VollingaAdded compile function.
2005-07-01 Jens VollingaModernized configuration files [A.Sheplyakov].
2004-10-12 Jens VollingaAdded integral class.
2003-12-19 Richard Kreckel* s/LFLAGS/AM_LFLAGS/, s/YFLAGS/AM_YFLAGS/.
2003-11-17 Jens Vollinga* zeta(n,x) is now zetaderiv(n,s)
2003-08-22 Christian Bauerhash_map.h didn't get installed
2003-08-18 Christian Baueradded ex::const_iterator, ex::begin(), ex::end()
2003-08-14 Jens Vollingasynced to 1.2
2003-07-21 Christian Bauer- split registered_class_info into the actual per-class...
2003-07-02 Christian Bauermerging 1.2 branch into main trunk
2001-10-27 Richard Kreckel* Headers only include <iosfwd> from now on, since...
2001-10-26 Richard Kreckel* As agreed upon at lunch, remove debugmsg since it...
2001-06-27 Christian Bauer- replaced the Derivative() function by a more resonabl...
2001-06-11 Christian Bauer- Instead of just totally symmetric or antisymmetric...
2001-05-24 Christian Bauer- first implementation of pattern matching
2001-04-06 Christian Bauer- replaced the various print*() member functions by...
2001-03-28 Christian Bauer- added skeleton implementation of color and clifford...
2001-03-06 Christian Bauer- revamped indexed objects
2000-05-18 Richard Kreckel- Added version.h.in to EXTRA_DIST. release_0-6-1
2000-05-18 Richard Kreckel- Added version.h to the list of files to be installed.
2000-03-31 Christian Bauer- the ex stream >> operator is gone
2000-03-29 Christian Bauer- expressions can now be read from streams; the input...
2000-03-23 Richard Kreckel- We now write f(x).series(x==3,5) instead of f(x)...
2000-02-22 Alexander Frinkremember strategies least recently used and least frequ...
2000-02-02 Richard Kreckel- diff() is now only defined on classes ex and basic...
2000-01-27 Christian Bauer- building GiNaC in a separate directory now works
2000-01-19 Christian Bauer- implemented global class registry (for class basic...
1999-12-17 welzellortensor class
1999-12-13 Richard Kreckel- introduced info_flags::cinteger, info_flags::crational,
1999-11-26 Christian Bauer- files which are generated by perl scripts are made...
1999-11-19 Richard Kreckel- architectural checkpoint for zeta-function.
1999-11-19 Christian Bauer- some files were missing in the distribution
1999-11-17 Christian Bauer- put everything in "GiNaC" namespace
1999-11-10 Christian Bauer- enforced GiNaC coding standards :-)
1999-11-09 Christian Bauer- switched to automake build environment