Commit Graph

247 Commits

Author SHA1 Message Date
rxg
abcb2839d5 Merge pull request #8 from boostorg/develop
Please merge to master
boost-1.68.0 boost-1.67.0 boost-1.66.0
2017-09-19 06:42:01 -07:00
Rene Rivera
d259f853b5 Add, and update, documentation build targets. boost-1.63.0 boost-1.65.1 boost-1.65.0 boost-1.64.0-beta2 boost-1.64.0-beta1 boost-1.64.0 2016-10-10 11:39:51 -05:00
Rene Rivera
83c3738519 Add, and update, documentation build targets. 2016-10-07 23:07:35 -05:00
Ronald Garcia
fcfb551a1c Merge branch 'develop' of https://github.com/boostorg/multi_array into develop 2015-11-01 01:01:38 -08:00
Ronald Garcia
fcf70a4560 committing https://github.com/boostorg/multi_array/pull/6 to master. 2015-11-01 01:01:18 -08:00
rxg
5578fc341e Merge pull request #6 from MarcelRaad/patch-1
Fix clang warning
2014-10-05 09:10:35 -07:00
Marcel Raad
973ef10b02 Fix clang warning
clang complains about the friend declaration with a warning:

warning : unqualified friend declaration referring to type outside of the nearest enclosing namespace is a Microsoft extension; add a nested name specifier [-Wmicrosoft]
    friend class iterator_core_access;
                       ^
                       ::boost::

Explicitly qualifying the class name with its namespace fixes the warning.
2014-09-26 10:54:24 +02:00
rxg
43ef0fec88 Merge pull request #5 from danieljames/metadata
Create metadata file.
2014-08-24 23:54:48 -04:00
Daniel James
9ac138b91a Add metadata file. 2014-08-18 15:07:45 +01: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
Ronald Garcia
f61cd7a7f7 Merge branch 'develop' boost-1.57.0 boost-1.56.0 boost-1.58.0 boost-1.59.0 boost-1.60.0 boost-1.61.0 boost-1.62.0 2014-04-23 08:36:51 -07:00
Ronald Garcia
acf2eb96be small edit, stolen from boost.xml.
[SVN r69845]
2014-04-22 19:11:55 -07:00
Ronald Garcia
adfc62347a re-added the title.
[SVN r69848]
2014-04-22 19:11:19 -07:00
Ronald Garcia
b4a42e42fe Produced a boostbook version of the reference documentation.
[SVN r69844]
2014-04-22 19:10:37 -07:00
Ronald Garcia
b9ba4320e4 fixes #8368
Changed a macro to use ifndef rather than if to avoid warnings.

[SVN r83761]
2014-04-22 18:59:56 -07:00
Stephen Kelly
9eb51cbe82 MultiArray: Remove obsolete MSVC version checks.
[SVN r85939]
2014-04-22 18:54:33 -07:00
Ronald Garcia
b0e181f0a0 added dimensionality constant to multi_array and multi_array_ref synopses.
[SVN r76452]
2014-04-22 18:32:37 -07:00
Ronald Garcia
12d5e39adc added dimensionality constant to multi_array and multi_array_ref synopses.
[SVN r76451]
2014-04-22 18:31:32 -07:00
Ronald Garcia
ae54068327 addressed an identifier clash.
[SVN r69965]
2014-04-22 18:26:22 -07:00
Daniel James
dc6b16e9c8 Merge branch 'merge-base' 2014-04-06 14:16:36 +01:00
Daniel James
b3757d35c9 Create merge base for git. 2014-04-06 14:16:21 +01:00
Michel Morin
9389db9340 Merge r86524 (Correct broken links to C++ standard papers); fixes #9212
[SVN r86673]
2013-11-13 03:22:55 +00: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
1e1e4a34d5 Pulling a patch from the trunk to release. include enable_if.hpp where
needed.


[SVN r78532]
2012-05-21 19:51:36 +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
86b8bf0dda Specialize BOOST_CHECK_MESSAGE handler now that array.cpp uses it.
[SVN r78498]
2012-05-17 15:23:38 +00:00
Ronald Garcia
05cb2eb119 Pushing fixes over from the trunk to the release branch.
Fixes #5664
Fixes #4874


[SVN r78496]
2012-05-17 14:52:48 +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
Jeremiah Willcock
4bc0a9d40b Merged r46508 (bug fixes), r53790 (added test case), r62605 (fix for #3581), r62606 (fix for #3820), r62607 (fix for #3989), r62609 (missing header), r62963 (non-Trac bug fixes) from trunk; refs #3581, #3820, #3989
[SVN r65771]
2010-10-05 18:25:35 +00:00
Jeremiah Willcock
123f9708cc Merged r47768 (new example) and r62611 (fix for bug #4032) from trunk; refs #4032
[SVN r65770]
2010-10-05 18:15:27 +00:00
Hartmut Kaiser
15536189e4 Spirit: merging from trunk upto rev. 61489
[SVN r63640]
2010-07-04 22:38:38 +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