summaryrefslogtreecommitdiff
path: root/lib/make/force-rebuild
blob: e48169e051201c7053f229d058eb5644cb04d013 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# /*@@
#   @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.11 2004-01-19 14:22:04 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.
6 November 2003: Treat scalars as rank 0 arrays.
19 November 2003: Change include mechanism for cctk_Functions.h.
21 November 2003: Allow vector scalars.
21 November 2003: Allow vector groups to have multiple variables.
19 Januar 2004: Compile Cactus and CactusBindings first so that other thorns
                can access Fortran modules therein