/[GiNaC]/Makefile.in
ViewVC logotype

Log of /Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Links to relase_0-5-1: (view) (annotate)
Sticky Tag:

Revision 1.31 - (view) (annotate) - [select for diffs]
Mon Feb 7 17:04:32 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
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
- changes triggered by fucking new version of automake


Revision 1.30 - (view) (annotate) - [select for diffs]
Mon Feb 7 16:47:35 2000 UTC (13 years, 3 months ago) by cbauer
Branch: MAIN
Changes since 1.29: +3 -2 lines
Diff to previous 1.29
- cint dir was missing from distribution


Revision 1.29 - (view) (annotate) - [select for diffs]
Mon Feb 7 16:05:28 2000 UTC (13 years, 3 months ago) by kreckel
Branch: MAIN
Changes since 1.28: +0 -2 lines
Diff to previous 1.28
- Changes to */Makefile.in triggered by stupid automake-version-thingie.
- added return-behaviour to section BUGS in ginaccint.1
- Fixed cint/Makefile.am to add CINTSYSDIR to PATH (since cint may be
  sitting there).


Revision 1.28 - (view) (annotate) - [select for diffs]
Mon Feb 7 14:57:15 2000 UTC (13 years, 3 months ago) by kreckel
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
- */Makefile.in: changes triggered by newer automake.
- added relational::rhs() and relational::lhs() also available from ex.
- added two new checks in check/linear_solve.cpp (formerly
  check/lsolve_onedim.cpp) shamelessly ripped from the Maple online-help.
- added keyword warranty to ginsh as dictated by the bible (emacs).


Revision 1.27 - (view) (annotate) - [select for diffs]
Fri Feb 4 15:03:55 2000 UTC (13 years, 3 months ago) by cbauer
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
- ginsh now includes "ginac.h" when compiled as part of the GiNaC package,
  and <ginac/ginac.h> otherwise


Revision 1.26 - (view) (annotate) - [select for diffs]
Wed Feb 2 15:49:29 2000 UTC (13 years, 3 months ago) by kreckel
Branch: MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25
- diff() is now only defined on classes ex and basic, where it handles
  higher derivatives.  derivative() is now the method to be implemented
  by the user that does single derivatives, it is protected.
- Implemented some very clumpsy automatic generation of ginaccint.
  It is ugly because we have to compile libginac without namespace GiNaC.
- Fixed some wrong logic in numeric::power().


Revision 1.25 - (view) (annotate) - [select for diffs]
Mon Jan 31 18:31:46 2000 UTC (13 years, 3 months ago) by cbauer
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
- updated Makefiles


Revision 1.24 - (view) (annotate) - [select for diffs]
Sun Jan 30 20:52:54 2000 UTC (13 years, 3 months ago) by kreckel
Branch: MAIN
Changes since 1.23: +4 -2 lines
Diff to previous 1.23
- 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.23 - (view) (annotate) - [select for diffs]
Wed Jan 26 17:43:39 2000 UTC (13 years, 3 months ago) by cbauer
Branch: MAIN
Changes since 1.22: +2 -0 lines
Diff to previous 1.22
- RPM packages split into user and devel packages
- added missing stuff to RPM packages


Revision 1.22 - (view) (annotate) - [select for diffs]
Mon Jan 24 17:53:56 2000 UTC (13 years, 3 months ago) by cbauer
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
- renamed archive::dump() to archive::printraw() for consistency with the
  other classes
- implemented archiving for the following classes: color, idx, coloridx,
  isospin
- non-crational numbers are now stored in an integer-decoded format in archives


Revision 1.21 - (view) (annotate) - [select for diffs]
Wed Jan 19 20:48:55 2000 UTC (13 years, 4 months ago) by kreckel
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
- change triggered by newer autoconf version


Revision 1.20 - (view) (annotate) - [select for diffs]
Wed Jan 19 19:41:40 2000 UTC (13 years, 4 months ago) by cbauer
Branch: MAIN
Changes since 1.19: +4 -2 lines
Diff to previous 1.19
- updated configure script and makefiles


Revision 1.19 - (view) (annotate) - [select for diffs]
Mon Dec 13 15:44:25 1999 UTC (13 years, 5 months ago) by kreckel
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
- Run automake again on squark, as we had agreed earlier.


Revision 1.18 - (view) (annotate) - [select for diffs]
Mon Dec 13 15:43:11 1999 UTC (13 years, 5 months ago) by kreckel
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
- introduced info_flags::cinteger, info_flags::crational,
  info_flags::cinteger_polynomial, info_flags::crational_polynomial with
  intuitive behaviour.
- extended documentation
- made things like evlaf(zeta(3)) work
- killed several bugs


Revision 1.17 - (view) (annotate) - [select for diffs]
Fri Dec 10 11:59:18 1999 UTC (13 years, 5 months ago) by kreckel
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
- Introduced exception do_taylor to signal Taylor expansion is ok for series
- Finished a clean implementation of gamma function's series expansion
- Bumped up version number to 1.4.1 to reflect the changes and the
  soon-to-come second prerelease.


