aboutsummaryrefslogtreecommitdiff
path: root/src/jtutil/array.hh
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
* move lots and lots of code into C++ namespace AHFinderDirectjthorn2003-08-18
* add #ifndef include guards to a bunch of files, even though they shouldn'tjthorn2003-05-06
* move 4D arrays (which we don't use in this thorn) inside #ifdef NOT_USEDjthorn2003-03-12
* fix a few syntx nits found by icc:jthorn2002-10-06
* fix some spelling mistakes in commentsjthorn2002-10-05
* change $Id:$ --> $Header:$jthorn2002-09-13
* array.{cc,hh}jthorn2002-07-08
* switch to new organization for #include files:jthorn2002-06-24
* now have both const and non-const versions of data_array()jthorn2002-04-21
* rename get_array() as data_array()jthorn2002-04-21
* change rvalue operator() fns to return const references to array datajthorn2002-04-07
* rename template type: fp --> T since it need not be floating pointjthorn2002-04-07
* add functions to get array subscripting offset/stridesjthorn2002-03-30
* 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
* comment tweakjthorn2001-07-19
* s/fpt/fp/g as template parameterjthorn2001-07-03
* array templates now optionally allow caller to supply underlying storage arrayjthorn2001-06-21
* tweak commentsjthorn2001-06-21
* tweak comments re initialization by constructorjthorn2001-06-21
* change from template <class T> --> template <typename T>jthorn2001-06-15
* remove array classes from namespace jtutil:: -- now they're injthorn2001-06-15
* fix comments around assert() error trapsjthorn2001-06-15
* s/fp/fpt/jthorn2001-06-15
* initial import into cvs,jthorn2001-06-15