]> www.ginac.de Git - ginac.git/history - check
build: don't run any ${host} binaries while checking for readline.
[ginac.git] / check /
2008-09-08 Jens VollingaFixed bug in unvariate factorization. Bound for lifting...
2008-08-21 Alexei SheplyakovFaster, better (recursive descent) expression parser.
2008-08-21 Jens VollingaDaily bugfix in the polynomial factorization (code...
2008-08-20 Jens VollingaFixed bug in the Q matrix calculation and the univariat...
2008-08-09 Jens VollingaAdded polynomial factorization (univariate case).
2008-08-09 Jens VollingaAdded polynomial factorization (univariate case).
2008-08-09 Alexei SheplyakovAny complex number can be (un)archived properly.
2008-06-25 Jens VollingaRemoved left-over debugging line.
2008-06-25 Jens VollingaMake the behaviour of class function more consistent...
2008-06-24 Jens VollingaImprove heur_gcd() so it can handle rational polynomial...
2008-04-04 Jens VollingaAdded legacy tests for zeta and multiple polylog.
2008-04-04 Jens VollingaCheck for fixed bug in multiple polylogs.
2008-03-27 Jens VollingaMerge commit 'origin/master'
2008-03-27 Jens VollingaFixed make distcheck issues.
2008-03-26 Richard B. KreckelMerge git://www.ginac.de/ginac
2008-03-25 Richard B. KreckelHappy new year!
2008-03-04 Alexei Sheplyakovcheck: indicate the test failures with non-zero exit...
2007-12-14 Alexei Sheplyakovcheck/*_memleak.cpp: fix botched CVS commit[s].
2007-11-22 Jens VollingaFixed memory leak program.
2007-11-21 Jens VollingaAdded small program that exhibits the memory leak in...
2007-11-21 Jens Vollinga* Added check for memory leak in {mul,power}::eval...
2007-09-01 Jens VollingaHide failure due to term reordering.
2007-08-27 Jens Vollingalst_to_clifford() and clifford_to_lst() can handle...
2007-07-11 Jens VollingaAdditional transformations for mul and power [Sheplyakov].
2007-05-16 Chris DamsPatch by Stefan Weinzierl that fixes a bug in series...
2007-02-01 Richard Kreckel* Happy New Year(s)!
2006-11-22 Chris Damssmall correction: turned some idx into IDX.
2006-10-20 Chris DamsBugs w.r.t. raising/lowering dummy indices when doing...
2006-09-08 Chris DamsVladimirs improvements for the case that clifford objec...
2006-08-17 Chris DamsVladimirs patch for removing the "anti-commuting" branc...
2006-07-31 Chris DamsPatch from Alexei for enabling compilation on MinGW.
2006-07-24 Chris DamsImproved dummy index renaming.
2006-05-24 Chris DamsAllow for more general expressions for clifford metrics...
2006-02-14 Chris DamsFixed problems on 64-bit machines and introduced has_op...
2006-01-19 Jens Vollinga- Disabled three badly written checks that fail with...
2005-11-27 Richard Kreckel* Enclose sprod::print and sprod::eval in namespace...
2005-11-18 Richard Kreckel* Restore speed lost in GiNaC-1.3.2 [V. Kisil].
2005-11-18 Richard Kreckel* Reworked timing output and increased some timing...
2005-11-09 Richard Kreckel* Open streams binary (actually makes a difference...
2005-11-04 Richard Kreckel* Avoid getrusage(2) on systems that don't have it...
2005-11-02 Richard Kreckel* Make timer class a little bit more lightweight and...
2005-07-12 Jens VollingaVarious improvements for clifford class (subs for metri...
2005-06-03 Jens Vollinga* Now two different simplification paths in clifford...
2005-05-09 Jens VollingaAdapted exam for Alexei's gcd patch.
2005-05-01 Richard Kreckel* Last week, the FSF has moved their office.
2005-04-01 Jens Vollinga* Applied Vladimir Kisil's patches (bug in clifford_pri...
2005-03-11 Richard Kreckel* Fix some language conformance issues needed for GCC 4.0
2005-02-22 Christian BauerHappy new year!
2004-10-19 Jens VollingaNew checks for G and Li functions.
2004-10-06 Christian Bauerfixed another power::series() bug [Alexei Sheplyakov]
2004-08-20 Christian Baueradded another check
2004-08-09 Jens VollingaSynced to HEAD
2004-08-05 Christian Bauer- added checks for multiple-label traces
2004-08-02 Christian Baueradded check for power::get_free_indices()
2004-08-02 Christian Baueradded checks for integer_content()/content()/primpart()
2004-06-15 Richard Kreckel- Added method matrix::rank().
2004-06-14 Christian Baueradapted to changed clifford_unit() API
2004-06-14 Christian Baueradded checks for generalized clifford units
2004-04-17 Jens VollingaAdd check for log-bug.
2004-03-27 Jens VollingaAdded check for fixed bug
2004-03-11 Jens VollingaSynced to HEAD.
2004-03-10 Jens VollingaModifications for improved series expansion.
2004-01-30 Christian Bauercanonicalize_clifford() was omitting some ONEs
2004-01-08 Christian BauerHappy New Year!
2004-01-06 Jens VollingaAdded check for harmonic polylog.
2003-12-16 Christian Bauer1/1/e expanded e but shouldn't
2003-12-13 Christian Baueradded more checks for expand()
2003-12-11 Jens VollingaSynced to HEAD.
2003-12-11 Christian Bauersynced to 1.1 (expand() problem)
2003-12-01 Jens Vollinga* Improved exams for S
2003-11-09 Richard Kreckel* Indentation^WAligment fix. ;-)
2003-10-13 Richard Kreckel* Made use of new operator, when constructing test...
2003-10-13 Richard Kreckel* Multiplication by 4 is easier than by 25/4. ;-)
2003-10-13 Richard Kreckel* time_lw_H.cpp (test): Simplification of Hilbert deter...
2003-10-12 Richard Kreckel* times.cpp (randomify_symbol_serials): New.
2003-10-09 Christian Bauercompare(ex(0)) -> is_zero()
2003-09-30 Christian BauerImplemented the Blitz++ trick to allow the initializati...
2003-08-20 Christian Baueradded exams and timings for exhashmap<>
2003-08-18 Christian Bauer- string -> const char * (compiles about 100 times...
2003-08-15 Jens Vollingasynced to 1.2
2003-08-14 Christian Baueradded test for structure<> template
2003-08-14 Jens Vollingasynced to 1.2
2003-07-21 Christian Bauersynced to 1.1
2003-07-17 Christian Bauerfixes for gcc 3.4
2003-07-11 Christian Bauerruns with sizes 50,100,200,500 instead of 25,50,100...
2003-07-02 Christian Bauermerging 1.2 branch into main trunk
2003-03-04 Christian Bauerfixed some compiler warnings
2003-01-23 Christian Bauertwo arrays were declared "static" that shouldn't have...
2003-01-21 Christian Bauerprepared for 1.0.13 release
2002-10-24 Christian Bauerfixed stupid typo
2002-10-24 Christian Baueradded a check for the power::expand_add_2() bug
2002-07-24 Christian Baueradded a check for that canonicalize() bug
2002-07-18 Christian Bauerphysical momenta are 4-dimensional (just to prove that...
2002-07-18 Christian Bauer- The dimension of indices is now treated as a kind...
2002-05-25 Christian Baueradded an additional dummy index symmetrization run...
2002-05-24 Christian Bauerfixed a bug in the raising/lowering of dummy indices...
2002-05-23 Christian Bauersimplify_indexed() raises/lowers dummy indices to canon...
2002-04-25 Christian Bauerit is now enforced that indices of a metric tensor...
2002-03-28 Richard Kreckel* Clean up the output of all timings to stderr.
2002-03-28 Richard Kreckel* (time_fateman_expand.cpp): new file.
next