aboutsummaryrefslogtreecommitdiff
path: root/src/jtutil/array.cc
Commit message (Expand)AuthorAge
* Make "Erik" branch the default trunk for AHFinderDirect.svnadmin2008-06-26
* fix a C++ namespaces bug found by Erik:jthorn2005-02-01
* move lots and lots of code into C++ namespace AHFinderDirectjthorn2003-08-18
* move 4D arrays (which we don't use in this thorn) inside #ifdef NOT_USEDjthorn2003-03-12
* only explictly instantiate jtutil::array*d<> for the types we really need,jthorn2003-02-26
* * general tidying of multiprocessor codejthorn2003-02-16
* when we have a default argument to a C++ function, only give thejthorn2002-09-20
* change $Id:$ --> $Header:$jthorn2002-09-13
* array.{cc,hh}jthorn2002-07-08
* 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
* more compiler-found changes --> !!!first clean compile!!!jthorn2002-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
* extend array3d<> and array4d<> to allow noncontiguous passed-in storage arraysjthorn2002-03-28
* array1d now allows noncontiguous storagejthorn2002-03-28
* array.{cc,hh}jthorn2002-03-27
* put *everything* into namespace jtutil::jthorn2002-03-27
* change #ifdef symbol for ugly template-instantiation-disabnle hackjthorn2001-07-20
* tweak comments for ../util/ template instantation hackjthorn2001-07-20
* tweak whitespacejthorn2001-07-20
* s/fpt/fp/g as template parameterjthorn2001-07-03
* change comment wording for explicit template instantiationjthorn2001-06-21
* array templates now optionally allow caller to supply underlying storage arrayjthorn2001-06-21
* rename util++.hh --> util.hhjthorn2001-06-21
* comment whitespace tweaksjthorn2001-06-15
* change from template <class T> --> template <typename T>jthorn2001-06-15
* remove array classes from namespace jtutil:: -- now they're injthorn2001-06-15
* add array2d<int> explicit template instantiationjthorn2001-06-15
* initial import into cvs,jthorn2001-06-15