]> www.ginac.de Git - ginac.git/shortlog
ginac.git
2008-10-19 Alexei Sheplyakovptr.h: use unsigned int to store reference counts ...
2008-10-19 Alexei SheplyakovRewritten heuristic and PRS GCD for univariate polynomi...
2008-10-14 Alexei Sheplyakovpolynomial: introduce a helper function to divide polyn...
2008-10-14 Alexei Sheplyakovmod_gcd: naive hack to chose a 'good' prime (to speed...
2008-09-30 Alexei Sheplyakov[bugfix] remainder_in_ring: using exact division is...
2008-09-30 Alexei Sheplyakov[bugfix] normalize_in_ring: don't set the leading coeff...
2008-09-30 Alexei Sheplyakov[trivial] excompiler.cpp: shut up some silly compiler...
2008-09-30 Jens VollingaMerge branch 'master' of git://ffmssmsc.jinr.ru:443...
2008-09-29 Jens VollingaReplaced class UniPoly by cl_UP_MI.
2008-09-26 Jens Vollinga- Added options argument to factor(). Added flag factor...
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 Sheplyakovcheck: time_parser.cpp: don't run the same benchmark...
2008-09-19 Alexei SheplyakovDocument the new parser, provide an example.
2008-09-19 Alexei SheplyakovUse the new parser in the ex(const string&, lst&) ctor.
2008-09-19 Alexei SheplyakovParser can parse (some) floating point numbers now.
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 Sheplyakovparser: change order of the constructor optional arguments.
2008-09-19 Alexei Sheplyakovparser: allow read/write access to symbol table and...
2008-09-19 Alexei Sheplyakovparser: map input strings onto arbitrary expressions...
2008-09-19 Alexei Sheplyakov[BUGFIX] parser.hpp: fix include guard so the header...
2008-09-19 Alexei Sheplyakov[nitpick] power::expand_add(): don't use int instead...
2008-09-19 Alexei Sheplyakov[nitpick] inifcns_nstdsums: don't use int instead of...
2008-09-19 Alexei Sheplyakov[nitpick] don't use int instead of std::size_t.
2008-09-19 Alexei SheplyakovG_numeric: use cl_N and int to manipulate numbers ...
2008-09-19 Alexei SheplyakovG_numeric: put convergence/acceleration transofrmations...
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-09 Jens VollingaUpdated NEWS.
2008-09-09 Alexei Sheplyakovbuild: shut up automake warnings, don't use GNU make...
2008-09-09 Alexei Sheplyakovbuild: put (almost) all auto* tools scripts into the...
2008-09-09 Alexei SheplyakovAllow user to disable GiNaC::compile_ex (e.g. for secur...
2008-09-09 Alexei Sheplyakovconfigure: run important checks first (and bail out...
2008-09-09 Alexei Sheplyakovconfigure: don't bother to run checks which can be...
2008-09-09 Alexei Sheplyakovutils.h: use <stdint.h> (if available) instead of reinv...
2008-09-09 Alexei Sheplyakovconfigure: don't check for sizeof(long double), we...
2008-09-09 Alexei Sheplyakovbuild: faster check for standard C++ headers.
2008-09-09 Alexei Sheplyakovbuild: don't run any ${host} binaries while checking...
2008-09-09 Alexei Sheplyakovdon't mention CVS any more, describe how to install...
2008-09-09 Alexei Sheplyakovmatch: don't modify subexpression list if expression...
2008-09-09 Alexei Sheplyakov[BUGFIX] Reclaiming the memory allocated for static...
2008-09-09 Alexei Sheplyakovsymbol: get rid of assign/unassign (for performance...
2008-09-09 Alexei Sheplyakovginsh: use exmap for storing assigned symbols.
2008-09-09 Alexei Sheplyakovmultiple zeta values: make crandall_Y_loop helper funct...
2008-09-09 Alexei Sheplyakovmultiple zeta values: make crandall_Z helper function...
2008-09-09 Alexei Sheplyakovparser: improve error reporting a little bit.
2008-09-09 Alexei Sheplyakovlexer: when switching to another output stream, clean...
2008-09-08 Jens VollingaFixed bug in unvariate factorization. Bound for lifting...
2008-09-08 Jens VollingaAdded missing code for multivariate factorization.
2008-09-08 Jens VollingaFixed bug. G() ignored the imaginary parts of the argum...
2008-08-27 Jens VollingaAdded internal code for multivariate factorization.
2008-08-27 Alexei Sheplyakovgcd_pf_pow_pow: deobfuscate a little bit (no functional...
2008-08-27 Alexei Sheplyakovgcd_pf_pow: get rid of duplicate code.
2008-08-27 Alexei Sheplyakovintroduce gcd_pf_pow_pow: gcd helper to handle partiall...
2008-08-27 Alexei Sheplyakovgcd_pf_{pow, mul}: don't check if the arguments are...
2008-08-27 Alexei Sheplyakovgcd_pf_mul: get rid of duplicate code.
2008-08-27 Alexei Sheplyakovgcd(): allow user to override (some of) heuristics.
2008-08-27 Alexei Sheplyakovrefactor gcd() a little bit (no functional changes).
2008-08-27 Alexei Sheplyakovintroduce gcd_pf_mul: gcd helper to handle partially...
2008-08-27 Alexei Sheplyakovintroduce gcd_pf_pow: gcd helper to handle partially...
2008-08-27 Alexei Sheplyakovgcd: allow user to override (some of) heuristics.
2008-08-27 Alexei Sheplyakovinifscn_nstdsums: make functions handling Li/G transfor...
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-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-18 Jens VollingaFixed bug in modular square-free factorization.
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-07-28 Alexei Sheplyakovdefine lgamma and tgamma taking cl_N as an argument.
2008-07-28 Alexei SheplyakovImplicit conversion from cl_N to numeric considered...
2008-07-28 Alexei Sheplyakovbernoulli, fibonacci, iquo: explicitly convert return...
2008-07-28 Alexei Sheplyakovtgamma, lgamma: convert to take cl_N as an argument...
2008-07-28 Alexei SheplyakovLi2, zeta, sqrt, abs, gcd, etc.: explicitly convert...
2008-07-28 Alexei Sheplyakovelementary functions: explicitly convert return values...
2008-07-28 Alexei Sheplyakovinifcns_nstdsums.cpp: Lin_numeric takes cl_N as an...
2008-07-28 Alexei Sheplyakovinifcns_nstdsums.cpp: S_num takes cl_N as an argument...
2008-07-15 Richard B.... documentation: it is get_dim(), not get_dimension()
2008-07-15 Alexei Sheplyakovclifford_unit: fix possible bugs due to wrong operator...
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 VollingaFixed bug in mLi summation causing premature drop-out...
2008-04-04 Jens VollingaAdded legacy tests for zeta and multiple polylog.
2008-04-04 Jens VollingaCheck for fixed bug in multiple polylogs.
2008-04-03 Jens VollingaFixed bugs found by Jianqiang Zhao.
2008-03-27 Richard B.... Adjust for GiNaC 1.5.
2008-03-27 Jens VollingaMerge commit 'origin/master'
2008-03-27 Jens VollingaFixed make distcheck issues.
2008-03-26 Richard B.... Update debian/changelog in anticipation of release.
2008-03-26 Richard B.... Merge git://www.ginac.de/ginac
2008-03-26 Jens VollingaSmall improvement to VPATH fix.
2008-03-26 Jens VollingaFixed info-generation problems with VPATH builds.
next