Commit Graph

200 Commits

Author SHA1 Message Date
Ronald Garcia
fcf70a4560 committing https://github.com/boostorg/multi_array/pull/6 to master. 2015-11-01 01:01:18 -08:00
Ronald Garcia
bf7d4881c0 Merge branch 'develop' of https://github.com/boostorg/multi_array into develop 2014-08-15 10:00:17 -07:00
Ronald Garcia
83493ba231 Modified fix for sergiud, for warning-less compilation on MSVC12.0 at level 4
in release mode.
Fixes #2
2014-08-15 09:54:17 -07:00
rxg
8b22b92d88 Merge pull request #4 from jzmaddock/patch-2
Update Jamfile.v2
2014-08-14 17:08:45 -07:00
jzmaddock
484645ee98 Update Jamfile.v2
Fix image location for PDF doc build.
2014-08-14 17:57:55 +01:00
Ronald Garcia
013ed850c5 Fixes #9886. Suppress -Wshadow-warnings warnings inside multi_array implementation. 2014-05-01 11:47:26 -07:00
Ronald Garcia
8da3864210 GCC 4.8 -Wunused-local-typedefs complains about an unused local typedef.
fixes #9888.
2014-04-23 10:14:08 -07:00
Michel Morin
0cb44bf7dc Correct broken links to C++ standard papers. Refs #9212.
[SVN r86524]
2013-10-30 12:51:24 +00:00
Stephen Kelly
59f108a7d1 MultiArray: Remove obsolete MSVC version checks.
[SVN r85939]
2013-09-26 09:43:12 +00:00
Ronald Garcia
795fda0d0f fixes #8368
Changed a macro to use ifndef rather than if to avoid warnings.


[SVN r83761]
2013-04-03 23:21:29 +00:00
Ronald Garcia
6e19d4b886 Somehow multi_array was picking up enable_if/disable_if from the ether, but
the ether is now gone.  Explicitly including the needed headers now.


[SVN r78531]
2012-05-21 19:48:06 +00:00
Ronald Garcia
0c123c47d4 Only include output_iterator_tag for Visual Studio 2010 and forward.
This is needed for its debug mode to compile due to some troublesome
Standard text.


[SVN r78495]
2012-05-17 13:53:04 +00:00
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