2008-09-19 |
Alexei Sheplyakov | [nitpick] power::expand_add(): don't use int instead... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Alexei Sheplyakov | [nitpick] inifcns_nstdsums: don't use int instead of... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Alexei Sheplyakov | [nitpick] don't use int instead of std::size_t. |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Alexei Sheplyakov | G_numeric: use cl_N and int to manipulate numbers ... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Alexei Sheplyakov | G_numeric: put convergence/acceleration transofrmations... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Alexei Sheplyakov | match() (find()): use exmap (exset) to store matched... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Alexei Sheplyakov | expairseq::match(): remove the code which works around... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Jens Vollinga | Fixed various bugs in multivariate factorization. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Jens Vollinga | Merge branch 'master' of git://ffmssmsc.jinr.ru:443... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Jens Vollinga | Bug fix related to the usage of int instead of cl_I. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Jens Vollinga | Updated NEWS. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | build: shut up automake warnings, don't use GNU make... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | build: put (almost) all auto* tools scripts into the... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | Allow user to disable GiNaC::compile_ex (e.g. for secur... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | configure: run important checks first (and bail out... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | configure: don't bother to run checks which can be... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | utils.h: use <stdint.h> (if available) instead of reinv... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | configure: don't check for sizeof(long double), we... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | build: faster check for standard C++ headers. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | build: don't run any ${host} binaries while checking... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | don't mention CVS any more, describe how to install... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | match: don't modify subexpression list if expression... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | [BUGFIX] Reclaiming the memory allocated for static... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | symbol: get rid of assign/unassign (for performance... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | ginsh: use exmap for storing assigned symbols. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | multiple zeta values: make crandall_Y_loop helper funct... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | multiple zeta values: make crandall_Z helper function... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | parser: improve error reporting a little bit. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Alexei Sheplyakov | lexer: when switching to another output stream, clean... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Jens Vollinga | Fixed bug in unvariate factorization. Bound for lifting... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Jens Vollinga | Added missing code for multivariate factorization. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Jens Vollinga | Fixed bug. G() ignored the imaginary parts of the argum... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Jens Vollinga | Added internal code for multivariate factorization. |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Alexei Sheplyakov | gcd_pf_pow_pow: deobfuscate a little bit (no functional... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Alexei Sheplyakov | gcd_pf_pow: get rid of duplicate code. |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Alexei Sheplyakov | introduce gcd_pf_pow_pow: gcd helper to handle partiall... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Alexei Sheplyakov | gcd_pf_{pow, mul}: don't check if the arguments are... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Alexei Sheplyakov | gcd_pf_mul: get rid of duplicate code. |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Alexei Sheplyakov | gcd(): allow user to override (some of) heuristics. |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Alexei Sheplyakov | refactor gcd() a little bit (no functional changes). |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Alexei Sheplyakov | introduce gcd_pf_mul: gcd helper to handle partially... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Alexei Sheplyakov | introduce gcd_pf_pow: gcd helper to handle partially... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Alexei Sheplyakov | gcd: allow user to override (some of) heuristics. |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Alexei Sheplyakov | inifscn_nstdsums: make functions handling Li/G transfor... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Alexei Sheplyakov | Bail out if both autogen and autogen'erated file(s... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Alexei Sheplyakov | Faster, better (recursive descent) expression parser. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Jens Vollinga | Daily bugfix in the polynomial factorization (code... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Jens Vollinga | Fixed bug in the Q matrix calculation and the univariat... |
commit | commitdiff | tree | snapshot |
2008-08-18 |
Jens Vollinga | Fixed bug in modular square-free factorization. |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Jens Vollinga | Added polynomial factorization (univariate case). |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Jens Vollinga | Added polynomial factorization (univariate case). |
commit | commitdiff | tree | snapshot |
2008-08-09 |
Alexei Sheplyakov | Any complex number can be (un)archived properly. |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Alexei Sheplyakov | define lgamma and tgamma taking cl_N as an argument. |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Alexei Sheplyakov | Implicit conversion from cl_N to numeric considered... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Alexei Sheplyakov | bernoulli, fibonacci, iquo: explicitly convert return... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Alexei Sheplyakov | tgamma, lgamma: convert to take cl_N as an argument... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Alexei Sheplyakov | Li2, zeta, sqrt, abs, gcd, etc.: explicitly convert... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Alexei Sheplyakov | elementary functions: explicitly convert return values... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Alexei Sheplyakov | inifcns_nstdsums.cpp: Lin_numeric takes cl_N as an... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
Alexei Sheplyakov | inifcns_nstdsums.cpp: S_num takes cl_N as an argument... |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Richard B.... | documentation: it is get_dim(), not get_dimension() |
commit | commitdiff | tree | snapshot |
2008-07-15 |
Alexei Sheplyakov | clifford_unit: fix possible bugs due to wrong operator... |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Jens Vollinga | Removed left-over debugging line. |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Jens Vollinga | Make the behaviour of class function more consistent... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Jens Vollinga | Improve heur_gcd() so it can handle rational polynomial... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Jens Vollinga | Fixed bug in mLi summation causing premature drop-out... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Jens Vollinga | Added legacy tests for zeta and multiple polylog. |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Jens Vollinga | Check for fixed bug in multiple polylogs. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Jens Vollinga | Fixed bugs found by Jianqiang Zhao. |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Richard B.... | Adjust for GiNaC 1.5. |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Jens Vollinga | Merge commit 'origin/master' |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Jens Vollinga | Fixed make distcheck issues. |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Richard B.... | Update debian/changelog in anticipation of release. |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Richard B.... | Merge git://www.ginac.de/ginac |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Jens Vollinga | Small improvement to VPATH fix. |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Jens Vollinga | Fixed info-generation problems with VPATH builds. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Richard B.... | Update debian/ files. |
commit | commitdiff | tree | snapshot |
2008-03-25 |
Richard B.... | Happy new year! |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Alexei Sheplyakov | move rotate_left() function away from the public header. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Alexei Sheplyakov | INSTALL: libreadline is not mandatory; ginsh builds... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Alexei Sheplyakov | update the compiler info; tell users to avoid GCC 4.3.0 |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Alexei Sheplyakov | symbol.cpp: shut up useless warnings |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Alexei Sheplyakov | check: indicate the test failures with non-zero exit... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Richard Kreckel | * Version 1.5. |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Richard Kreckel | * Improved lsolve() of systems containing non-numeric... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Alexei Sheplyakov | kill spurious comma in flags.h |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Alexei Sheplyakov | check/*_memleak.cpp: fix botched CVS commit[s]. |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Alexei Sheplyakov | Improve instructions for installing GiNaC from CVS. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Richard Kreckel | * Fix GCC 4.3 compilation issue by removing storage... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Jens Vollinga | Fixed memory leak program. |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Jens Vollinga | * Fixed module loading bug (occured if . was not in... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Jens Vollinga | * Fixed broken preprocessor instruction [Sheplyakov]. |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Jens Vollinga | * Fixed memory leak in ginac_yylex() [Sheplyakov]. |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Jens Vollinga | Added small program that exhibits the memory leak in... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Jens Vollinga | * Deleted bogus try -- catch block in the ex::series... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Jens Vollinga | * Added check for memory leak in {mul,power}::eval... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Jens Vollinga | * Fixed macro checking for version of libreadline ... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Richard Kreckel | * Fix optimization opportunities missed by Alexei's... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Jens Vollinga | - Do not bother to rename indices if object has no... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Jens Vollinga | - This helps mul::expand() and friends to recognize... |
commit | commitdiff | tree | snapshot |
next |