summaryrefslogtreecommitdiff
path: root/lib/sbin/CreateFunctionBindings.pl
Commit message (Expand)AuthorAge
* Changes for ticket #768sbrandt2012-06-18
* clarify error message about missing aliased functionknarf2011-10-06
* Allow CCTK_COMPLEX for aliased functions. Closes PR 2049.schnetter2006-10-02
* Fix a bug in generating the bindings for aliased functions which take atradke2006-08-31
* Insert a single space also at the beginning of all string values withtradke2005-06-20
* Catch too many tokens in an argument problem for aliasedhawke2004-12-15
* Extended error message about required thorns which aren't listed in the thorn...tradke2004-06-26
* When a REQUIRED function is not provided also print the thorn that's doing th...hawke2004-06-07
* Include header files for warning levels etc. to get rid of compiler warnings ...hawke2004-06-01
* As a standard configuration now builds without warning abouthawke2004-05-15
* Match the intent IN | OUT | INOUT exactly, so that (e.g.) INT is not a valid ...hawke2004-05-10
* Extra debugging info.goodale2004-05-07
* Ian's fix to compare function pointer arguments of aliased functions.tradke2004-05-07
* Add a consistency check for aliased functions. Checks return types are argume...hawke2004-05-03
* s/...// -> s/...//ghawke2004-04-30
* Fixed a syntax error which got accidentally committed.tradke2004-04-23
* Implement 'REQUIRES FUNCTION' for interface.ccl files.tradke2004-04-23
* Fixed small optimization bug in generating IsFunctionAliased.c.tradke2004-04-23
* Fix for parsing alias function declarations with return type 'void'.tradke2004-03-13
* Don't forget to define F90CODE when preprocessing Fortran 90 code.schnetter2004-03-13
* Create function prototypes for thorns that provide an aliased functionschnetter2004-01-02
* Fixed a regex to parse a function pointer argument list.tradke2003-12-18
* Strip off FPTRARGS from the error message if a function pointerrideout2003-12-06
* Don't turn the return type of an aliased function into upper-case if ittradke2003-12-05
* interface.ccl should be case insensitive, thus so should the returnrideout2003-12-05
* Create #include statements in cctk_Functions.h for all thorns, notschnetter2003-11-19
* Sort keys before looping to avoid changing cctk_Functions.hschnetter2003-11-05
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
* Change include mechanism for aliased functions in Fortran. One now has toschnetter2003-10-27
* Traverse all hashes alphabetically, so that all output files of theschnetter2003-10-07
* Ian's fix to provide aliased functions prototypes for the providing thorn.tradke2003-09-01
* Protect the function prototype for CCTK_IsFunctionAliased against C++. (Chang...jthorn2003-07-31
* When calling C routines from Fortran, CCTK_POINTER* arguments shouldrideout2003-06-04
* Using "CCTK_POINTER IN" as an argument type for an aliased functionrideout2003-05-21
* Fix return for void functions in C. Patch by Ian Hawke.rideout2003-05-14
* Support for new(er) aliased function declaration format:rideout2003-05-02
* Fix explanatory documentation at beginning of file.rideout2003-03-06
* Fix grdoc header.rideout2003-03-06
* Function aliasing code by Ian Hawke, with modifications by Thomasrideout2003-02-26
* Only create CST files "${thorn}_Register.c" and "${thorn}_Prototypes.h" fortradke2003-01-25
* Added missing '#include <string.h>' to CST-generated source filetradke2003-01-10
* Adding thorn name to 'parse aliased function argument' error message.rideout2003-01-07
* Deactivated code generation for fortran wrappers of function aliases.tradke2002-11-06
* Change CCTK_IsOverloaded to CCTK_IsFunctionAliasedallen2002-05-10
* Adding Fortran pointers for function aliasing, but not working yetallen2002-05-02
* Support for CCTK_POINTER in function aliasingallen2002-04-28
* Allow CCTK_POINTER to be used in aliased functionsallen2002-04-28
* Create aliased function bindings for both used and provided functions, not justallen2002-04-28
* Patch from Ian Hawke for Function Aliasingallen2002-04-28
* Reworked treatment of CCTK_DECLARE macros. Now the C file preprocessortradke2002-03-27