]> www.ginac.de Git - ginac.git/history - ginac/basic.cpp
Remove MSVC-specific definition of __func__ and __alignof__.
[ginac.git] / ginac / basic.cpp
2018-01-01 Richard KreckelHappy New Year!
2017-01-09 Richard KreckelHappy New Year!
2016-07-21 Richard Kreckel[bugfix] Fix crash in basic::subs().
2016-04-05 Richard KreckelMerge branch 'c++11' in preparation for version 1.7.0.
2016-02-25 Richard KreckelUse C++11 'auto' and range-based for loops where possible.
2016-01-28 Richard KreckelRemove global variable max_recursion_level.
2016-01-28 Richard KreckelRemove 'level' argument of evalf().
2016-01-01 Richard KreckelHappy New Year!
2016-01-01 Richard KreckelHappy New Year!
2015-12-16 Richard KreckelMake .eval() evaluate top-level only.
2015-12-01 Richard KreckelImprove method of setting status_flags::dynallocated.
2015-11-26 Richard KreckelMake ample use of the contextual keyword 'override'.
2015-11-03 Richard KreckelUse C++11 range-based foor loops and auto, where possible.
2015-11-01 Richard KreckelReplace use of NULL by C++11 nullptr.
2015-10-10 Richard KreckelFix some apparent typos and misindentations 2.
2015-01-25 Richard KreckelHappy new year!
2014-10-14 Richard KreckelUpdate copyright statements.
2011-02-04 Richard KreckelExtend copyright to 2011.
2010-03-05 Jens VollingaCopyright goes 2010.
2010-03-05 Jens VollingaCopyright goes 2010.
2010-02-27 Richard KreckelUpdate copyright notice.
2009-02-25 Alexei Sheplyakovcalchash(): work around broken RTTI.
2009-02-25 Alexei Sheplyakovcalchash(): work around broken RTTI.
2009-02-06 Jens VollingaPrettified source code.
2008-10-19 Alexei SheplyakovDon't force every algebraic class to implement archivin...
2008-10-19 Alexei SheplyakovWipe out remnants of custom RTTI.
2008-10-19 Alexei SheplyakovA better return_type_tinfo() mechanism.
2008-10-19 Alexei Sheplyakovcalchash(): use type_info::name() instead of tinfo().
2008-10-19 Alexei Sheplyakovbasic, expairseq: use standard C++ RTTI in compare...
2008-09-30 Jens VollingaMerge branch 'master' of git://ffmssmsc.jinr.ru:443...
2008-09-19 Alexei Sheplyakovmatch() (find()): use exmap (exset) to store matched...
2008-09-09 Jens VollingaMerge branch 'master' of git://ffmssmsc.jinr.ru:443...
2008-09-09 Alexei Sheplyakovmatch: don't modify subexpression list if expression...
2008-03-27 Jens VollingaMerge commit 'origin/master'
2008-03-26 Richard B. KreckelMerge git://www.ginac.de/ginac
2008-03-25 Richard B. KreckelHappy new year!
2007-02-01 Richard Kreckel* Happy New Year(s)!
2006-12-12 Jens VollingaImproved collecting for sparse multivariate polynomials.
2006-04-21 Chris DamsAdded methods for taking real and imaginary parts.
2006-03-27 Chris DamsAdded .is_polynomial() method.
2006-02-22 Chris DamsReviving return_type_tinfo-system.
2006-02-14 Chris DamsFixed problems on 64-bit machines and introduced has_op...
2006-01-19 Jens Vollinga- New tinfo mechanism
2005-05-01 Richard Kreckel* Last week, the FSF has moved their office.
2005-02-22 Christian BauerHappy new year!
2004-10-25 Jens VollingaFixed bug in basic::subs_one_level.
2004-10-12 Jens VollingaAdded integral class.
2004-09-30 Christian Bauerdbgprint() now uses a print_dflt
2004-08-03 Christian Bauersynced to 1.2 (bogus assertion and evaluated symmetry...
2004-06-22 Christian Bauerfixed typos
2004-06-10 Christian Bauersynced to 1.2 (memory conservation)
2004-06-08 Christian Bauerfixed typo
2004-05-25 Christian Baueradded the possibility to get some statistical informati...
2004-01-04 Jens VollingaAdded complex conjugation methods and GiNaC function...
2003-08-29 Christian Bauermoved the reference counter into its own class "refcounted"
2003-08-25 Christian Bauerprint_tree prints the object addresses
2003-08-24 Christian Bauerfixed typo (flags -> fl) and made the set of flags...
2003-08-06 Christian Bauerprint_tree: only print the "nops=" line when nops(...
2003-07-31 Christian Bauerremoved debug code
2003-07-31 Christian Bauer- print_context::duplicate() wasn't virtual
2003-07-25 Christian Bauerimplemented double dispatch for print(); methods are...
2003-07-21 Christian Bauerremoved unnecessary const_cast
2003-07-21 Christian Bauersubs_no_pattern -> no_pattern, subs_algebraic -> algebraic
2003-07-11 Christian Bauersubs() and normal() use maps instead of lists, resultin...
2003-07-10 Christian Bauertiny optimization in subs()
2003-07-02 Christian Bauermerging 1.2 branch into main trunk
2003-01-21 Christian Bauer- prepared for 1.0.13 release
2002-01-25 Christian Bauer- (l)degree(s), coeff(s, n) and collect(s) were extende...
2002-01-25 Richard Kreckel* Finilize version 1.0.4 (version numbers, copyrights... release_1-0-4
2001-10-26 Richard Kreckel* As agreed upon at lunch, remove debugmsg since it...
2001-10-22 Richard Kreckel* Some internal reorganization WRT flyweight handling...
2001-08-22 Richard Kreckel- Cleanups: My evil plot of making ex::bp private may...
2001-08-18 Richard Kreckel- carried on with felonious plot about making ex::bp...
2001-07-28 Richard Kreckel- Move several comments into doxygen comment blocks.
2001-06-27 Christian Bauer- replaced the Derivative() function by a more resonabl...
2001-06-25 Richard Kreckelsome cleanups
2001-06-23 Christian Bauer- added find() (like has(), but returns list of all...
2001-06-19 Christian Bauer- The default implementations of evalf(), diff(), norma...
2001-06-12 Richard Kreckel- Fix GCC 2.95.x brokenness.
2001-06-11 Christian Bauer- Instead of just totally symmetric or antisymmetric...
2001-06-09 Christian Bauer- added lst::remove_first() and lst::remove_last()
2001-06-07 Christian Bauer- maximum number of arguments for lists bumped to 16...
2001-06-05 Richard Kreckel- document: collect's argument must be expanded.
2001-06-05 Christian Bauer- fixed typos
2001-06-01 Christian Bauer- in the output, list delimiters are now { } and matrix...
2001-05-25 Christian Bauer- removed debugging code in match()
2001-05-24 Christian Bauer- first implementation of pattern matching
2001-05-19 Christian Bauerreplaced "precedence" static member variable by virtual...
2001-05-07 Richard Kreckel* Methods of class ex which do absolutely nothing than...
2001-05-05 Richard KreckelChanges needed for compilation with -DDO_GINAC_ASSERT:
2001-04-20 Christian Bauer- color/clifford objects have representation label...
2001-04-15 Richard Kreckel* basic::collec() never worked correctly on non-polynom...
2001-04-06 Christian Bauer- replaced the various print*() member functions by...
2001-04-05 Christian Bauersubs() performs "syntactic substitution" as in Maple...
2001-04-05 Christian Bauer- subs() can be used to substitute functions, tensors...
2001-04-02 Christian Bauerdegree(), ldegree(), coeff(), lcoeff(), tcoeff() and...
2001-03-28 Christian Bauer- added skeleton implementation of color and clifford...
2001-03-23 Christian Bauer- simplify_indexed() simplifies c*(M).i.j -> (M').i...
2001-03-22 Christian Bauersums of indexed matrices are now possible
2001-03-14 Richard Kreckel* ex.h: add docu.
next