Commit Graph

188 Commits

Author SHA1 Message Date
Ronald Garcia
2bccb07ac8 Updated the ASSERT hooks with an implementation for assertion_failed_msg.
[SVN r78494]
2012-05-17 13:48:51 +00:00
Ronald Garcia
bc5df6a074 operator() requires Collection concept, calls access_element, which
should in turn require it too, but was using RandomCollection Concept.
Fixes ticket #5664.


[SVN r76571]
2012-01-18 02:27:54 +00:00
Ronald Garcia
723c1a0a93 Fixed a bug in the reference docs.
[SVN r76453]
2012-01-13 15:47:24 +00:00
Ronald Garcia
797313144a added dimensionality constant to multi_array and multi_array_ref synopses.
[SVN r76452]
2012-01-13 15:45:05 +00:00
Ronald Garcia
efc4219993 added dimensionality constant to multi_array and multi_array_ref synopses.
[SVN r76451]
2012-01-13 15:44:48 +00:00
Ronald Garcia
daaa3f21f7 MultiArray mutable iterators must model OutputIterator.
[SVN r76396]
2012-01-10 03:23:16 +00:00
Ronald Garcia
7bdcfb017c addressed an identifier clash.
[SVN r69965]
2011-03-13 23:10:30 +00:00
Ronald Garcia
167aa52874 re-added the title.
[SVN r69848]
2011-03-11 15:18:22 +00:00
Ronald Garcia
13e6c5ad62 small edit, stolen from boost.xml.
[SVN r69845]
2011-03-11 14:00:36 +00:00
Ronald Garcia
a8810c7840 Produced a boostbook version of the reference documentation.
[SVN r69844]
2011-03-11 13:48:52 +00:00
Ronald Garcia
6b6d2320ea Copied Jeremiah's fix (using Boost.Iterator's arrow proxy) back to the trunk.
[SVN r62969]
2010-06-15 12:04:50 +00:00
Ronald Garcia
029dde4039 Fixed an assertion error...resize needs to account for starting with
an empty array when considering legal ranges.
Some small housecleaning (renaming variables, moving asserts).


[SVN r62963]
2010-06-15 01:40:31 +00:00
Jeremiah Willcock
f38af67708 Moved Collection concept into Boost.ConceptCheck; moved other MultiArray concepts into boost::multi_array_concepts and documented them in reference.xml (do not know how to rebuild HTML from that); fixes #4032
[SVN r62611]
2010-06-08 23:28:23 +00:00
Jeremiah Willcock
18d1dedd90 Fixed missing header
[SVN r62609]
2010-06-08 23:19:27 +00:00
Jeremiah Willcock
0d3253b5a0 Added missing typename; fixes #3989
[SVN r62607]
2010-06-08 22:56:21 +00:00
Jeremiah Willcock
e5e2fc0316 Changed "times" to "multiplies" as per #3820; fixes #3820
[SVN r62606]
2010-06-08 22:54:24 +00:00
Jeremiah Willcock
4ac1f69510 Fixed typo in doc example; fixes #3581
[SVN r62605]
2010-06-08 22:53:33 +00:00
Jeremiah Willcock
038f5e7b58 Changed to Boost.Iterator operator_arrow_proxy
[SVN r62604]
2010-06-08 22:46:36 +00:00
Neil Groves
c187bf683e Boost.MultiArray disambiguated calls to equal functions in the unit tests. These became ambiguous due to changes in Boost.Range.
[SVN r61441]
2010-04-20 21:56:33 +00:00
Jeremiah Willcock
7f1fa6b6c8 Fixed various issues in docs (mostly duplicate bookmarks and broken links) found by inspect tool
[SVN r61437]
2010-04-20 18:49:18 +00:00
Troy D. Straszheim
961f6ed6c9 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
[SVN r56942]
2009-10-17 02:07:38 +00:00
Troy D. Straszheim
addce9cece Copyrights on CMakeLists.txt to keep them from clogging up the inspect
reports.  This is essentially the same commit as r55095 on the release
branch.



[SVN r55159]
2009-07-26 00:49:56 +00:00
Ronald Garcia
b4d64892c3 Added a test-case to check a reversing view of a 1D array.
[SVN r53790]
2009-06-10 21:51:06 +00:00
Ronald Garcia
ca3c1e6e17 Fixed asserts in generate_array_view to properly handle negative strides.
[SVN r53789]
2009-06-10 20:27:13 +00:00
Daniel James
3b43f7af14 Use local copies of the boost logo.
[SVN r52666]
2009-04-29 21:19:12 +00:00
Michael A. Jackson
7f0608bee9 Updating dependency information for modularized libraries.
[SVN r49628]
2008-11-07 17:05:27 +00:00
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