git://www.ginac.de
/
ginac.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
log_eval: don't apply the log(x^p) -> p*log(x) rule.
2014-01-28
Alexei Sheplyakov
log_eval: don't apply the log(x^p) -> p*log(x) rule.
commit
|
commitdiff
|
tree
2014-01-28
Stefan Weinzierl
Li_eval(): avoid the "numeric::operator>(): complex...
commit
|
commitdiff
|
tree
2013-12-15
Matthias Dellweg
expairseq::match(): no side effects if match failed...
commit
|
commitdiff
|
tree
2013-11-03
Vladimir V. Kisil
Expansion rules for exp(), log(), and abs().
commit
|
commitdiff
|
tree
2013-11-03
Vladimir V. Kisil
Introduce expand_options::expand_transcendental.
commit
|
commitdiff
|
tree
2013-10-16
Vladimir V. Kisil
abs() and conjugate() provide some info() now.
commit
|
commitdiff
|
tree
2013-10-16
Vladimir V. Kisil
Make it possible to override info() for functions.
commit
|
commitdiff
|
tree
2013-10-16
Vladimir V. Kisil
Power with a real base and even exponent reports that...
commit
|
commitdiff
|
tree
2013-10-16
Vladimir V. Kisil
Improve abs_eval(): abs(conjugate(z)) => abs(z), ...
commit
|
commitdiff
|
tree
2013-10-16
Vladimir V. Kisil
Functions can define a custom expand() now.
commit
|
commitdiff
|
tree
2013-10-16
Vladimir V. Kisil
More evaluation rules: abs(x^n) => abs(x)^n (x > 0...
commit
|
commitdiff
|
tree
2013-10-16
Vladimir V. Kisil
Transform abs(x)^n => x^n if x is real and n is even.
commit
|
commitdiff
|
tree
2013-10-16
Alexei Sheplyakov
mul::info(): cache the result of the positiveness/negativene...
commit
|
commitdiff
|
tree
2013-10-16
Alexei Sheplyakov
Introduce status_flags::{is_positive,is_negative,purely_inde...
commit
|
commitdiff
|
tree
2013-08-11
Alexei Sheplyakov
[build] auto* tools based build: fix `make dist'.
commit
|
commitdiff
|
tree
2013-08-02
Vladimir V. Kisil
improve mul::info(): the product of two negative terms...
commit
|
commitdiff
|
tree
2013-07-30
Vladimir V. Kisil
Add the case of c1=-1 and c2>0 to the rewriting rule...
commit
|
commitdiff
|
tree
2013-07-28
Alexei Sheplyakov
[bugfix] factor_univariate(): handle polinomials over...
commit
|
commitdiff
|
tree
2012-07-27
Alexei Sheplyakov
Make FindCLN actually work without pkg-config.
commit
|
commitdiff
|
tree
2012-07-27
Alexei Sheplyakov
Trick CTest so the test suite runs when cross-compiling.
commit
|
commitdiff
|
tree
2012-07-27
Alexei Sheplyakov
Work around Tex Live 2012 versus doxygen problem.
commit
|
commitdiff
|
tree
2012-07-17
Alexei Sheplyakov
[build] GiNaC can be built with CMake now.
commit
|
commitdiff
|
tree
2012-07-17
Alexei Sheplyakov
[build] Move library version info into the version...
commit
|
commitdiff
|
tree
2012-07-17
Alexei Sheplyakov
[build] Rewrite ginsh related sed scripts in python.
commit
|
commitdiff
|
tree
2012-07-17
Alexei Sheplyakov
[build] Move archive version info into version.h (for...
commit
|
commitdiff
|
tree
2012-07-17
Alexei Sheplyakov
[build] Define package version number in version.h...
commit
|
commitdiff
|
tree
2012-07-17
Alexei Sheplyakov
[build] include config.h conditionally to not break...
commit
|
commitdiff
|
tree
2012-07-17
Alexei Sheplyakov
Convert function.pl into C++ (well, almost) source...
commit
|
commitdiff
|
tree
2012-07-17
Alexei Sheplyakov
[bugfix] Always #include <lst.h> before using lst....
commit
|
commitdiff
|
tree
2012-02-28
Alexei Sheplyakov
[BUGFIX] numeric::info(nonnegative): correctly handle...
commit
|
commitdiff
|
tree
2012-02-23
Alexei Sheplyakov
Merge branch 'master' of git://github.com/AlexeiSheplyakov...
commit
|
commitdiff
|
tree
2012-02-23
Alexei Sheplyakov
configure: correctly set rpath for linking with CLN ...
commit
|
commitdiff
|
tree
2011-05-25
Alexei Sheplyakov
configure: correctly warn about missing flex and/or...
commit
|
commitdiff
|
tree
2011-05-23
Alexei Sheplyakov
[build] configure: don't abuse AC_CHECK_FILE. Unbreaks...
commit
|
commitdiff
|
tree
2011-03-03
Alexei Sheplyakov
[docs] Update the supported platforms/compilers list.
commit
|
commitdiff
|
tree
2011-02-26
Alexei Sheplyakov
Parser: don't bother to generate 3 (C++) functions...
commit
|
commitdiff
|
tree
2011-02-09
Alexei Sheplyakov
[trivia] Fix a typo in the GCD testcase.
commit
|
commitdiff
|
tree
2010-12-10
Alexei Sheplyakov
Don't try to tie the library version to the package...
commit
|
commitdiff
|
tree
2010-12-10
Alexei Sheplyakov
Merge branch 'ginac_1-5' of git://www.ginac.de/ginac
commit
|
commitdiff
|
tree
2010-12-09
Alexei Sheplyakov
Use C style cast when converting void* into function...
commit
|
commitdiff
|
tree
2010-12-09
Jens Vollinga
Added get_builtin_reader() that parses only the builtin...
commit
|
commitdiff
|
tree
2010-12-09
Jens Vollinga
Fixed include of stdint.h (parser.cpp needs the header...
commit
|
commitdiff
|
tree
2010-12-09
Alexei Sheplyakov
Fix the compliation error *for real* ... and restore...
commit
|
commitdiff
|
tree
2010-12-09
Alexei Sheplyakov
Fix the compliation error *for real*
commit
|
commitdiff
|
tree
2010-12-09
Jens Vollinga
Fixed memory leak.
commit
|
commitdiff
|
tree
2010-12-09
Jens Vollinga
Fixed the fix in commit f059ebe117d15292e0d262e6e8e232e835c7...
commit
|
commitdiff
|
tree
2010-12-09
Jens Vollinga
Fixed dirty hack in parser to distinguish between serial...
commit
|
commitdiff
|
tree
2010-12-09
Jens Vollinga
Fixed the parser such that it can read in user defined...
commit
|
commitdiff
|
tree
2010-12-09
Jens Vollinga
Fixed cast that caused compile error on 64bit machines.
commit
|
commitdiff
|
tree
2010-12-09
Jens Vollinga
Allow user defined functions to be parsed.
commit
|
commitdiff
|
tree
2010-12-09
Alexei Sheplyakov
Revert "Changed the parser such that it understands...
commit
|
commitdiff
|
tree
2010-11-26
Jan Rheinländer
Omit extra qualification (as in struct foo f() vs foo...
commit
|
commitdiff
|
tree
2010-11-26
Jan Rheinländer
[msvc] msvc cannot handle string constants above 16k
commit
|
commitdiff
|
tree
2010-11-26
Jan Rheinländer
[msvc] Yet another compiler bug work around.
commit
|
commitdiff
|
tree
2010-11-26
Jan Rheinländer
[msvc] Work around strange scoping and name mangling...
commit
|
commitdiff
|
tree
2010-11-26
Jan Rheinländer
Add few defines for msvc (__func__, __alignof__).
commit
|
commitdiff
|
tree
2010-11-26
Jan Rheinländer
symmetry::compare_same_type(): const-correctness fix
commit
|
commitdiff
|
tree
2010-11-26
Jan Rheinländer
clifford: fix a few GCCisms (or, not).
commit
|
commitdiff
|
tree