aboutsummaryrefslogtreecommitdiff
path: root/src/jtutil
Commit message (Expand)AuthorAge
* 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
* code formatting & comment tweaksjthorn2002-05-12
* now have both const and non-const versions of data_array()jthorn2002-04-21
* rename get_array() as data_array()jthorn2002-04-21
* fix out-of-date commentsjthorn2002-04-21
* add linear_map::origin()jthorn2002-04-10
* tweak comment on why we still need jtutil::abs()jthorn2002-04-10
* change from jtutil::min/max --> std::, also add missing std:: in some filesjthorn2002-04-10
* more compiler-found changes --> !!!first clean compile!!!jthorn2002-04-07
* change rvalue operator() fns to return const references to array datajthorn2002-04-07
* tweak the set of which types we pre-instantiate arrays forjthorn2002-04-07
* tweak template instantiationsjthorn2002-04-07
* rename template type: fp --> T since it need not be floating pointjthorn2002-04-07
* revise template instantiations to get rid of DISABLE_TEMPLATE_INSTANTATIONS hackjthorn2002-04-07
* try to get -I.. when Cactus compiles this directoryjthorn2002-04-06
* get rid of old Makefile since we're now building within Cactusjthorn2002-04-05
* tweak a commentjthorn2002-04-04
* add functions to get array subscripting offset/stridesjthorn2002-03-30
* comment tweak for namespace jtutil::jthorn2002-03-28
* finish upgrading test driver to test all array classes withjthorn2002-03-28
* extend array3d<> and array4d<> to allow noncontiguous passed-in storage arraysjthorn2002-03-28
* array1d now allows noncontiguous storagejthorn2002-03-28
* test both owning and non-owning array version of array2djthorn2002-03-28
* fix library namejthorn2002-03-28
* minor wording tweaksjthorn2002-03-28
* array.{cc,hh}jthorn2002-03-27
* put *everything* into namespace jtutil::jthorn2002-03-27
* add a missing commentjthorn2001-09-28