2014-02-02 |
Alexei Sheplyakov | [build] Include CMake related files into the tarball. |
commit | commitdiff | tree | snapshot |
2014-02-02 |
Alexei Sheplyakov | [build] Include the helper scripts into the tarball. |
commit | commitdiff | tree | snapshot |
2014-02-02 |
Alexei Sheplyakov | check: auto* tools build: compile and run check_mul_info. |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Alexei Sheplyakov | [build] ginsh: fix `make distcheck' failure. |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Alexei Sheplyakov | log_eval: don't apply the log(x^p) -> p*log(x) rule. |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Stefan Weinzierl | Li_eval(): avoid the "numeric::operator>(): complex... |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Stefan Weinzierl | Fix S_num for arguments close to the sixth root of... |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Stefan Weinzierl | Fix G3_evalf and G3_eval for real and negative x. |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Stefan Weinzierl | Within mLi_numeric, set signs of the imaginary parts... |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Stefan Weinzierl | Avoid calling log(1-x) for x=1 in Li_projection. |
commit | commitdiff | tree | snapshot |
2013-12-28 |
Vladimir V... | Fix evaluation of log(p^a) -> a*log(p), if p>0 and... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Matthias Dellweg | expairseq::match(): no side effects if match failed... |
commit | commitdiff | tree | snapshot |
2013-11-03 |
Vladimir V... | Expansion rules for exp(), log(), and abs(). |
commit | commitdiff | tree | snapshot |
2013-11-03 |
Vladimir V... | Introduce expand_options::expand_transcendental. |
commit | commitdiff | tree | snapshot |
2013-11-03 |
Richard Kreckel | Keep CLang/libc++ happy. |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Vladimir V... | abs() and conjugate() provide some info() now. |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Vladimir V... | Make it possible to override info() for functions. |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Vladimir V... | Power with a real base and even exponent reports that... |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Vladimir V... | Improve abs_eval(): abs(conjugate(z)) => abs(z), ... |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Vladimir V... | Functions can define a custom expand() now. |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Vladimir V... | More evaluation rules: abs(x^n) => abs(x)^n (x > 0... |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Vladimir V... | Transform abs(x)^n => x^n if x is real and n is even. |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Alexei Sheplyakov | mul::info(): cache the result of the positiveness/negat... |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Alexei Sheplyakov | Introduce status_flags::{is_positive,is_negative,purely... |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Richard Kreckel | Add subdir-objects to Automake options. |
commit | commitdiff | tree | snapshot |
2013-08-11 |
Richard Kreckel | [build] fix ginsh build for automake <=1.11. |
commit | commitdiff | tree | snapshot |
2013-08-11 |
Alexei Sheplyakov | [build] auto* tools based build: fix `make dist'. |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Vladimir V... | improve mul::info(): the product of two negative terms... |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Richard Kreckel | Fix build from git repository. |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Richard Kreckel | Add support for Texinfo-5.0. |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Richard Kreckel | Shut up recent texinfo warning. |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Richard Kreckel | Shut up recent automake warning. |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Vladimir V... | Add the case of c1=-1 and c2>0 to the rewriting rule... |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Alexei Sheplyakov | [bugfix] factor_univariate(): handle polinomials over... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Richard Kreckel | Add symbol::set_TeX_name(string) member function. |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Alexei Sheplyakov | Make FindCLN actually work without pkg-config. |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Alexei Sheplyakov | Trick CTest so the test suite runs when cross-compiling. |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Alexei Sheplyakov | Work around Tex Live 2012 versus doxygen problem. |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Alexei Sheplyakov | [build] GiNaC can be built with CMake now. |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Alexei Sheplyakov | [build] Move library version info into the version... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Alexei Sheplyakov | [build] Rewrite ginsh related sed scripts in python. |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Alexei Sheplyakov | [build] Move archive version info into version.h (for... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Alexei Sheplyakov | [build] Define package version number in version.h... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Alexei Sheplyakov | [build] include config.h conditionally to not break... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Alexei Sheplyakov | Convert function.pl into C++ (well, almost) source... |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Alexei Sheplyakov | [bugfix] Always #include <lst.h> before using lst.... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Alexei Sheplyakov | [BUGFIX] numeric::info(nonnegative): correctly handle... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Alexei Sheplyakov | Merge branch 'master' of git://github.com/AlexeiSheplya... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Alexei Sheplyakov | configure: correctly set rpath for linking with CLN ... |
commit | commitdiff | tree | snapshot |
2011-12-08 |
Richard B.... | Documentation: Update branch cut convention |
commit | commitdiff | tree | snapshot |
2011-11-06 |
Jens Vollinga | Preparing for release 1.6.2. release_1-6-2 |
commit | commitdiff | tree | snapshot |
2011-10-28 |
Jens Vollinga | Parser can now read GiNaC lists (lst) defined by braces. |
commit | commitdiff | tree | snapshot |
2011-10-22 |
Richard Kreckel | Fix warning "control reaches end of non-void function". |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Jens Vollinga | Quick and dirty bug fix for the parser to read GiNaC... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Jens Vollinga | Fixed a bug in the code for subsitutions in indexed... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Jens Vollinga | Preparing for release. release_1-6-1 |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Vladimir V... | Be more careful before converting to indexed. |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Jens Vollinga | Made yyerror() string argument constant to avoid an... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Richard Kreckel | Relax assertion in clifford ctor. |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Richard Kreckel | Care about refcounts when reclaiming memory allocated... |
commit | commitdiff | tree | snapshot |
2011-05-27 |
Richard Kreckel | Janitorial commit. |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Alexei Sheplyakov | configure: correctly warn about missing flex and/or... |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Alexei Sheplyakov | [build] configure: don't abuse AC_CHECK_FILE. Unbreaks... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Jens Vollinga | Preparing for release 1.6.0. |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Jens Vollinga | This patch fixes a bug on machines where char is unsign... release_1-6-0 |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Jens Vollinga | Removed autogen stuff from the configuration. |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Alexei Sheplyakov | Update the supported platforms/compilers list. |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Alexei Sheplyakov | Parser: don't bother to generate 3 (C++) functions... |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Alexei Sheplyakov | Fix a typo in the GCD testcase. |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Jens Vollinga | Limiting the costly symmetrization tests inside simplif... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Jens Vollinga | Changed naming convention for the library. Now, it... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Richard Kreckel | Fixed a bug introduced in last commit. |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Jens Vollinga | Fixed a bug in is_polynomial() that caused expressions... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Jens Vollinga | ./configure now gives more information/warnings about... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Jens Vollinga | Avoiding a spurious missing ginac_parser.h error when... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Jens Vollinga | The patch improves the run time at the expense of using... |
commit | commitdiff | tree | snapshot |
2011-05-15 |
Richard Kreckel | Fix mul::conjugate(). |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Jens Vollinga | Updated the news about changes done since the last... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Vladimir V... | Add conjugate() methods to functions cosh, sinh, tanh. |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Alexei Sheplyakov | [docs] Update the supported platforms/compilers list. |
commit | commitdiff | tree | snapshot |
2011-02-26 |
Alexei Sheplyakov | Parser: don't bother to generate 3 (C++) functions... |
commit | commitdiff | tree | snapshot |
2011-02-09 |
Alexei Sheplyakov | [trivia] Fix a typo in the GCD testcase. |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Richard Kreckel | Extend copyright to 2011. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Richard Kreckel | Fix compilation with clang. |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Richard Kreckel | Don't try to tie the library version to the package... |
commit | commitdiff | tree | snapshot |
2011-02-03 |
Richard Kreckel | Merge branch 'master.msvc.support' of git://github... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Alexei Sheplyakov | Don't try to tie the library version to the package... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Alexei Sheplyakov | Merge branch 'ginac_1-5' of git://www.ginac.de/ginac |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Alexei Sheplyakov | Use C style cast when converting void* into function... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Jens Vollinga | Added get_builtin_reader() that parses only the builtin... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Jens Vollinga | Fixed include of stdint.h (parser.cpp needs the header... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Alexei Sheplyakov | Fix the compliation error *for real* ... and restore... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Alexei Sheplyakov | Fix the compliation error *for real* |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Jens Vollinga | Fixed memory leak. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Jens Vollinga | Fixed the fix in commit f059ebe117d15292e0d262e6e8e232e... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Jens Vollinga | Fixed dirty hack in parser to distinguish between seria... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Jens Vollinga | Fixed the parser such that it can read in user defined... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Jens Vollinga | Fixed cast that caused compile error on 64bit machines. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Jens Vollinga | Allow user defined functions to be parsed. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Alexei Sheplyakov | Revert "Changed the parser such that it understands... |
commit | commitdiff | tree | snapshot |
next |