summaryrefslogtreecommitdiff
path: root/lib/sbin/BuildHeaders.pl
Commit message (Collapse)AuthorAge
* Removed print debug statements, cannot believe that I left so manyallen2002-08-20
| | | | | | | in there. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2977 17b73243-c579-4c4c-a9d2-2d5706c11dac
* For the include mechanism, check that if something is used as source code, ↵allen2002-08-18
| | | | | | | | | then it was actually included as source code. Fixed part of Cactus/1181 git-svn-id: http://svn.cactuscode.org/flesh/trunk@2957 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed a typo when treating the 'INCLUDES SOURCE' clause.tradke2002-04-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2700 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Untabified.goodale2001-10-14
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2408 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding a "help" argument to the CST_error call to start adding suggested ↵allen2001-08-19
| | | | | | | | | causes for the errors. At the moment the help message is always shown, since I've only added a couple so far. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2307 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Uncommenting lines for wrapping source include files with IsThornActive.allen2000-07-15
| | | | | | | See (dev) users guide for more details git-svn-id: http://svn.cactuscode.org/flesh/trunk@1751 17b73243-c579-4c4c-a9d2-2d5706c11dac
* A problem with my last commit for putting IsThornActive around builtallen2000-06-24
| | | | | | | | | include files is that I only did it for C ! Fortran isn't so easy to add because of having to declare stuff ... IsThornActive for fortran is commented out while I think how to do it. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1703 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changes to the build include files mechanism to differentiate between source ↵allen2000-06-24
| | | | | | | | | | | | | | | code includes (which are protected by a call to "IsThornActive" and header includes which are not. New notation is INCLUDES HEADER: (=INCLUDES:) INCLUDES SOURCE: USES INCLUDE HEADER: (=USES INCLUDE:) USES INCLUDE SOURCE: git-svn-id: http://svn.cactuscode.org/flesh/trunk@1697 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing comment in built header files so it doesn't change dependinggoodale2000-03-30
| | | | | | | | | on the name of the first thorn requesting it. This fixes PR 293 Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1503 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Don't copy the include files in BuildHeaders, just #include them, thatallen2000-02-03
| | | | | | | | | was dependencies work properly Cactus/219 git-svn-id: http://svn.cactuscode.org/flesh/trunk@1355 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed some things noticed by perl -w .goodale1999-10-25
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1102 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed to use Perl5 stuff...goodale1999-10-24
| | | | | | | | | | | | | local -> my used perl 5 references for passing databases around in the CST. CST is now about a factor of 16 faster ! Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1101 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CST only writes files which have changed (still a couple more writesallen1999-10-20
| | | | | | | | | | to replace). Also a bug fix for Build Headers for when the file to be included is in the include directory of the thorn. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1068 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Got rid of unnecessary warningallen1999-10-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1064 17b73243-c579-4c4c-a9d2-2d5706c11dac
* The routine to build the dynamic include filesallen1999-09-14
git-svn-id: http://svn.cactuscode.org/flesh/trunk@913 17b73243-c579-4c4c-a9d2-2d5706c11dac