Commit Graph

162 Commits

Author SHA1 Message Date
Michael A. Jackson
475516baca Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
[SVN r49627]
2008-11-07 17:02:56 +00:00
Michael A. Jackson
32bc9b2c3f Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
[SVN r49510]
2008-11-01 13:15:41 +00:00
Ronald Garcia
0e8d2e3189 Initial Revision.
[SVN r47768]
2008-07-24 19:10:40 +00:00
Ronald Garcia
40b0db7ad6 fixed bugs.
[SVN r46508]
2008-06-19 14:17:47 +00:00
Daniel James
1f0df94e27 Quote href values - our tools don't support unquoted values.
[SVN r45283]
2008-05-11 13:49:20 +00:00
Daniel James
527585aef9 Point links to the pages that used to be in 'more' to the site.
[SVN r43210]
2008-02-10 15:02:17 +00:00
Daniel James
0471415bbb Link to people pages on the website, as they've been removed from the download.
[SVN r43209]
2008-02-10 14:56:22 +00:00
Ronald Garcia
26a3292289 Fixes #1461
[SVN r41257]
2007-11-20 15:56:51 +00:00
Ronald Garcia
498f9c2020 Added a simple test that changes index bases while resizing (thanks to
wasti.redl@gmx.net for this code, which caught a bug).


[SVN r41256]
2007-11-20 15:56:29 +00:00
Ronald Garcia
919dbeac64 was missing storage_order_convert.cpp
[SVN r38857]
2007-08-22 18:31:43 +00:00
Ronald Garcia
3125c0efb8 Added mention of assert.cpp.
[SVN r38856]
2007-08-22 18:19:43 +00:00
Ronald Garcia
0046660984 Added a new test case for replacing asserts with exceptions.
[SVN r38854]
2007-08-22 15:30:47 +00:00
Ronald Garcia
ba7d018545 Initial Revision.
[SVN r38853]
2007-08-22 15:29:48 +00:00
Ronald Garcia
19dba59f02 Changed all uses of assert to BOOST_ASSERT.
[SVN r38821]
2007-08-21 13:54:58 +00:00
Ronald Garcia
f68a2203b3 Added "dimensionality" compile-time constant to the MultiArray concept.
[SVN r38820]
2007-08-21 13:54:25 +00:00
Ronald Garcia
415c75e9c5 Added "dimensionality" compile-time constant to the MultiArray concept.
[SVN r38804]
2007-08-20 19:16:39 +00:00
Vladimir Prus
ad81fd84ed Remove V1 Jamfiles
[SVN r38516]
2007-08-08 19:02:26 +00:00
Ronald Garcia
98e0c8de12 Further fix to the reference docs, wrong constructor signatures.
[SVN r38501]
2007-08-07 20:49:13 +00:00
Ronald Garcia
4f86676c37 Made a fix to the documentation, thanks to Neal Becker.
[SVN r38500]
2007-08-07 20:45:54 +00:00
Ronald Garcia
bcb10816f1 Fixes #1127
array views were not handling negative strides properly.  Thanks to Phil Richards for pointing that out.


