/[GiNaC]/ginac/structure.h
ViewVC logotype

Log of /ginac/structure.h

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.22 - (view) (annotate) - [select for diffs]
Thu Jan 24 22:28:20 2002 UTC (11 years, 3 months ago) by kreckel
Branch: MAIN
CVS Tags: release_1-0-10, release_1-0-11, release_1-0-12, release_1-0-4, release_1-0-6, release_1-0-7, release_1-0-8, release_1-0-9
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
* Finilize version 1.0.4 (version numbers, copyrights and such rubbish).


Revision 1.21 - (view) (annotate) - [select for diffs]
Tue Jun 26 20:32:05 2001 UTC (11 years, 10 months ago) by cbauer
Branch: MAIN
CVS Tags: release_0-9-1, release_0-9-2, release_0-9-3, release_0-9-4, release_1-0-0, release_1-0-1, release_1-0-2, release_1-0-3
Branch point for: ginac_1-1
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
- replaced the Derivative() function by a more resonable fderivative class;
  to see it in action, try "series(abs(x),x==0,3)" and "series(abs(x),x==y,3)"
  in ginsh with previous GiNaC releases and with this one
- add::eval() throws an exception when the first term is non-commutative and
  the overall_coeff is non-zero
- small fixes to print_tree output of indexed objects
- ncmul::expand() now actually does expand something like "(dirac_gamma(mu)+1)
  *dirac_gamma(nu)" correctly (but the change to add::eval() should make this
  a "can't happen" case)
- moved ToString() to tostring.h (fewer header dependencies)
- ALL YOUR "BASES CLASSES" ARE BELONG TO US


Revision 1.20 - (view) (annotate) - [select for diffs]
Wed Apr 18 15:30:22 2001 UTC (12 years, 1 month ago) by kreckel
Branch: MAIN
CVS Tags: release_0-8-2, release_0-8-3, release_0-9-0
Changes since 1.19: +1 -4 lines
Diff to previous 1.19
* color.cpp: remove duplicated default args.
* numeric.cpp: insert some missing cln:: namespace decls.
  Why did this ever work?
* structure.cpp, structure.h: adjust to the new print scheme.


Revision 1.19 - (view) (annotate) - [select for diffs]
Tue Mar 27 20:39:28 2001 UTC (12 years, 1 month ago) by cbauer
Branch: MAIN
CVS Tags: release_0-8-1
Changes since 1.18: +0 -10 lines
Diff to previous 1.18
- added skeleton implementation of color and clifford classes (don't bother
  trying it, it doesn't work yet)
- some macros in utils.h (DEFAULT_*) provide shorthands for implementing
  many required class member functions


Revision 1.18 - (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
Changes since 1.17: +2 -6 lines
Diff to previous 1.17
* 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.17 - (view) (annotate) - [select for diffs]
Fri Feb 16 17:25:51 2001 UTC (12 years, 3 months ago) by cbauer
Branch: MAIN
CVS Tags: release_0-7-2
Changes since 1.16: +0 -2 lines
Diff to previous 1.16
GINAC_DECLARE_REGISTERED_CLASS declares duplicate() and compare_same_type(),
GINAC_IMPLEMENT_REGISTERED_CLASS implements duplicate()


Revision 1.16 - (view) (annotate) - [select for diffs]
Thu Feb 15 19:54:55 2001 UTC (12 years, 3 months ago) by cbauer
Branch: MAIN
Changes since 1.15: +1 -11 lines
Diff to previous 1.15
the destructor, copy constructor, and assignment operator (which were the
same for all subclasses of basic, with very few exceptions) are now included
in the GINAC_IMPLEMENT_REGISTERED_CLASS macro; the GINAC_DECLARE_REGISTERED_CLASS
macro also defines these (and other common) member functions


Revision 1.15 - (view) (annotate) - [select for diffs]
Wed Feb 14 16:04:21 2001 UTC (12 years, 3 months ago) by cbauer
Branch: MAIN
Changes since 1.14: +0 -5 lines
Diff to previous 1.14
removed the "some_*" and "typeid_*" definitions since we are using our own
RTTI for quite some time now


Revision 1.14 - (view) (annotate) - [select for diffs]
Mon Jan 22 15:12:10 2001 UTC (12 years, 4 months ago) by kreckel
Branch: MAIN
CVS Tags: release_0-7-1
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
- 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.13 - (view) (annotate) - [select for diffs]
Mon Aug 14 12:21:08 2000 UTC (12 years, 9 months ago) by kreckel
Branch: MAIN
CVS Tags: release_0-7-0
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
- Inserted some more std:: to make it compile under GCC2.96.


Revision 1.12 - (view) (annotate) - [select for diffs]
Fri Aug 11 15:07:17 2000 UTC (12 years, 9 months ago) by cbauer
Branch: MAIN
Changes since 1.11: +29 -29 lines
Diff to previous 1.11
- 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.11 - (view) (annotate) - [select for diffs]
Thu Jul 20 21:12:42 2000 UTC (12 years, 10 months ago) by kreckel
Branch: MAIN
CVS Tags: release_0-6-3, release_0-6-4
Changes since 1.10: +5 -5 lines
Diff to previous 1.10
- Derivatives are now assembled in a slightly different manner (i.e. they
  'look' different on first sight).  Under certain circumstances this can
  result in a dramatic speedup because it gives hashing a better chance,
  especially when computing higher derivatives.
- Series expansion accepts an additional bool argument now, telling it
  whether branch cuts are to be honored (as Maple does it) or not (as
  Mathematica does it).  It defaults to true (i.e. the Maple way).
- Many series expansions of built-in functions have been reengineered.
- The Dilogarithm (Li2) now has floating point evaluation, derivative and a
  proper series expansion.
- Namespace 'std' cleanly disentangled, as demanded by ISO/EIC 14882-1998(E).
- Some helpers updated from upstream.


Revision 1.10 - (view) (annotate) - [select for diffs]
Sun Jan 30 20:53:23 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
Changes since 1.9: +4 -4 lines
Diff to previous 1.9
- 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.9 - (view) (annotate) - [select for diffs]
Thu Jan 27 15:26:14 2000 UTC (13 years, 3 months ago) by cbauer
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
- building GiNaC in a separate directory now works


Revision 1.8 - (view) (annotate) - [select for diffs]
Fri Jan 21 15:20:32 2000 UTC (13 years, 4 months ago) by cbauer
Branch: MAIN
Changes since 1.7: +8 -8 lines
Diff to previous 1.7
- changed all instances of "foo const &/*" to "const foo &/*"
- changed function arguments like "int const" to a simple "int"


Revision 1.7 - (view) (annotate) - [select for diffs]
Tue Jan 11 19:25:07 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:15 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:01 1999 UTC (13 years, 6 months ago) by cbauer
Branch: MAIN
Changes since 1.4: +4 -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:27 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:49 1999 UTC (13 years, 6 months ago) by cbauer
Branch: MAIN
Changes since 1.2: +2 -0 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:13 1999 UTC (13 years, 6 months ago) by cbauer
Branch: MAIN
Changes since 1.1: +21 -8 lines
Diff to previous 1.1
- enforced GiNaC coding standards :-)


Revision 1.1 - (view) (annotate) - [select for diffs]
Tue Nov 9 19:57:05 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