]> www.ginac.de Git - ginac.git/history - check
Work around Tex Live 2012 versus doxygen problem.
[ginac.git] / check /
2012-07-17 Alexei Sheplyakov[build] GiNaC can be built with CMake now.
2012-02-28 Alexei Sheplyakov[BUGFIX] numeric::info(nonnegative): correctly handle...
2012-02-23 Alexei SheplyakovMerge branch 'master' of git://github.com/AlexeiSheplya...
2011-06-23 Vladimir V. KisilBe more careful before converting to indexed.
2011-05-27 Richard KreckelJanitorial commit.
2011-05-22 Alexei SheplyakovFix a typo in the GCD testcase.
2011-05-20 Richard KreckelFixed a bug introduced in last commit.
2011-05-20 Jens VollingaFixed a bug in is_polynomial() that caused expressions...
2011-05-15 Richard KreckelFix mul::conjugate().
2011-02-09 Alexei Sheplyakov[trivia] Fix a typo in the GCD testcase.
2011-02-04 Richard KreckelExtend copyright to 2011.
2011-02-03 Richard KreckelDon't try to tie the library version to the package...
2011-02-03 Richard KreckelMerge branch 'master.msvc.support' of git://github...
2010-12-04 Alexei Sheplyakov[PATCH 2/2] chinrem_gcd: return correct integer content...
2010-12-03 Alexei Sheplyakov[PATCH 2/2] chinrem_gcd: return correct integer content...
2010-11-26 Jan Rheinländer[msvc] msvc cannot handle string constants above 16k
2010-11-23 Alexei Sheplyakov[bugfix] chinrem_gcd: handle polynomials over rationals...
2010-11-23 Alexei Sheplyakov[bugfix] chinrem_gcd: handle polynomials over rationals...
2010-11-09 Alexei Sheplyakovpower::series(): handle someg (trivial) singularities...
2010-11-09 Alexei Sheplyakovpower::series(): handle someg (trivial) singularities...
2010-09-22 Richard KreckelMake sure add::eval() collects all numeric terms.
2010-09-22 Richard KreckelMake sure add::eval() collects all numeric terms.
2010-09-15 Richard KreckelBe more careful about final top-level substitution.
2010-09-15 Richard KreckelBe more careful about final top-level substitution.
2010-07-06 Jens VollingaRemoved trailing spaces.
2010-07-06 Jens VollingaRemoved trailing spaces.
2010-05-17 Alexei Sheplyakovpgcd(), chinrem_gcd(): use appropriate definition of...
2010-05-17 Alexei Sheplyakovpgcd(): avoid infinite loop if the first GCD candidate...
2010-05-17 Alexei Sheplyakovpgcd(), chinrem_gcd(): use appropriate definition of...
2010-05-17 Alexei Sheplyakovpgcd(): avoid infinite loop if the first GCD candidate...
2010-05-13 Richard KreckelExplicit function disambiguation.
2010-05-13 Richard KreckelExplicit function disambiguation.
2010-03-05 Jens VollingaCopyright goes 2010.
2010-03-05 Jens VollingaCopyright goes 2010.
2010-02-27 Richard KreckelUpdate copyright notice.
2010-02-24 Alexei Sheplyakovpgcd(): detect relatively prime polynomials properly...
2010-02-24 Alexei Sheplyakovpgcd(): detect relatively prime polynomials properly...
2009-02-17 Alexei SheplyakovUnivariate GCD timing: use sr_gcd when appropriate. release_1-5-0
2009-02-06 Jens VollingaChanged name of debugging macro (to avoid warning cause...
2009-02-06 Jens VollingaFixed returning of test result (++result was +result).
2009-02-06 Jens VollingaPrettified source code.
2009-02-06 Alexei SheplyakovFix chinese_remainder() so modular GCD actually works.
2009-02-05 Jens VollingaRenamed files *.tcc and *.hpp to *.h.
2009-01-08 Jens VollingaFixed bug in binomial(). binomial(n,0) erroneously...
2008-12-18 Jens VollingaFixed bug in multivariate factorization. Fractional...
2008-11-05 Alexei Sheplyakov[bugfix] integer_cra: check if arguments contain at...
2008-11-05 Alexei Sheplyakovexam_cra: explicitly #include <limits>. This should...
2008-10-19 Alexei Sheplyakovregistered_class_info: use typeid() instead of tinfo_st...
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 Sheplyakovcheck: time_parser.cpp: don't run the same benchmark...
2008-09-19 Alexei Sheplyakovparser: add necessary checks to operator() to stop...
2008-09-19 Alexei Sheplyakov[bugfix] parser::parse_literal_expr(): don't forget...
2008-09-19 Alexei Sheplyakov[bugfix]: parser::parse_unary_expr() parses '-a-b'...
2008-09-19 Alexei Sheplyakovginac.h: include parser.hpp
2008-09-19 Alexei Sheplyakovmatch() (find()): use exmap (exset) to store matched...
2008-09-19 Alexei Sheplyakovexpairseq::match(): remove the code which works around...
2008-09-18 Jens VollingaFixed various bugs in multivariate factorization.
2008-09-09 Jens VollingaMerge branch 'master' of git://ffmssmsc.jinr.ru:443...
2008-09-09 Jens VollingaBug fix related to the usage of int instead of cl_I.
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...
next