2011-02-26 |
Alexei Sheplyakov | Parser: don't bother to generate 3 (C++) functions...
|
commit | commitdiff | tree |
2011-02-09 |
Alexei Sheplyakov | [trivia] Fix a typo in the GCD testcase.
|
commit | commitdiff | tree |
2010-12-10 |
Alexei Sheplyakov | Don't try to tie the library version to the package...
|
commit | commitdiff | tree |
2010-12-10 |
Alexei Sheplyakov | Merge branch 'ginac_1-5' of git://www.ginac.de/ginac
|
commit | commitdiff | tree |
2010-12-09 |
Alexei Sheplyakov | Use C style cast when converting void* into function...
|
commit | commitdiff | tree |
2010-12-09 |
Jens Vollinga | Added get_builtin_reader() that parses only the builtin...
|
commit | commitdiff | tree |
2010-12-09 |
Jens Vollinga | Fixed include of stdint.h (parser.cpp needs the header...
|
commit | commitdiff | tree |
2010-12-09 |
Alexei Sheplyakov | Fix the compliation error *for real* ... and restore...
|
commit | commitdiff | tree |
2010-12-09 |
Alexei Sheplyakov | Fix the compliation error *for real*
|
commit | commitdiff | tree |
2010-12-09 |
Jens Vollinga | Fixed memory leak.
|
commit | commitdiff | tree |
2010-12-09 |
Jens Vollinga | Fixed the fix in commit f059ebe117d15292e0d262e6e8e232e835c7...
|
commit | commitdiff | tree |
2010-12-09 |
Jens Vollinga | Fixed dirty hack in parser to distinguish between serial...
|
commit | commitdiff | tree |
2010-12-09 |
Jens Vollinga | Fixed the parser such that it can read in user defined...
|
commit | commitdiff | tree |
2010-12-09 |
Jens Vollinga | Fixed cast that caused compile error on 64bit machines.
|
commit | commitdiff | tree |
2010-12-09 |
Jens Vollinga | Allow user defined functions to be parsed.
|
commit | commitdiff | tree |
2010-12-09 |
Alexei Sheplyakov | Revert "Changed the parser such that it understands...
|
commit | commitdiff | tree |
2010-11-26 |
Jan Rheinländer | Omit extra qualification (as in struct foo f() vs foo...
|
commit | commitdiff | tree |
2010-11-26 |
Jan Rheinländer | [msvc] msvc cannot handle string constants above 16k
|
commit | commitdiff | tree |
2010-11-26 |
Jan Rheinländer | [msvc] Yet another compiler bug work around.
|
commit | commitdiff | tree |
2010-11-26 |
Jan Rheinländer | [msvc] Work around strange scoping and name mangling...
|
commit | commitdiff | tree |
2010-11-26 |
Jan Rheinländer | Add few defines for msvc (__func__, __alignof__).
|
commit | commitdiff | tree |
2010-11-26 |
Jan Rheinländer | symmetry::compare_same_type(): const-correctness fix
|
commit | commitdiff | tree |
2010-11-26 |
Jan Rheinländer | clifford: fix a few GCCisms (or, not).
|
commit | commitdiff | tree |
2008-11-05 |
Paul Irofti | Equip ginac-examples.texi with directory entry for...
|
commit | commitdiff | tree |
2008-11-05 |
Alexei Sheplyakov | [portability] GiNaC::compile_ex works on OpenBSD now.
|
commit | commitdiff | tree |
2008-11-05 |
Alexei Sheplyakov | [build] Set correct rpath for linking with CLN...
|
commit | commitdiff | tree |
2008-11-05 |
Alexei Sheplyakov | [bugfix] integer_cra: check if arguments contain at...
|
commit | commitdiff | tree |
2008-11-05 |
Alexei Sheplyakov | exam_cra: explicitly #include <limits>. This should...
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | tutorial: simplify the instructions on writing extension...
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | Don't force every algebraic class to implement archiving...
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | tutorial: don't mention custom RTTI any more (as it...
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | symbol: make get_domain() a virtual method, remove...
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | symbol: don't bother to set TeX name if user did not...
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | symbol: remove return_type_tinfo() and return_type...
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | Wipe out remnants of custom RTTI.
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | registered_class_info: use typeid() instead of tinfo_static.
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | A better return_type_tinfo() mechanism.
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | calchash(): use type_info::name() instead of tinfo().
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | indexed::eval: use standard C++ RTTI.
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | basic, expairseq: use standard C++ RTTI in compare...
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | is_exactly_a: use typeid() to check the type of expression.
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | ptr.h: use unsigned int to store reference counts ...
|
commit | commitdiff | tree |
2008-10-19 |
Alexei Sheplyakov | Rewritten heuristic and PRS GCD for univariate polynomials...
|
commit | commitdiff | tree |
2008-10-14 |
Alexei Sheplyakov | polynomial: introduce a helper function to divide polynomial...
|
commit | commitdiff | tree |
2008-10-14 |
Alexei Sheplyakov | mod_gcd: naive hack to chose a 'good' prime (to speed...
|
commit | commitdiff | tree |
2008-09-30 |
Alexei Sheplyakov | [bugfix] remainder_in_ring: using exact division is...
|
commit | commitdiff | tree |
2008-09-30 |
Alexei Sheplyakov | [bugfix] normalize_in_ring: don't set the leading coefficien...
|
commit | commitdiff | tree |
2008-09-30 |
Alexei Sheplyakov | [trivial] excompiler.cpp: shut up some silly compiler...
|
commit | commitdiff | tree |
2008-09-20 |
Alexei Sheplyakov | Implemented modular GCD algorithm for univariate polynomials.
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | Wipe out the old (bison/flex generated) parser.
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | check: time_parser.cpp: don't run the same benchmark...
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | Document the new parser, provide an example.
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | Use the new parser in the ex(const string&, lst&) ctor.
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | Parser can parse (some) floating point numbers now.
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | parser: add necessary checks to operator() to stop...
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | [bugfix] parser::parse_literal_expr(): don't forget...
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | [bugfix]: parser::parse_unary_expr() parses '-a-b'...
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | ginac.h: include parser.hpp
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | parser: change order of the constructor optional arguments.
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | parser: allow read/write access to symbol table and...
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | parser: map input strings onto arbitrary expressions...
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | [BUGFIX] parser.hpp: fix include guard so the header...
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | [nitpick] power::expand_add(): don't use int instead...
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | [nitpick] inifcns_nstdsums: don't use int instead of...
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | [nitpick] don't use int instead of std::size_t.
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | G_numeric: use cl_N and int to manipulate numbers ...
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | G_numeric: put convergence/acceleration transofrmations...
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | match() (find()): use exmap (exset) to store matched...
|
commit | commitdiff | tree |
2008-09-19 |
Alexei Sheplyakov | expairseq::match(): remove the code which works around...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | build: shut up automake warnings, don't use GNU make...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | build: put (almost) all auto* tools scripts into the...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | Allow user to disable GiNaC::compile_ex (e.g. for security...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | configure: run important checks first (and bail out...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | configure: don't bother to run checks which can be...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | utils.h: use <stdint.h> (if available) instead of reinventin...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | configure: don't check for sizeof(long double), we...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | build: faster check for standard C++ headers.
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | build: don't run any ${host} binaries while checking...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | don't mention CVS any more, describe how to install...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | match: don't modify subexpression list if expression...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | [BUGFIX] Reclaiming the memory allocated for static...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | symbol: get rid of assign/unassign (for performance...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | ginsh: use exmap for storing assigned symbols.
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | multiple zeta values: make crandall_Y_loop helper function...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | multiple zeta values: make crandall_Z helper function...
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | parser: improve error reporting a little bit.
|
commit | commitdiff | tree |
2008-09-09 |
Alexei Sheplyakov | lexer: when switching to another output stream, clean...
|
commit | commitdiff | tree |
2008-03-18 |
Alexei Sheplyakov | move rotate_left() function away from the public header.
|
commit | commitdiff | tree |
2008-03-18 |
Alexei Sheplyakov | INSTALL: libreadline is not mandatory; ginsh builds...
|
commit | commitdiff | tree |
2008-03-18 |
Alexei Sheplyakov | update the compiler info; tell users to avoid GCC 4.3.0
|
commit | commitdiff | tree |
2008-03-04 |
Alexei Sheplyakov | symbol.cpp: shut up useless warnings
|
commit | commitdiff | tree |
2008-03-04 |
Alexei Sheplyakov | check: indicate the test failures with non-zero exit...
|
commit | commitdiff | tree |
2008-02-25 |
Richard Kreckel | * Version 1.5.
|
commit | commitdiff | tree |
2008-02-22 |
Richard Kreckel | * Improved lsolve() of systems containing non-numeric...
|
commit | commitdiff | tree |
2007-12-28 |
Alexei Sheplyakov | kill spurious comma in flags.h
|
commit | commitdiff | tree |
2007-12-14 |
Alexei Sheplyakov | check/*_memleak.cpp: fix botched CVS commit[s].
|
commit | commitdiff | tree |
2007-12-14 |
Alexei Sheplyakov | Improve instructions for installing GiNaC from CVS.
|
commit | commitdiff | tree |
2007-12-13 |
Richard Kreckel | * Fix GCC 4.3 compilation issue by removing storage...
|
commit | commitdiff | tree |
|