/[GiNaC]/ginac/lst_suppl.cpp
ViewVC logotype

Log of /ginac/lst_suppl.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Links to release_0-9-0: (view) (annotate)
Sticky Tag:

Revision 1.11 - (view) (annotate) - [select for diffs]
Wed Feb 28 12:54:53 2001 UTC (12 years, 2 months ago) by kreckel
Branch: MAIN
CVS Tags: release_0-7-3, release_0-8-0, release_0-8-1, release_0-8-2, release_0-8-3, release_0-9-0
Changes since 1.10: +2 -6 lines
Diff to previous 1.10
* ginac/registrar.h: dtor is inlined now.
* ginac/basic.h, ginac/ex.h: removed INLINE_FOO_CONSTRUCTORS and hand-inlined
  stuff instead, since the macros turned out to get in the way while
  fine-tuning the inlining.
* ginac/utils.h: if 'long long' works, use that one for computing the hash
  value instead of floating point tricks.  2 Reasons: on Intel the assembler
  is terrible and slow otherwise, 'long long' will appear in C++ anyways when
  they adapt to the C99 standard.
* Several other small performance tweaks.
* ginac/constant.cpp: (constant::calchash()) implement, caring for serial.
* ginac/function.pl (function::calchash()): implement, caring for serial.
* ginac/expairseq.cpp: honor coeff's hash value.
* ginac/pseries.cpp: (pseries::power_const()) fix problems with zero pseries.
* Added several pounds of in-source documentation in doxygen style.


Revision 1.10 - (view) (annotate) - [select for diffs]
Mon Jan 22 15:12:09 2001 UTC (12 years, 4 months ago) by kreckel
Branch: MAIN
CVS Tags: release_0-7-1, release_0-7-2
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
- See if __GNUC__ < 2.97 before using std::vector<..,malloc_alloc>.  Sorry,
  there is no way having this depend on whether we are setting up Cint or
  not because the malloc_alloc goes into the mangled signature and the
  result won't link if one tries to be more clever.  It really sucks.
  Let's all just pray Masaharu throws away that old STL implementation
  really soon now.  (Jeez, he still calls this old junk 'reference'!)
- Bumped up a few dates.  :-)


Revision 1.9 - (view) (annotate) - [select for diffs]
Fri Aug 11 15:07:16 2000 UTC (12 years, 9 months ago) by cbauer
Branch: MAIN
CVS Tags: release_0-7-0
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
- indentation is now done with tabs
- printtree() prints the class names as known to the registrar, not the
  (mangled) class names from typeid().name()


Revision 1.8 - (view) (annotate) - [select for diffs]
Sun Jan 30 20:53:22 2000 UTC (13 years, 3 months ago) by kreckel
Branch: MAIN
CVS Tags: relase_0-5-0, relase_0-5-1, release_0-5-2, release_0-5-3, release_0-5-4, release_0-6-0, release_0-6-1, release_0-6-2, release_0-6-3, release_0-6-4
Changes since 1.7: +4 -4 lines
Diff to previous 1.7
- Renamed flag NO_GINAC_NAMESPACE to NO_NAMESPACE_GINAC because of m4.
- Made configure check for cint and makecint and call makecint to dump out
  cint/Makefile.cint, which will later be called by cint/Makefile.  See
  configure option --with-cint.
- Added some documentation about GiNaC-cint (e.g. a manpage).
- All dummies in subdir cint/ are created by cint/dummies.pl now, removed
  older stuff.


Revision 1.7 - (view) (annotate) - [select for diffs]
Tue Jan 11 19:25:06 2000 UTC (13 years, 4 months ago) by kreckel
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
- made nops() return unsigned instead of int
- changed dates in copyright notices


Revision 1.6 - (view) (annotate) - [select for diffs]
Thu Dec 2 15:45:14 1999 UTC (13 years, 5 months ago) by frink
Branch: MAIN
Changes since 1.5: +4 -0 lines
Diff to previous 1.5
#ifndef around namespace GiNaC { }


Revision 1.5 - (view) (annotate) - [select for diffs]
Wed Nov 17 16:58:00 1999 UTC (13 years, 6 months ago) by cbauer
Branch: MAIN
Changes since 1.4: +3 -1 lines
Diff to previous 1.4
- put everything in "GiNaC" namespace
- converted some macros into inline functions
- split debugmsg.h into assertion.h (public) and debugmsg.h (private)


Revision 1.4 - (view) (annotate) - [select for diffs]
Tue Nov 16 16:35:25 1999 UTC (13 years, 6 months ago) by cbauer
Branch: MAIN
Changes since 1.3: +3 -2 lines
Diff to previous 1.3
- modified the comment blocks so the copyright message no longer appears in
  the reference manual (made by Doxygen)


Revision 1.3 - (view) (annotate) - [select for diffs]
Wed Nov 10 19:35:48 1999 UTC (13 years, 6 months ago) by cbauer
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
- modified GiNaC headers to Alexander's liking


Revision 1.2 - (view) (annotate) - [select for diffs]
Wed Nov 10 16:35:12 1999 UTC (13 years, 6 months ago) by cbauer
Branch: MAIN
Changes since 1.1: +18 -1 lines
Diff to previous 1.1
- enforced GiNaC coding standards :-)


Revision 1.1 - (view) (annotate) - [select for diffs]
Tue Nov 9 19:57:03 1999 UTC (13 years, 6 months ago) by cbauer
Branch: MAIN
- switched to automake build environment


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15