aboutsummaryrefslogtreecommitdiff
path: root/src/jtutil
Commit message (Expand)AuthorAge
* Make "Erik" branch the default trunk for AHFinderDirect.svnadmin2008-06-26
* remove trailing semicolon afterjthorn2006-07-21
* fix a C++ namespaces bug found by Erik:jthorn2005-02-01
* disable automagic template instantiation on SGI CC compilerjthorn2004-07-01
* Add proper CXXFLAGS to disable automatic template instantiation on DEC Alphastradke2003-12-12
* move lots and lots of code into C++ namespace AHFinderDirectjthorn2003-08-18
* rename makefile to Makefile.standalonejthorn2003-07-31
* * change comments in all make.code.defn filesjthorn2003-06-04
* add #ifndef include guards to a bunch of files, even though they shouldn'tjthorn2003-05-06
* Change from using a private Strlcat() function to the Util_Strlcat()jthorn2003-05-02
* add header-comment which got dropped by mistakejthorn2003-03-25
* oops forgot to cvs-commit this file!jthorn2003-03-24
* pull C-compatible stuff out of "jtutil/util.hh" into a separatejthorn2003-03-24
* guard inline functions which use <math.h> fns inside #ifdef M_PIjthorn2003-03-20
* slight tweak to maybe fix bug with Portland Group C compilerjthorn2003-03-20
* switch from C++-style to C-style comments in the C section of thisjthorn2003-03-20
* add ifloor() and iceil() functionsjthorn2003-03-17
* add 1st draft of support for setting an excision maskjthorn2003-03-17
* minor tweaksjthorn2003-03-12
* add zero_C_array() templatejthorn2003-03-12
* add explicit C++ compiler invocationsjthorn2003-03-12
* move 4D arrays (which we don't use in this thorn) inside #ifdef NOT_USEDjthorn2003-03-12
* compute min/max horizon radius for each horizon foundjthorn2003-02-27
* only explictly instantiate jtutil::array*d<> for the types we really need,jthorn2003-02-26
* * general tidying of multiprocessor codejthorn2003-02-16
* Change various jtutil/ templates which used to bejthorn2003-01-18
* change syntax of template instantiations yet again, to satisfy(??)jthorn2002-11-05
* back out last change for these filesjthorn2002-10-11
* util.hhjthorn2002-10-11
* restore explicit jtutil:: namespace qualifiers on template instantiationjthorn2002-10-07
* still another syntax tweak -- had a namespace qualifier wrong beforejthorn2002-10-07
* try sme more syntax tweaks to see if we can get it right this timejthorn2002-10-07
* fix a few syntx nits found by icc:jthorn2002-10-06
* fix template instantiation syntax for fuzzy::tolerancejthorn2002-10-06
* fix some spelling mistakes in commentsjthorn2002-10-05
* redo my error_exit() routine so thatjthorn2002-09-29
* - rename "config.hh" to "config.h" since it's now C++/C/Fortranjthorn2002-09-29
* add extra { } around for loops so the code is now agnosticjthorn2002-09-26
* when we have a default argument to a C++ function, only give thejthorn2002-09-20
* change '$Id:' to '$Header:'jthorn2002-09-16
* change $Id:$ --> $Header:$jthorn2002-09-13
* add the ability to compute the mean value in my norm classjthorn2002-09-03
* re-sync changes from laptopjthorn2002-07-26
* various changes including d/dr terms in Jacobian by numerical perturbation,jthorn2002-07-22
* add a whole bunch of changes from working at homejthorn2002-07-22
* move to ../include/jthorn2002-07-08
* array.{cc,hh}jthorn2002-07-08
* don't need these any more with new #include organizationjthorn2002-07-01
* add a template instantiation with CCTK_INT (requires #include "cctk.h")jthorn2002-06-28
* switch to new organization for #include files:jthorn2002-06-24