83493ba231Modified fix for sergiud, for warning-less compilation on MSVC12.0 at level 4 in release mode. Fixes#2
Ronald Garcia
2014-08-15 09:54:17 -0700
8b22b92d88Merge pull request #4 from jzmaddock/patch-2
rxg
2014-08-14 17:08:45 -0700
8da3864210GCC 4.8 -Wunused-local-typedefs complains about an unused local typedef.
Ronald Garcia
2014-04-23 10:14:08 -0700
f61cd7a7f7Merge branch 'develop'
Ronald Garcia
2014-04-23 08:36:51 -0700
acf2eb96besmall edit, stolen from boost.xml.
Ronald Garcia
2011-03-11 14:00:36 +0000
adfc62347are-added the title.
Ronald Garcia
2011-03-11 15:18:22 +0000
b4a42e42feProduced a boostbook version of the reference documentation.
Ronald Garcia
2011-03-11 13:48:52 +0000
b9ba4320e4fixes#8368
Ronald Garcia
2013-04-03 23:21:29 +0000
9eb51cbe82MultiArray: Remove obsolete MSVC version checks.
Stephen Kelly
2013-09-26 09:43:12 +0000
b0e181f0a0added dimensionality constant to multi_array and multi_array_ref synopses.
Ronald Garcia
2012-01-13 15:45:05 +0000
12d5e39adcadded dimensionality constant to multi_array and multi_array_ref synopses.
Ronald Garcia
2012-01-13 15:44:48 +0000
ae54068327addressed an identifier clash.
Ronald Garcia
2011-03-13 23:10:30 +0000
dc6b16e9c8Merge branch 'merge-base'
Daniel James
2014-04-06 14:16:36 +0100
b3757d35c9Create merge base for git.
Daniel James
2014-04-06 14:16:21 +0100
9389db9340Merge r86524 (Correct broken links to C++ standard papers); fixes#9212
Michel Morin
2013-11-13 03:22:55 +0000
0cb44bf7dcCorrect broken links to C++ standard papers. Refs #9212.
Michel Morin
2013-10-30 12:51:24 +0000
59f108a7d1MultiArray: Remove obsolete MSVC version checks.
Stephen Kelly
2013-09-26 09:43:12 +0000
795fda0d0ffixes#8368
Ronald Garcia
2013-04-03 23:21:29 +0000
1e1e4a34d5Pulling a patch from the trunk to release. include enable_if.hpp where needed.
Ronald Garcia
2012-05-21 19:51:36 +0000
6e19d4b886Somehow multi_array was picking up enable_if/disable_if from the ether, but the ether is now gone. Explicitly including the needed headers now.
Ronald Garcia
2012-05-21 19:48:06 +0000
86b8bf0ddaSpecialize BOOST_CHECK_MESSAGE handler now that array.cpp uses it.
Ronald Garcia
2012-05-17 15:23:38 +0000
05cb2eb119Pushing fixes over from the trunk to the release branch. Fixes#5664Fixes#4874
Ronald Garcia
2012-05-17 14:52:48 +0000
0c123c47d4Only 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.
Ronald Garcia
2012-05-17 13:53:04 +0000
2bccb07ac8Updated the ASSERT hooks with an implementation for assertion_failed_msg.
Ronald Garcia
2012-05-17 13:48:51 +0000
bc5df6a074operator() requires Collection concept, calls access_element, which should in turn require it too, but was using RandomCollection Concept. Fixes ticket #5664.
Ronald Garcia
2012-01-18 02:27:54 +0000
723c1a0a93Fixed a bug in the reference docs.
Ronald Garcia
2012-01-13 15:47:24 +0000
797313144aadded dimensionality constant to multi_array and multi_array_ref synopses.
Ronald Garcia
2012-01-13 15:45:05 +0000
efc4219993added dimensionality constant to multi_array and multi_array_ref synopses.
Ronald Garcia
2012-01-13 15:44:48 +0000
daaa3f21f7MultiArray mutable iterators must model OutputIterator.
Ronald Garcia
2012-01-10 03:23:16 +0000
7bdcfb017caddressed an identifier clash.
Ronald Garcia
2011-03-13 23:10:30 +0000
167aa52874re-added the title.
Ronald Garcia
2011-03-11 15:18:22 +0000
13e6c5ad62small edit, stolen from boost.xml.
Ronald Garcia
2011-03-11 14:00:36 +0000
a8810c7840Produced a boostbook version of the reference documentation.
Ronald Garcia
2011-03-11 13:48:52 +0000
4bc0a9d40bMerged 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
Jeremiah Willcock
2010-10-05 18:25:35 +0000
123f9708ccMerged r47768 (new example) and r62611 (fix for bug #4032) from trunk; refs #4032
Jeremiah Willcock
2010-10-05 18:15:27 +0000
15536189e4Spirit: merging from trunk upto rev. 61489
Hartmut Kaiser
2010-07-04 22:38:38 +0000
6b6d2320eaCopied Jeremiah's fix (using Boost.Iterator's arrow proxy) back to the trunk.
Ronald Garcia
2010-06-15 12:04:50 +0000
029dde4039Fixed an assertion error...resize needs to account for starting with an empty array when considering legal ranges. Some small housecleaning (renaming variables, moving asserts).
Ronald Garcia
2010-06-15 01:40:31 +0000
f38af67708Moved 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
Jeremiah Willcock
2010-06-08 23:28:23 +0000
038f5e7b58Changed to Boost.Iterator operator_arrow_proxy
Jeremiah Willcock
2010-06-08 22:46:36 +0000
2c2842bee2Boost.MultiArray - fixed, as requested, the ambiguous calls to the equal function.
Neil Groves
2010-04-22 23:31:30 +0000
c187bf683eBoost.MultiArray disambiguated calls to equal functions in the unit tests. These became ambiguous due to changes in Boost.Range.
Neil Groves
2010-04-20 21:56:33 +0000
7f1fa6b6c8Fixed various issues in docs (mostly duplicate bookmarks and broken links) found by inspect tool
Jeremiah Willcock
2010-04-20 18:49:18 +0000
961f6ed6c9rm 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
Troy D. Straszheim
2009-10-17 02:07:38 +0000
2325f8bd8crm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
Troy D. Straszheim
2009-10-17 01:10:45 +0000
addce9ceceCopyrights on CMakeLists.txt to keep them from clogging up the inspect reports. This is essentially the same commit as r55095 on the release branch.
Troy D. Straszheim
2009-07-26 00:49:56 +0000
6f00b4609cAdd basic copyright/license to keep cmake out of the inspection report
Troy D. Straszheim
2009-07-22 21:51:01 +0000
b4d64892c3Added a test-case to check a reversing view of a 1D array.
Ronald Garcia
2009-06-10 21:51:06 +0000
ca3c1e6e17Fixed asserts in generate_array_view to properly handle negative strides.
Ronald Garcia
2009-06-10 20:27:13 +0000
8147ea248bMerge in inspect checks for links in CSS files and external content. And fix a few of these issues.
Daniel James
2009-05-16 13:45:21 +0000
3b43f7af14Use local copies of the boost logo.
Daniel James
2009-04-29 21:19:12 +0000
5479ef94c8merge of cmake build files from trunk per beman
Troy D. Straszheim
2009-01-24 18:57:20 +0000
7f0608bee9Updating dependency information for modularized libraries.
Michael A. Jackson
2008-11-07 17:05:27 +0000
475516bacaUpdating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
Michael A. Jackson
2008-11-07 17:02:56 +0000
32bc9b2c3fContinuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
Michael A. Jackson
2008-11-01 13:15:41 +0000
0e8d2e3189Initial Revision.
Ronald Garcia
2008-07-24 19:10:40 +0000
40b0db7ad6fixed bugs.
Ronald Garcia
2008-06-19 14:17:47 +0000
1f0df94e27Quote href values - our tools don't support unquoted values.
Daniel James
2008-05-11 13:49:20 +0000