summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* added Jonathan Thornburg's request for a \text macroikelley2002-06-04
* a little messier now, but has a new function Read_New_Thorn_Doc, which reads ...ikelley2002-06-04
* Added '-writable_strings' to C*_OPTIMISE_FLAGS which would be disabledtradke2002-06-03
* Moved the defines for 'const', 'inline', and 'restrict' down into thetradke2002-06-03
* From Ian Kelley ...allen2002-06-02
* Check for availability of <sys/ioctl.h>.tradke2002-06-01
* Check for availability of <sys/filio.h> which is needed for socket I/O code.tradke2002-05-31
* Get the configuration name right in the test outputallen2002-05-31
* Concatenate lines with a trailing backslash character if the system preprocessortradke2002-05-31
* Use the Cactus preprocessor to generate Fortran dependencies.tradke2002-05-31
* Fixed bug in creating the TEST directory initiallyallen2002-05-31
* From Ian Kelley,allen2002-05-30
* Fixed typo in warning message. Some better grdoc for generated files.tradke2002-05-30
* From Ian Kelley:allen2002-05-30
* Added support for a config file for testsuites, where IO thorns can provide i...allen2002-05-29
* Set CPP to '$(PERL) $(CCTK_HOME)/lib/sbin/cpp.pl'.tradke2002-05-29
* we do not want to warn when there is no documentation for a given arrangementikelley2002-05-29
* now that arrangements will have 'doc' directories, we want to ignore them whe...ikelley2002-05-29
* adding arrangment documentation to thornguide, if it exists...ikelley2002-05-29
* trivial typo fixrideout2002-05-29
* Use the Cactus cpp.pl script to create the dependencies for all fortran code.tradke2002-05-28
* Added known-architectures stuff for OpenBSD 3.1 (nothing changed since 3.0).tradke2002-05-24
* Initialising some database entries in a different placeallen2002-05-23
* Strip trailing spaces from parameter defaultsallen2002-05-23
* Only print out the "differences below tolerance" buffer onceallen2002-05-23
* If there are no output files created just say so and don't list everyallen2002-05-22
* TAGS tables for groups.goodale2002-05-22
* New routine which splits a string on = or space, ignoring their presence ingoodale2002-05-22
* Formattingallen2002-05-21
* Add support for new file namesallen2002-05-21
* Fix for when extending a parameter shared AS.goodale2002-05-20
* Added AS for parameters. You can now have one name for a parameter as seengoodale2002-05-20
* Added array parameters.goodale2002-05-20
* Assume that if a line in schedule.ccl isn't the right format for a storage li...allen2002-05-17
* Added functions for checking an expression for the proposed accumulatorgoodale2002-05-17
* Remove semicolons after the CCTK_FILEVERSION macro, so we can now usegoodale2002-05-17
* Added g2c library to the LIBS if g77 is used.tradke2002-05-16
* The known-arch stuff for OpenBSD. Thanks to Jonathan Thornberg.tradke2002-05-15
* For cross-compiling: added AR=xar RANLIB=xranlib RANLIBFLAGS= USE_RANLIB=yes.tradke2002-05-15
* Fix bug in getting rid of /./ in pathnames.goodale2002-05-14
* Leave the page numbers unchanged for part letters beyond 'Z'.tradke2002-05-14
* Added neccessary '-64' flags to fortran and linker flags when cross-compilingtradke2002-05-13
* Allow spaces before and after the hash character in preprocessor directives.tradke2002-05-11
* Commented out CFLAGS='-o-cpp-precomp' which only works for a special gcctradke2002-05-10
* Simplify a pattern match (which didn't work on Darwin before).tradke2002-05-10
* Change CCTK_IsOverloaded to CCTK_IsFunctionAliasedallen2002-05-10
* CC linker on origin doesn't accept concatenation of warning numbers intradke2002-05-08
* Use the C/C++ compiler instead of /lib/cpp to generate the dependencies fortradke2002-05-08
* Spelling change existant --> existent.rideout2002-05-08
* Added '#! /usr/bin/perl' as the first line. Now it can be executed directlytradke2002-05-07