summaryrefslogtreecommitdiff
path: root/lib/sbin/interface_parser.pl
Commit message (Expand)AuthorAge
* Detect if an inherited variable has the same name as a locally declaredgoodale2004-08-17
* Clean up comment and indentation.schnetter2004-08-03
* Adding thorn name to error message. (Patch from Yaakoub.)goodale2004-06-21
* Changed from homegrown chomp to perl 5 chomp - needed to add somegoodale2004-06-06
* Patch from Yaakoub to grive warning if a variable and the group it is ingoodale2004-05-11
* Implement 'REQUIRES FUNCTION' for interface.ccl files.tradke2004-04-23
* Re-instating the consistency check that all thorns providing the samegoodale2004-04-01
* Fixing apostrophes in messages.goodale2004-04-01
* Allow interface.ccl to end with a non-'\n'-terminated comment.rideout2003-12-06
* Allow vector groups of scalars.schnetter2003-11-21
* Correct $Header$ templateschnetter2003-11-21
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* Traverse all hashes alphabetically, so that all output files of theschnetter2003-10-07
* Give grid scalars the dimension 0 instead of 1.schnetter2003-10-07
* Relax the consistency check for identical inheriting. If thorns providing thetradke2003-09-02
* More careful pattern matching for INCLUDE HEADERallen2003-07-04
* Support for new(er) aliased function declaration format:rideout2003-05-02
* Amended an error messageallen2003-03-20
* Function aliasing code by Ian Hawke, with modifications by Thomasrideout2003-02-26
* Fix matching for an error message for duplicate names of groupsallen2003-02-09
* Add helpful comment to 'Unknown option $option in grouprideout2003-01-07
* Improve error messages for unknown linesallen2002-12-30
* Variable group description is now added to database, e.g. for use inrideout2002-12-10
* TAGS tables for groups.goodale2002-05-22
* Added a missing newline at the end of a message string.tradke2002-03-25
* Allow the length of a vector array can to be an arithmetical combination ofgoodale2001-11-02
* Untabified.goodale2001-10-14
* Bug fix for parsing the size of vector groups.goodale2001-10-13
* Preliminary support for 'vector' Grid Variables -goodale2001-10-07
* Expanding some error messagesallen2001-09-19
* Fixed typo. This should close PR Cactus-759.tradke2001-09-05
* Adding a "help" argument to the CST_error call to start adding suggested caus...allen2001-08-19
* Added more checking for consistency of ancestors. Now CST catches privateallen2001-07-11
* Recognize CCTK_COMPLEX8, CCTK_COMPLEX16, and CCTK_COMPLEX32 types in ccl files.tradke2001-06-28
* Fixing some matches which weren't case independent - PR 653.goodale2001-05-03
* Adding CCTK_BYTEallen2001-02-25
* Initial implementation of Function Aliasing for thorns.allen2001-02-24
* Allow space between implements and : .goodale2001-01-14
* Enhancing error messages, especially for inconsistent implementationsallen2000-12-22
* Parsing for function aliasing directives.goodale2000-11-13
* Changes to the build include files mechanism to differentiate between source ...allen2000-06-24
* Parse the interface.ccl for constant sized arrays on each processor.allen2000-04-04
* Added a bit more grdoc.goodale2000-02-11
* Parsing for GHOSTSIZE in interface.ccl, at the moment must be a commaallen2000-01-25
* Changed the error message for non existant implementation toallen2000-01-03
* inherits and friend can now be separated by , and whitespaceslanfer1999-12-16
* inherits and friend can now be separated by ,:; and whitespaceslanfer1999-12-16
* Added stagger and array size to CCTK_CreateGroup and renamed it CCTKi_...goodale1999-11-09
* Fixed some things noticed by perl -w .goodale1999-10-25
* Changed to use Perl5 stuff...goodale1999-10-24