2003-10-12 |
Richard Kreckel | * times.cpp (randomify_symbol_serials): New. |
commit | commitdiff | tree | snapshot |
2003-10-12 |
Richard Kreckel | * Some of your (dependent) bases are belong to somebody... |
commit | commitdiff | tree | snapshot |
2003-10-12 |
Richard Kreckel | * All your dependent bases are belong to us! |
commit | commitdiff | tree | snapshot |
2003-10-12 |
Richard Kreckel | * All your dependent bases are belong to us! |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Christian Bauer | compare(ex(0)) -> is_zero() |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Christian Bauer | added insert(iterator, value_type) |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Jens Vollinga | Synced to 1.1 |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Christian Bauer | Implemented the Blitz++ trick to allow the initializati... |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Christian Bauer | parallel build uses NCPU jobs instead of NCPU+1 |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Jens Vollinga | Synced to 1.1 |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Christian Bauer | tidied up ex::subs() |
commit | commitdiff | tree | snapshot |
2003-09-06 |
Richard Kreckel | * ginsh_input(): Modern versions of flex want us to... |
commit | commitdiff | tree | snapshot |
2003-09-05 |
Christian Bauer | Improved the pre-/postorder iterators: They visit the... |
commit | commitdiff | tree | snapshot |
2003-09-04 |
Christian Bauer | added a note about expressions in STL containers |
commit | commitdiff | tree | snapshot |
2003-09-04 |
Christian Bauer | mention the subs(exmap &) form |
commit | commitdiff | tree | snapshot |
2003-09-04 |
Christian Bauer | documentation update |
commit | commitdiff | tree | snapshot |
2003-09-04 |
Christian Bauer | the old methods of ex remain for compatibility |
commit | commitdiff | tree | snapshot |
2003-09-03 |
Christian Bauer | minor optimizations to ex::subs() |
commit | commitdiff | tree | snapshot |
2003-09-03 |
Christian Bauer | implemented operator-> for the iterators |
commit | commitdiff | tree | snapshot |
2003-09-02 |
Christian Bauer | added some words of warning to ex_to<>() |
commit | commitdiff | tree | snapshot |
2003-09-02 |
Christian Bauer | - added missing #include <stdexcept> |
commit | commitdiff | tree | snapshot |
2003-09-02 |
Christian Bauer | synced to 1.1 |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Christian Bauer | Added const_iterator, const_preorder_iterator, const_po... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Christian Bauer | moved the reference counter into its own class "refcounted" |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Richard Kreckel | * Fix for lintian error "package-lacks-versioned-build... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Richard Kreckel | * Oops, forgot to cvs add the two new files in last... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Richard Kreckel | * Preliminar update over Debian's ginac_1.1.3-1.diff.gz. |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Christian Bauer | lsts are not shareable by default |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Christian Bauer | - added some (empty) exception specifications (reduces... |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Christian Bauer | documentation update (sort of) |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Christian Bauer | symbols can be made noncommutative (see symbol construc... |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Christian Bauer | bumped archive version number because of added attribut... |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Christian Bauer | generous use of auto_ptr to provide better exception... |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Christian Bauer | print_tree prints the object addresses |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Christian Bauer | - documented numeric::to_int()/to_long()/to_double... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Christian Bauer | some functions that were restricted to symbols for... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Christian Bauer | some functions that took a "const symbol &" now take... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Christian Bauer | removed some obsolete functions |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Christian Bauer | - implemented object fusion as proposed by Richy |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Christian Bauer | - quo(), rem(), prem(), sprem() and decomp_rational... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Christian Bauer | added flag to disable object fusion |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Christian Bauer | - charpoly(): lambda is now a "const ex &" instead... |
commit | commitdiff | tree | snapshot |
2003-08-24 |
Christian Bauer | fixed typo (flags -> fl) and made the set of flags... |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Christian Bauer | added on-line help for nestedsums functions |
commit | commitdiff | tree | snapshot |
2003-08-22 |
Christian Bauer | hash_map.h didn't get installed |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Christian Bauer | operator[] -> insert() (probably more efficient) |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Christian Bauer | removed unused function |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Christian Bauer | more efficient constructors |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Christian Bauer | ex_to<>(), is_a<>() and is_exactly_a<>() weren't inlined |
commit | commitdiff | tree | snapshot |
2003-08-20 |
Christian Bauer | added exams and timings for exhashmap<> |
commit | commitdiff | tree | snapshot |
2003-08-20 |
Christian Bauer | added exhashmap<> as a replacement for map<> that uses... |
commit | commitdiff | tree | snapshot |
2003-08-20 |
Christian Bauer | cleaned up specializations of swap()/iter_swap() |
commit | commitdiff | tree | snapshot |
2003-08-20 |
Christian Bauer | fixed typo |
commit | commitdiff | tree | snapshot |
2003-08-18 |
Christian Bauer | added ex::const_iterator, ex::begin(), ex::end() |
commit | commitdiff | tree | snapshot |
2003-08-18 |
Christian Bauer | - string -> const char * (compiles about 100 times... |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Jens Vollinga | synced to 1.2 |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Richard Kreckel | * acinclude.m4 (GINAC_CHECK_ERRORS): exit with non... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Christian Bauer | added test for structure<> template |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Jens Vollinga | synced to 1.2 |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Jens Vollinga | synced to 1.2 |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Christian Bauer | use new-style print methods |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Christian Bauer | use new-style print methods |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Christian Bauer | lst(0) now works as expected |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Christian Bauer | print methods can be replaced at run-time with set_prin... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Christian Bauer | use new-style print methods |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Christian Bauer | use new-style print methods |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Christian Bauer | print_tree: only print the "nops=" line when nops(... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Christian Bauer | synced to 1.1 |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Christian Bauer | removed debug code |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Christian Bauer | use new-style print methods |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Christian Bauer | DEFAULT_PRINT macros generate new-style print methods |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Christian Bauer | initialize print_context registry on startup |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Christian Bauer | - print_context::duplicate() wasn't virtual |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Christian Bauer | implemented double dispatch for print(); methods are... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Christian Bauer | fixed compilation problem after the registered_class_op... |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Christian Bauer | - added registry for print_context classes (use print_c... |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Christian Bauer | - split registered_class_info into the actual per-class... |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Christian Bauer | hash value computation for indices takes index dimensio... |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Christian Bauer | removed unnecessary const_cast |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Christian Bauer | normal() uses an additional reverse lookup map |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Christian Bauer | generous use of subs_options::no_pattern |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Christian Bauer | subs_no_pattern -> no_pattern, subs_algebraic -> algebraic |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Christian Bauer | synced to 1.1 |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Christian Bauer | subs_no_pattern -> no_pattern, subs_algebraic -> algebr... |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Christian Bauer | subs_no_pattern -> no_pattern, subs_algebraic -> algebraic |
commit | commitdiff | tree | snapshot |
2003-07-17 |
Christian Bauer | fixes for gcc 3.4 |
commit | commitdiff | tree | snapshot |
2003-07-17 |
Christian Bauer | documentation update |
commit | commitdiff | tree | snapshot |
2003-07-14 |
Christian Bauer | tinfo_key wasn't set correctly in certain constructors |
commit | commitdiff | tree | snapshot |
2003-07-11 |
Christian Bauer | describe ex_is_less and ex_is_equal |
commit | commitdiff | tree | snapshot |
2003-07-11 |
Christian Bauer | subs() and normal() use maps instead of lists, resultin... |
commit | commitdiff | tree | snapshot |
2003-07-11 |
Christian Bauer | synced to 1.1 |
commit | commitdiff | tree | snapshot |
2003-07-11 |
Christian Bauer | runs with sizes 50,100,200,500 instead of 25,50,100... |
commit | commitdiff | tree | snapshot |
2003-07-10 |
Christian Bauer | tiny optimization in subs() |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Christian Bauer | added 'structure' to class list |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Christian Bauer | - added structure template |
commit | commitdiff | tree | snapshot |
2003-07-02 |
Christian Bauer | merging 1.2 branch into main trunk |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Christian Bauer | synced to 1.1 |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Christian Bauer | documentation update |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Christian Bauer | synced to 1.2 |
commit | commitdiff | tree | snapshot |
2003-05-06 |
Christian Bauer | - updated docs |
commit | commitdiff | tree | snapshot |
next |