[SVN r38482]
2007-08-06 19:40:43 +00:00
Ronald Garcia
13259f4def Added storage_order_convert.cpp to the test list.
[SVN r37284]
2007-03-25 18:51:22 +00:00
Ronald Garcia
73317141cf Updated for most recent boost test framework.
[SVN r37283]
2007-03-25 18:48:50 +00:00
Dave Abrahams
55d031d947 Correct testing bugs:
either changing assert(...) or BOOST_ASSERT(...) to BOOST_TEST
    (in my code only)

    or adding "return boost::report_errors();" where it was clearly
    missing (and a pure bug, in anyone's code).


[SVN r37057]
2007-02-24 22:40:59 +00:00
Ronald Garcia
687226a3c5 Updated the docs as per Neal Becker's suggestions.
[SVN r36534]
2006-12-29 13:15:22 +00:00
Beman Dawes
50028b59c5 Add copyright, license
[SVN r35905]
2006-11-07 19:11:57 +00:00
Ronald Garcia
6d1efe04e0 workaround for CW 8.3.
[SVN r34432]
2006-06-30 15:00:30 +00:00
Ronald Garcia
39649b078e Applied patch broke MSVC 7.1 and 8.0
[SVN r34409]
2006-06-26 16:40:21 +00:00
Joaquín M. López Muñoz
d1c1e4d227 made sure templatized overload version of reindex is not unintendedly selected in SFINAE-lacking compilers due to integral conversions
[SVN r34406]
2006-06-26 06:45:14 +00:00
Joaquín M. López Muñoz
c00b913ab3 moved up some decls so that they are visible to CW 8.3 as part of another memfuns' default args
[SVN r34405]
2006-06-26 06:25:50 +00:00
Joaquín M. López Muñoz
8ce8ab8c8a fixed MSVC 6.5/7.0 choking on a constructor involving a dependent typename
[SVN r34404]
2006-06-26 06:20:30 +00:00
Ronald Garcia
eba81b3299 Changed some variable names to appease vc-6_5.
[SVN r34198]
2006-06-06 18:13:44 +00:00
Ronald Garcia
a76974ac36 bug fix for view iterators.
[SVN r34103]
2006-05-26 14:58:11 +00:00
Ronald Garcia
7f708a30ab Fixed a bug in the MultiArray concept.
[SVN r34101]
2006-05-26 14:50:23 +00:00
Ronald Garcia
e037d30b18 Fixed a bug in MultiArray concept.
[SVN r34100]
2006-05-26 14:50:04 +00:00
Ronald Garcia
fa5a5ce9a9 Dealing with an MSVC strange warning.
[SVN r33640]
2006-04-10 16:51:12 +00:00
Ronald Garcia
9ce1adb801 Updated documentation as per Robert Ramey and Dave Abrahams' comments.
[SVN r33561]
2006-04-05 19:38:33 +00:00
Ronald Garcia
9c71529cb5 Added support to resize multi_array objects by passing in a Collection.
[SVN r33262]
2006-03-07 22:27:34 +00:00
Ronald Garcia
59733752f3 Fixed a bug in resize. It was losing storage order.
[SVN r33239]
2006-03-06 20:57:48 +00:00
Ronald Garcia
150fcf9a59 Added another test for resize preserving storage order.
[SVN r33238]
2006-03-06 20:57:23 +00:00
Ronald Garcia
ecf3435632 Fix for codewarrior.
[SVN r33205]
2006-03-02 21:30:15 +00:00
Ronald Garcia
96cb60865f Fix for MSVC 6.5.
[SVN r33029]
2006-02-20 17:13:01 +00:00
Ronald Garcia
60b55bea12 Cleaned up index_range implementation a bit.
[SVN r32968]
2006-02-16 17:42:30 +00:00
Ronald Garcia
b8c8674369 forgot to account for empty arrays (used during resizing).
[SVN r32929]
2006-02-14 19:53:38 +00:00
Ronald Garcia
e977bb77b5 Added range checking to the view creation code.
[SVN r32928]
2006-02-14 19:26:11 +00:00
Ronald Garcia
fc92cffda8 irrelevant file erased.
[SVN r32899]
2006-02-13 17:53:56 +00:00
Ronald Garcia
4d01fb2637 Added mention of BOOST_DISABLE_ASSERT and range checking.
[SVN r32898]
2006-02-13 17:53:13 +00:00
Ronald Garcia
9ddbd961ec Added mention of BOOST_DISABLE_ASSERT and range checking. Fixed a
reference to multi_array_ref.hpp, which is not a public interface to
multi_array (though it could be made one if so desired).


[SVN r32897]
2006-02-13 17:51:58 +00:00
Ronald Garcia
3996cb45cb Suppressed some type warnings put out by g++ -Wall.
[SVN r32715]
2006-02-07 17:54:27 +00:00
Ronald Garcia
5aefc55aac Added range checking and missing concept checks for operator().
[SVN r32689]
2006-02-07 05:29:47 +00:00
Ronald Garcia
98794627a1 Switched to boost/assert.hpp and BOOST_ASSERT.
Added range checking for operator[].


[SVN r32683]
2006-02-07 00:28:09 +00:00