2017-01-09 |
Richard Kreckel | Happy New Year! |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Richard Kreckel | Fix memory leaks in operators returning relationals. |
commit | commitdiff | tree | snapshot |
2017-01-03 |
Stefan Weinzierl | GINAC_DECLARE_REGISTERED_CLASS(): add namespace of... |
commit | commitdiff | tree | snapshot |
2016-11-06 |
Richard Kreckel | Fix MSC compiler warning. |
commit | commitdiff | tree | snapshot |
2016-11-06 |
Richard Kreckel | Clean up some header files and fix compilation with... |
commit | commitdiff | tree | snapshot |
2016-11-06 |
Richard Kreckel | Remove configure check for type 'long long'. |
commit | commitdiff | tree | snapshot |
2016-10-08 |
Till Hofmann | Replace mktemp with mkstemp. |
commit | commitdiff | tree | snapshot |
2016-10-01 |
Richard Kreckel | Finalize 1.7.1 release. release_1-7-1 |
commit | commitdiff | tree | snapshot |
2016-10-01 |
Richard Kreckel | Suppress compiler warnings about inconsistent override. |
commit | commitdiff | tree | snapshot |
2016-09-14 |
Richard Kreckel | Fix compilation of programs using __attribute__((deprec... |
commit | commitdiff | tree | snapshot |
2016-08-17 |
Richard Kreckel | Update ax_cxx_compile_stdcxx.m4. |
commit | commitdiff | tree | snapshot |
2016-08-17 |
Vladimir Kisil | Improve performance of clifford_to_lst(). |
commit | commitdiff | tree | snapshot |
2016-08-11 |
Stefan Weinzierl | Fix convergence of Li_projection at ±I. |
commit | commitdiff | tree | snapshot |
2016-08-11 |
Vladimir Kisil | Add proper functions to make clifford_bar() and cliffor... |
commit | commitdiff | tree | snapshot |
2016-07-21 |
Richard Kreckel | [bugfix] Fix crash in basic::subs(). |
commit | commitdiff | tree | snapshot |
2016-04-30 |
Richard Kreckel | Finalize 1.7.0 release. release_1-7-0 |
commit | commitdiff | tree | snapshot |
2016-04-29 |
Richard Kreckel | More shortcuts for trivial cases in mul::combine_*_to_p... |
commit | commitdiff | tree | snapshot |
2016-04-18 |
Richard Kreckel | Update reference to Robert C. Martin's "Acyclic Visitor... |
commit | commitdiff | tree | snapshot |
2016-04-14 |
Richard Kreckel | Add fderivative::derivatives() method. |
commit | commitdiff | tree | snapshot |
2016-04-13 |
Richard Kreckel | Fix typos in comments. |
commit | commitdiff | tree | snapshot |
2016-04-13 |
Richard Kreckel | Update compiler list and compile times. |
commit | commitdiff | tree | snapshot |
2016-04-13 |
Richard Kreckel | Prefer C library wrappers over C headers, where possible. |
commit | commitdiff | tree | snapshot |
2016-04-05 |
Richard Kreckel | Merge branch 'c++11' in preparation for version 1.7.0. |
commit | commitdiff | tree | snapshot |
2016-04-04 |
Richard Kreckel | [build] Install compiler.h header file. c++11 |
commit | commitdiff | tree | snapshot |
2016-04-04 |
Richard Kreckel | Install ginac-excompiler in $LIBEXECDIR, not in $BINDIR. |
commit | commitdiff | tree | snapshot |
2016-04-04 |
Richard Kreckel | [build] Ship FindLibDL.cmake, it's needed by CMakeLists... |
commit | commitdiff | tree | snapshot |
2016-03-12 |
Richard Kreckel | Remove ex::to_rational(lst) and ex::to_polynomial(lst). |
commit | commitdiff | tree | snapshot |
2016-02-29 |
Richard Kreckel | Finalize 1.6.7 release. release_1-6-7 |
commit | commitdiff | tree | snapshot |
2016-02-25 |
Richard Kreckel | Use C++11 'auto' and range-based for loops where possible. |
commit | commitdiff | tree | snapshot |
2016-02-22 |
Richard Kreckel | Use C++11 'nullptr' where applicable. |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Richard Kreckel | [build] Force C++11 compilation when using CMake. |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Richard Kreckel | [build] Fix CMake build. |
commit | commitdiff | tree | snapshot |
2016-02-06 |
Richard Kreckel | minor optimization in power::expand_add |
commit | commitdiff | tree | snapshot |
2016-02-06 |
Richard Kreckel | Fix a comment. |
commit | commitdiff | tree | snapshot |
2016-02-06 |
Richard Kreckel | speed up multiply_lcm(e, lcm) a bit |
commit | commitdiff | tree | snapshot |
2016-02-06 |
Richard Kreckel | [bugfix] fix elusive bug in quo, rem,... |
commit | commitdiff | tree | snapshot |
2016-02-05 |
Richard Kreckel | [bugfix] fix elusive bug in quo, rem,... |
commit | commitdiff | tree | snapshot |
2016-02-03 |
Richard Kreckel | [bugfix] fix sqrfree(poly) for zero polynomials in... |
commit | commitdiff | tree | snapshot |
2016-02-03 |
Richard Kreckel | [bugfix] fix sqrfree(poly) for zero polynomials in... |
commit | commitdiff | tree | snapshot |
2016-01-31 |
Richard Kreckel | Remove extra cases for missing <stdint.h>. |
commit | commitdiff | tree | snapshot |
2016-01-29 |
Richard Kreckel | [C++17] Remove inheritance from std::binary_function... |
commit | commitdiff | tree | snapshot |
2016-01-29 |
Richard Kreckel | [C++17] Replace std::bind2nd with a lambda. |
commit | commitdiff | tree | snapshot |
2016-01-28 |
Richard Kreckel | Remove global variable max_recursion_level. |
commit | commitdiff | tree | snapshot |
2016-01-28 |
Richard Kreckel | Remove 'level' argument of normal(). |
commit | commitdiff | tree | snapshot |
2016-01-28 |
Richard Kreckel | Remove 'level' argument of evalf(). |
commit | commitdiff | tree | snapshot |
2016-01-06 |
Richard Kreckel | Avoid x^0 and Order(x^0) terms together in series expan... |
commit | commitdiff | tree | snapshot |
2016-01-01 |
Richard Kreckel | Happy New Year! |
commit | commitdiff | tree | snapshot |
2016-01-01 |
Richard Kreckel | Happy New Year! |
commit | commitdiff | tree | snapshot |
2016-01-01 |
Richard Kreckel | De-document eval() in ginsh help and manpage. |
commit | commitdiff | tree | snapshot |
2015-12-31 |
Richard Kreckel | Make relational::rhs() and lhs() nonvirtual. |
commit | commitdiff | tree | snapshot |
2015-12-31 |
Vladimir V... | Clarification on symmetries of metric of clifford object. |
commit | commitdiff | tree | snapshot |
2015-12-31 |
Vladimir V... | Add specific dbgprinttree() method to clifford. |
commit | commitdiff | tree | snapshot |
2015-12-31 |
Ralf Stephan | cache pseries coeff accesses in pseries::mul_series. |
commit | commitdiff | tree | snapshot |
2015-12-20 |
Richard Kreckel | Finalize 1.6.6 release. ginac_1-6-6 |
commit | commitdiff | tree | snapshot |
2015-12-20 |
Richard Kreckel | Remove reference to ftpthep.physik.uni-mainz.de. |
commit | commitdiff | tree | snapshot |
2015-12-20 |
Richard Kreckel | Remove reference to ftpthep.physik.uni-mainz.de. |
commit | commitdiff | tree | snapshot |
2015-12-20 |
Richard Kreckel | Hoist typeid(*this) from loops. |
commit | commitdiff | tree | snapshot |
2015-12-20 |
Richard Kreckel | Remove iter_swap specializations. |
commit | commitdiff | tree | snapshot |
2015-12-20 |
Richard Kreckel | Add support for power::info(info_flags::real). |
commit | commitdiff | tree | snapshot |
2015-12-20 |
Richard Kreckel | Remove info_flags::algebraic. |
commit | commitdiff | tree | snapshot |
2015-12-17 |
Richard Kreckel | Remove expairseq::construct_from_2_ex_via_exvector... |
commit | commitdiff | tree | snapshot |
2015-12-17 |
Richard Kreckel | include <algorithm> for use of std::min(). |
commit | commitdiff | tree | snapshot |
2015-12-17 |
Richard Kreckel | include <algorithm> for use of std::min(). |
commit | commitdiff | tree | snapshot |
2015-12-17 |
Richard Kreckel | Remove useless code in add::eval(). |
commit | commitdiff | tree | snapshot |
2015-12-17 |
Richard Kreckel | [bugfix] Make sure add::eval() collects all numeric... |
commit | commitdiff | tree | snapshot |
2015-12-17 |
Richard Kreckel | Add rvalue reference ctors from epvectors for add,... |
commit | commitdiff | tree | snapshot |
2015-12-16 |
Richard Kreckel | Merge some cosmetic patches. |
commit | commitdiff | tree | snapshot |
2015-12-16 |
Richard Kreckel | Make .eval() evaluate top-level only. |
commit | commitdiff | tree | snapshot |
2015-12-16 |
Richard Kreckel | Make add::eval(), mul::eval() work without compromise. |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Richard Kreckel | Improve method of setting status_flags::dynallocated. |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Richard Kreckel | Remove accidentally pushed binary. |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Richard Kreckel | Rename array of precomputed data in test suite. |
commit | commitdiff | tree | snapshot |
2015-11-29 |
Richard Kreckel | Use neseted initializer lists to construct matrix objects. |
commit | commitdiff | tree | snapshot |
2015-11-27 |
Richard Kreckel | [build] Update scripts for correct rpath for linking... |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Richard Kreckel | Use initializer lists to construct container<>, lst. |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Richard Kreckel | Infrastructure: Update baseline language check M4 macros. |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Richard Kreckel | Make ample use of the contextual keyword 'override'. |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Richard Kreckel | Standard header cleanup. |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Richard Kreckel | Replace idx_is_not functor by a C++11 lambda. |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Richard Kreckel | In power::expand_add(), don't reserve excess monomial... |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Richard Kreckel | In power::expand_add(), don't reserve excess monomial... |
commit | commitdiff | tree | snapshot |
2015-11-25 |
Richard Kreckel | Make specialized power::expand() helpers static member... |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Richard Kreckel | Tutorial: how to create noncommutative symbols? |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Richard Kreckel | Tutorial: how to create noncommutative symbols? |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Richard Kreckel | mul::can_make_flat(): Finish ancient unfinished code. |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Richard Kreckel | unit_matrix(r,c) can return an evaluated matrix object. |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Richard Kreckel | Avoid some explicit copying of STL containers. |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Richard Kreckel | mul::can_make_flat(): Finish ancient unfinished code. |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Richard Kreckel | unit_matrix(r,c) can return an evaluated matrix object. |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Richard Kreckel | Make (a+b+c+...)^n work for huuuge terms. |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Richard Kreckel | Convert some more ctors from copying to moving STL... |
commit | commitdiff | tree | snapshot |
2015-11-08 |
Richard Kreckel | Replace static const variables with constexpr, where... |
commit | commitdiff | tree | snapshot |
2015-11-08 |
Richard Kreckel | Fix some pedantic compiler warnings. |
commit | commitdiff | tree | snapshot |
2015-11-08 |
Richard Kreckel | Replace GiNaC::ToString() with std::to_string(). |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Richard Kreckel | Use C++11 'nullptr' where applicable. |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Richard Kreckel | Remove C++89 workaround for closing angle brackets... |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Richard Kreckel | Remove 'discardable' option from ctors of container... |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Richard Kreckel | Add trivial shortcuts in expair plumbing of class add. |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Richard Kreckel | Add trivial shortcuts in expair plumbing of class add. |
commit | commitdiff | tree | snapshot |
2015-11-06 |
Richard Kreckel | Fix little missed optimization. |
commit | commitdiff | tree | snapshot |
next |