Commit Graph

68 Commits

Author SHA1 Message Date
Ronald Garcia
a3120b00ca Changed the test for dimensionality to a static assert.
[SVN r18869]
2003-06-25 20:16:57 +00:00
Ronald Garcia
e9427e12f0 Added "dimensionality" nested constant value and a test case.
[SVN r18868]
2003-06-25 16:55:39 +00:00
Ronald Garcia
c05ce3ff59 More boost-ified, now uses test tools.
[SVN r18113]
2003-03-27 20:28:29 +00:00
Ronald Garcia
fad36ccacd Now using test tools.
[SVN r18112]
2003-03-27 20:19:11 +00:00
Ronald Garcia
0de8b74284 Added support for default constructed multi_arrays:
- default public constructor for multi_array
- default protected constructors for multi_array_ref and const_multi_*
- fixed a bug in index_range regarding degenerate dimiensions.
- Added tests to resize.cpp and constructors.cpp.


[SVN r18111]
2003-03-27 20:12:32 +00:00
Ronald Garcia
f2d6737f50 Fixed a broken patch job....grr!
[SVN r17853]
2003-03-12 15:39:25 +00:00
Markus Schöpflin
e37de3592b FIX: Changed 2nd parameter of check_shape() from unsigned int * to size_t *.
[SVN r17831]
2003-03-12 10:45:59 +00:00
Ronald Garcia
84d65a8402 Must have forgot to check in this change.
[SVN r17540]
2003-02-19 23:42:32 +00:00
Ronald Garcia
7ed9d30cc9 Added resizing capability to multi_array (not multi_array_ref!).
[SVN r16505]
2002-12-04 02:03:26 +00:00
Ronald Garcia
8387e84d8f Patch received from Toon Knapen applied.
[SVN r16034]
2002-10-31 21:26:25 +00:00
Beman Dawes
94aa7038b4 test_main signature
[SVN r15128]
2002-09-01 15:05:09 +00:00
Beman Dawes
8de13edb10 fix argv for Boost.Test
[SVN r14978]
2002-08-19 23:56:28 +00:00
Ronald Garcia
5099bc9170 Fixed test_main declarations.
[SVN r14863]
2002-08-14 22:29:36 +00:00
Ronald Garcia
349fac9570 MSVC 7.0 was not finding ignore_unused_variable_warning.
[SVN r14597]
2002-07-25 14:06:25 +00:00
Ronald Garcia
4afc08e45c Corrected some warnings/errors. Mostly missing 'typename' keywords.
[SVN r14574]
2002-07-23 15:42:49 +00:00
Ronald Garcia
501c5219e6 Removed tabs from files.
[SVN r14470]
2002-07-15 22:19:16 +00:00
Ronald Garcia
124d85c0ae moved multi_array_ref.hpp into the multi_array directory.
It is no longer a top-level include since it relies on multi_array anyway.
Updated regression tests accordingly.


[SVN r13991]
2002-05-20 18:01:18 +00:00
Ronald Garcia
685b7e4c37 Initial submission to Boost.
[SVN r13915]
2002-05-15 16:08:54 +00:00