]> www.ginac.de Git - ginac.git/shortlog
ginac.git
2017-07-17 Vladimir V... Fix excessive backslashes in the LaTeX function names.
2017-02-17 Richard Kreckelchecks: prefer initializer lists over push_back on...
2017-02-15 Richard KreckelClean up combinatorial helpers.
2017-02-15 Richard KreckelMove combinatorial helpers from power.cpp to utils.h.
2017-01-10 Richard KreckelFinalize 1.7.2 release. release_1-7-2
2017-01-09 Richard KreckelHappy New Year!
2017-01-09 Richard KreckelFix memory leaks in operators returning relationals.
2017-01-03 Stefan WeinzierlGINAC_DECLARE_REGISTERED_CLASS(): add namespace of...
2016-11-06 Richard KreckelFix MSC compiler warning.
2016-11-06 Richard KreckelClean up some header files and fix compilation with...
2016-11-06 Richard KreckelRemove configure check for type 'long long'.
2016-10-08 Till HofmannReplace mktemp with mkstemp.
2016-10-01 Richard KreckelFinalize 1.7.1 release. release_1-7-1
2016-10-01 Richard KreckelSuppress compiler warnings about inconsistent override.
2016-09-14 Richard KreckelFix compilation of programs using __attribute__((deprec...
2016-08-17 Richard KreckelUpdate ax_cxx_compile_stdcxx.m4.
2016-08-17 Vladimir KisilImprove performance of clifford_to_lst().
2016-08-11 Stefan WeinzierlFix convergence of Li_projection at ±I.
2016-08-11 Vladimir KisilAdd proper functions to make clifford_bar() and cliffor...
2016-07-21 Richard Kreckel[bugfix] Fix crash in basic::subs().
2016-04-30 Richard KreckelFinalize 1.7.0 release. release_1-7-0
2016-04-29 Richard KreckelMore shortcuts for trivial cases in mul::combine_*_to_p...
2016-04-18 Richard KreckelUpdate reference to Robert C. Martin's "Acyclic Visitor...
2016-04-14 Richard KreckelAdd fderivative::derivatives() method.
2016-04-13 Richard KreckelFix typos in comments.
2016-04-13 Richard KreckelUpdate compiler list and compile times.
2016-04-13 Richard KreckelPrefer C library wrappers over C headers, where possible.
2016-04-05 Richard KreckelMerge branch 'c++11' in preparation for version 1.7.0.
2016-04-04 Richard Kreckel[build] Install compiler.h header file. c++11
2016-04-04 Richard KreckelInstall ginac-excompiler in $LIBEXECDIR, not in $BINDIR.
2016-04-04 Richard Kreckel[build] Ship FindLibDL.cmake, it's needed by CMakeLists...
2016-03-12 Richard KreckelRemove ex::to_rational(lst) and ex::to_polynomial(lst).
2016-02-29 Richard KreckelFinalize 1.6.7 release. release_1-6-7
2016-02-25 Richard KreckelUse C++11 'auto' and range-based for loops where possible.
2016-02-22 Richard KreckelUse C++11 'nullptr' where applicable.
2016-02-11 Richard Kreckel[build] Force C++11 compilation when using CMake.
2016-02-11 Richard Kreckel[build] Fix CMake build.
2016-02-06 Richard Kreckelminor optimization in power::expand_add
2016-02-06 Richard KreckelFix a comment.
2016-02-06 Richard Kreckelspeed up multiply_lcm(e, lcm) a bit
2016-02-06 Richard Kreckel[bugfix] fix elusive bug in quo, rem,...
2016-02-05 Richard Kreckel[bugfix] fix elusive bug in quo, rem,...
2016-02-03 Richard Kreckel[bugfix] fix sqrfree(poly) for zero polynomials in...
2016-02-03 Richard Kreckel[bugfix] fix sqrfree(poly) for zero polynomials in...
2016-01-31 Richard KreckelRemove extra cases for missing <stdint.h>.
2016-01-29 Richard Kreckel[C++17] Remove inheritance from std::binary_function...
2016-01-29 Richard Kreckel[C++17] Replace std::bind2nd with a lambda.
2016-01-28 Richard KreckelRemove global variable max_recursion_level.
2016-01-28 Richard KreckelRemove 'level' argument of normal().
2016-01-28 Richard KreckelRemove 'level' argument of evalf().
2016-01-06 Richard KreckelAvoid x^0 and Order(x^0) terms together in series expan...
2016-01-01 Richard KreckelHappy New Year!
2016-01-01 Richard KreckelHappy New Year!
2016-01-01 Richard KreckelDe-document eval() in ginsh help and manpage.
2015-12-31 Richard KreckelMake relational::rhs() and lhs() nonvirtual.
2015-12-31 Vladimir V... Clarification on symmetries of metric of clifford object.
2015-12-31 Vladimir V... Add specific dbgprinttree() method to clifford.
2015-12-31 Ralf Stephancache pseries coeff accesses in pseries::mul_series.
2015-12-20 Richard KreckelFinalize 1.6.6 release. ginac_1-6-6
2015-12-20 Richard KreckelRemove reference to ftpthep.physik.uni-mainz.de.
2015-12-20 Richard KreckelRemove reference to ftpthep.physik.uni-mainz.de.
2015-12-20 Richard KreckelHoist typeid(*this) from loops.
2015-12-20 Richard KreckelRemove iter_swap specializations.
2015-12-20 Richard KreckelAdd support for power::info(info_flags::real).
2015-12-20 Richard KreckelRemove info_flags::algebraic.
2015-12-17 Richard KreckelRemove expairseq::construct_from_2_ex_via_exvector...
2015-12-17 Richard Kreckelinclude <algorithm> for use of std::min().
2015-12-17 Richard Kreckelinclude <algorithm> for use of std::min().
2015-12-17 Richard KreckelRemove useless code in add::eval().
2015-12-17 Richard Kreckel[bugfix] Make sure add::eval() collects all numeric...
2015-12-17 Richard KreckelAdd rvalue reference ctors from epvectors for add,...
2015-12-16 Richard KreckelMerge some cosmetic patches.
2015-12-16 Richard KreckelMake .eval() evaluate top-level only.
2015-12-16 Richard KreckelMake add::eval(), mul::eval() work without compromise.
2015-12-01 Richard KreckelImprove method of setting status_flags::dynallocated.
2015-11-29 Richard KreckelRemove accidentally pushed binary.
2015-11-29 Richard KreckelRename array of precomputed data in test suite.
2015-11-29 Richard KreckelUse neseted initializer lists to construct matrix objects.
2015-11-27 Richard Kreckel[build] Update scripts for correct rpath for linking...
2015-11-26 Richard KreckelUse initializer lists to construct container<>, lst.
2015-11-26 Richard KreckelInfrastructure: Update baseline language check M4 macros.
2015-11-26 Richard KreckelMake ample use of the contextual keyword 'override'.
2015-11-25 Richard KreckelStandard header cleanup.
2015-11-25 Richard KreckelReplace idx_is_not functor by a C++11 lambda.
2015-11-25 Richard KreckelIn power::expand_add(), don't reserve excess monomial...
2015-11-25 Richard KreckelIn power::expand_add(), don't reserve excess monomial...
2015-11-25 Richard KreckelMake specialized power::expand() helpers static member...
2015-11-24 Richard KreckelTutorial: how to create noncommutative symbols?
2015-11-24 Richard KreckelTutorial: how to create noncommutative symbols?
2015-11-24 Richard Kreckelmul::can_make_flat(): Finish ancient unfinished code.
2015-11-24 Richard Kreckelunit_matrix(r,c) can return an evaluated matrix object.
2015-11-24 Richard KreckelAvoid some explicit copying of STL containers.
2015-11-24 Richard Kreckelmul::can_make_flat(): Finish ancient unfinished code.
2015-11-23 Richard Kreckelunit_matrix(r,c) can return an evaluated matrix object.
2015-11-23 Richard KreckelMake (a+b+c+...)^n work for huuuge terms.
2015-11-23 Richard KreckelConvert some more ctors from copying to moving STL...
2015-11-08 Richard KreckelReplace static const variables with constexpr, where...
2015-11-08 Richard KreckelFix some pedantic compiler warnings.
2015-11-08 Richard KreckelReplace GiNaC::ToString() with std::to_string().
2015-11-07 Richard KreckelUse C++11 'nullptr' where applicable.
next