]> www.ginac.de Git - ginac.git/history - check
Set version, soname ahead of release.
[ginac.git] / check /
2020-10-10 Stefan WeinzierlAdded new routines for the numerical evaluation of...
2020-08-28 Alexey SheplyakovUse "modern" CMake facilities to manage includes and...
2020-08-28 Alexey Sheplyakovbuild: CMake: made it easier to run tests in parallel
2020-08-28 Alexey SheplyakovMade it easier to run tests on windows
2020-08-21 Richard KreckelSegregate sqfree() tests into file of its own.
2020-08-03 Richard KreckelClean up check suite a little bit.
2020-08-03 Richard Kreckel[BUGFIX] Fix factor_univariate(poly, x) for constant...
2020-07-27 Vladimir V. KisilFix bug in power::expand() with the overall coefficient.
2020-07-27 Vladimir V. KisilFix of a bug in sqrfree_parfrac() related to Yun factor...
2020-06-28 Richard KreckelAdd exam for exam_common_factors.
2020-04-10 Richard KreckelAdd .gitignore files.
2020-01-07 Richard KreckelChange www.ginac.de urls to https.
2020-01-01 Richard KreckelHappy New Year!
2019-09-22 Richard KreckelRemove exhashmap<T> class.
2019-04-21 Richard KreckelFix bug in mul::series() about asymptotic order term.
2019-02-16 Richard KreckelFix elusive bug in expairseq ctor.
2019-02-16 Richard KreckelHappy New Year!
2018-10-12 Vitaly MageryaHandle un-normal zeros properly in the division-free...
2018-05-31 Vitaly MageryaAdd Markowitz-ordered Gaussian elimination algorithm.
2018-01-28 Richard KreckelMake matrix::solve() work with non-normal zeros.
2018-01-28 Richard Kreckel[CHECK] Add some more factorization exams.
2018-01-01 Richard KreckelHappy New Year!
2017-02-17 Richard Kreckelchecks: prefer initializer lists over push_back on...
2017-01-09 Richard KreckelHappy New Year!
2016-11-06 Richard KreckelClean up some header files and fix compilation with...
2016-08-11 Vladimir KisilAdd proper functions to make clifford_bar() and cliffor...
2016-04-13 Richard KreckelFix typos in comments.
2016-04-05 Richard KreckelMerge branch 'c++11' in preparation for version 1.7.0.
2016-02-03 Richard Kreckel[bugfix] fix sqrfree(poly) for zero polynomials in...
2016-02-03 Richard Kreckel[bugfix] fix sqrfree(poly) for zero polynomials in...
2016-01-01 Richard KreckelHappy New Year!
2016-01-01 Richard KreckelHappy New Year!
2015-12-17 Richard Kreckelinclude <algorithm> for use of std::min().
2015-12-17 Richard Kreckelinclude <algorithm> for use of std::min().
2015-12-17 Richard KreckelRemove useless code in add::eval().
2015-12-17 Richard Kreckel[bugfix] Make sure add::eval() collects all numeric...
2015-12-16 Richard KreckelMake .eval() evaluate top-level only.
2015-12-16 Richard KreckelMake add::eval(), mul::eval() work without compromise.
2015-12-01 Richard KreckelImprove method of setting status_flags::dynallocated.
2015-11-29 Richard KreckelRemove accidentally pushed binary.
2015-11-29 Richard KreckelRename array of precomputed data in test suite.
2015-11-29 Richard KreckelUse neseted initializer lists to construct matrix objects.
2015-11-26 Richard KreckelUse initializer lists to construct container<>, lst.
2015-11-26 Richard KreckelMake ample use of the contextual keyword 'override'.
2015-11-08 Richard KreckelReplace static const variables with constexpr, where...
2015-11-08 Richard KreckelReplace GiNaC::ToString() with std::to_string().
2015-11-07 Richard KreckelRemove C++89 workaround for closing angle brackets...
2015-11-05 Richard KreckelSpeed up power::real_part() and power::imag_part().
2015-11-05 Richard KreckelSpeed up power::real_part() and power::imag_part().
2015-11-03 Richard KreckelFix most remaining GCC compiler warnings.
2015-11-01 Richard KreckelReplace use of NULL by C++11 nullptr.
2015-10-15 Richard KreckelFix make check with g++ -std=c++11.
2015-10-10 Richard KreckelFix some apparent typos and misindentations 2.
2015-07-31 Richard KreckelFix some apparent typos and misindentations.
2015-07-18 Richard KreckelSpeed up pow(+(...),n).expand() where n>2.
2015-07-18 Richard KreckelFix pow(+(...),2).expand().
2015-05-07 Richard KreckelFix pow(+(...),2).expand().
2015-04-23 Richard KreckelAdd test cases for improved abs(arg).
2015-04-14 Vladimir KisilMake power::expand() (x*p)^c -> x^c * p^c, if p>0.
2015-04-14 Martin ValaMake compile_ex() work with CMake.
2015-03-14 Ladislav ZejdaImprove normalization with nested functions.
2015-02-08 Vladimir V. KisilExplicit derivation of functions.
2015-01-25 Richard KreckelHappy new year!
2014-10-14 Richard KreckelUpdate copyright statements.
2014-09-12 Alexei SheplyakovG_numeric: fix evaluation with y == 1
2014-09-07 Alexei SheplyakovAdd more ex::is_polynomial() tests
2014-07-25 Richard Kreckel[bugfix] ex::is_polynomial(x): fix miscomputations
2014-07-21 Alexei Sheplyakov[bugfix] log_series: avoid infinite recursion
2014-05-18 Alexei SheplyakovFix an infinite loop in factor_multivariate.
2014-02-02 Alexei Sheplyakov[build] Include CMake related files into the tarball.
2014-02-02 Alexei Sheplyakovcheck: auto* tools build: compile and run check_mul_info.
2014-01-28 Alexei Sheplyakovlog_eval: don't apply the log(x^p) -> p*log(x) rule.
2013-12-15 Matthias Dellwegexpairseq::match(): no side effects if match failed...
2013-11-03 Vladimir V. KisilExpansion rules for exp(), log(), and abs().
2013-10-16 Vladimir V. KisilMake it possible to override info() for functions.
2013-10-16 Vladimir V. KisilImprove abs_eval(): abs(conjugate(z)) => abs(z), ...
2013-10-16 Vladimir V. KisilMore evaluation rules: abs(x^n) => abs(x)^n (x > 0...
2013-10-16 Alexei Sheplyakovmul::info(): cache the result of the positiveness/negat...
2013-07-30 Vladimir V. KisilAdd the case of c1=-1 and c2>0 to the rewriting rule...
2013-07-28 Alexei Sheplyakov[bugfix] factor_univariate(): handle polinomials over...
2012-07-27 Alexei SheplyakovTrick CTest so the test suite runs when cross-compiling.
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...
next