summaryrefslogtreecommitdiff
path: root/lib/make/force-rebuild
blob: 6593fe265198cc9cad544dc9e8edb166349c34f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# /*@@
#   @file      force-rebuild 
#   @date      Thu Feb 27 18:46:51 2003
#   @author    Gabrielle Allen	
#   @desc 
#   Timestamp file for forcing rebuilds of configurations
#   @enddesc 
#   @version $Id: force-rebuild,v 1.7 2003-10-28 13:48:25 schnetter Exp $
# @@*/

6 March 2003: minor changes to CreateFunctionBindings.pl 
31 July 2003: Protect the function prototype for 
              CCTK_IsFunctionAliased against C++. 
              (Changes from Ian).
4 September 2003: Parse information in thorns' configuration.ccl files
13 October 2003: Add support for CCTK_INT1.
27 October 2003: Provide function prototypes for both Fortran and C
28 October 2003: Correct passing of pointers between C and Fortran.