]> www.ginac.de Git - ginac.git/history - check
In power::expand_add(), don't reserve excess monomial sizes.
[ginac.git] / check /
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-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...
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...
next