aboutsummaryrefslogtreecommitdiff
path: root/src/jtutil
Commit message (Expand)AuthorAge
...
* 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
* permute a few items, update commentsjthorn2001-09-21
* tweak comments on error_exit()jthorn2001-09-21
* remove unused *SENTINAL_VALUE macrosjthorn2001-09-21
* Modified Files:jthorn2001-09-16
* whitespace tweak -- no code changejthorn2001-09-16
* change cpm_map user interface to dropjthorn2001-09-06
* use unchecked map in constructor assert()jthorn2001-09-06
* change cpm_map to a template on the floating-point typejthorn2001-09-06
* add double jtutil::signum(double x)jthorn2001-08-16
* add test driver for modulo_reduce()jthorn2001-08-09
* change jtutil::modulo_reduce() to be more generaljthorn2001-08-09
* tweak comment wordingjthorn2001-08-09
* add jtutil::modulo_reduce()jthorn2001-08-09
* change #ifdef symbol for ugly template-instantiation-disabnle hackjthorn2001-07-20
* tweak comments for ../util/ template instantation hackjthorn2001-07-20
* Makefilejthorn2001-07-20
* tweak whitespacejthorn2001-07-20
* comment tweakjthorn2001-07-19
* add nonempty check to rms_norm() before dividing by Njthorn2001-07-03
* tweak commentsjthorn2001-07-03
* add jtutil::norm<fp> classjthorn2001-07-03
* s/fpt/fp/g as template parameterjthorn2001-07-03
* change to link test programs with all libraries in current directoryjthorn2001-07-03