Revision 1.16 - (view) (annotate) - [select for diffs]
Wed Dec 1 16:03:37 1999 UTC (13 years, 5 months ago) by cbauer
Branch: MAIN
Changes since 1.15: +78 -10 lines
Diff to previous 1.15
- added 'ginac-config' script and 'ginac.m4' macros to help making packages
  that use GiNaC
- installation does no longer fail when HTML docs were disabled by
  configuration


Revision 1.15 - (view) (annotate) - [select for diffs]
Fri Nov 26 17:08:46 1999 UTC (13 years, 5 months ago) by cbauer
Branch: MAIN
Changes since 1.14: +3 -0 lines
Diff to previous 1.14
- requires autoconf 2.12 and automake 1.4
- .info files included in GiNaC.spec


Revision 1.14 - (view) (annotate) - [select for diffs]
Fri Nov 26 16:29:49 1999 UTC (13 years, 5 months ago) by cbauer
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
- files which are generated by perl scripts are made before compilation


Revision 1.13 - (view) (annotate) - [select for diffs]
Thu Nov 25 23:23:02 1999 UTC (13 years, 5 months ago) by cbauer
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
- building GiNaC will no longer bomb if Doxygen is not present
- fixed some more typos in tutorial


Revision 1.12 - (view) (annotate) - [select for diffs]
Thu Nov 25 20:30:22 1999 UTC (13 years, 5 months ago) by cbauer
Branch: MAIN
Changes since 1.11: +0 -2 lines
Diff to previous 1.11
- tutorial now built with texinfo


Revision 1.11 - (view) (annotate) - [select for diffs]
Thu Nov 25 14:01:42 1999 UTC (13 years, 5 months ago) by cbauer
Branch: MAIN
Changes since 1.10: +122 -81 lines
Diff to previous 1.10
- automake 1.4 was complaining about AM_PROG_INSTALL in configure.in


Revision 1.10 - (view) (annotate) - [select for diffs]
Wed Nov 17 17:59:08 1999 UTC (13 years, 6 months ago) by cbauer
Branch: MAIN
Changes since 1.9: +1 -0 lines
Diff to previous 1.9
- libginac.la no longer includes a dependency on libreadline


Revision 1.9 - (view) (annotate) - [select for diffs]
Mon Nov 15 14:12:50 1999 UTC (13 years, 6 months ago) by cbauer
Branch: MAIN
Changes since 1.8: +7 -5 lines
Diff to previous 1.8
- added spec file


Revision 1.8 - (view) (annotate) - [select for diffs]
Fri Nov 12 17:02:20 1999 UTC (13 years, 6 months ago) by cbauer
Branch: MAIN
Changes since 1.7: +2 -0 lines
Diff to previous 1.7
- docs are now under automake control


Revision 1.7 - (view) (annotate) - [select for diffs]
Wed Nov 10 16:34:28 1999 UTC (13 years, 6 months ago) by cbauer
Branch: MAIN
Changes since 1.6: +10 -0 lines
Diff to previous 1.6
- updated automake- and libtool-related helper files
- version information is set properly for libginac and ginsh (the only
  place to specify the version is now "configure.in")


Revision 1.6 - (view) (annotate) - [select for diffs]
Tue Nov 9 20:02:52 1999 UTC (13 years, 6 months ago) by cbauer
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
- added missing acconfig.h


Revision 1.5 - (view) (annotate) - [select for diffs]
Tue Nov 9 20:01:43 1999 UTC (13 years, 6 months ago) by cbauer
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4
- added missing automake and libtool helpers


Revision 1.4 - (view) (annotate) - [select for diffs]
Tue Nov 9 19:56:40 1999 UTC (13 years, 6 months ago) by cbauer
Branch: MAIN
Changes since 1.3: +324 -123 lines
Diff to previous 1.3
- switched to automake build environment


Revision 1.3 - (view) (annotate) - [select for diffs]
Tue Nov 9 15:51:11 1999 UTC (13 years, 6 months ago) by kreckel
Branch: MAIN
Changes since 1.2: +21 -12 lines
Diff to previous 1.2
Another restructuring: moved include/*.h -> include/GiNaC/*.h in order to
allow compiling against GiNaC without having to make install first.


Revision 1.2 - (view) (annotate) - [select for diffs]
Tue Nov 9 14:12:41 1999 UTC (13 years, 6 months ago) by kreckel
Branch: MAIN
Changes since 1.1: +27 -17 lines
Diff to previous 1.1
Target install should work now more or less.


Revision 1.1 - (view) (annotate) - [select for diffs]
Mon Nov 8 18:43:49 1999 UTC (13 years, 6 months ago) by kreckel
Branch: MAIN
Branch point for: GiNaC-international
Initial revision


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