Commit Graph

266 Commits

Author SHA1 Message Date
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
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
2c2842bee2 Boost.MultiArray - fixed, as requested, the ambiguous calls to the equal function.
[SVN r61498]
2010-04-22 23:31:30 +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
2325f8bd8c rm 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.
[SVN r56941]
2009-10-17 01:10:45 +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
Troy D. Straszheim
6f00b4609c Add basic copyright/license to keep cmake out of the inspection report
[SVN r55095]
2009-07-22 21:51:01 +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
8147ea248b Merge in inspect checks for links in CSS files and external content. And fix a few of these issues.
Merged revisions 52663-52664,52666-52668,52712 via svnmerge from 
https://svn.boost.org/svn/boost/trunk

........
  r52663 | danieljames | 2009-04-29 22:12:08 +0100 (Wed, 29 Apr 2009) | 1 line
  
  Check for invalid css links in html files as well as css files.
........
  r52664 | danieljames | 2009-04-29 22:12:32 +0100 (Wed, 29 Apr 2009) | 1 line
  
  Check for external links.
........
  r52666 | danieljames | 2009-04-29 22:19:12 +0100 (Wed, 29 Apr 2009) | 1 line
  
  Use local copies of the boost logo.
........
  r52667 | danieljames | 2009-04-29 22:19:40 +0100 (Wed, 29 Apr 2009) | 1 line
  
  Remove unused copy of boostbook.css
........
  r52668 | danieljames | 2009-04-29 22:19:56 +0100 (Wed, 29 Apr 2009) | 3 lines
  
  Fix a link to a header on trac.
  
  IMO it would be better to link to the local copy.
........
  r52712 | danieljames | 2009-05-01 21:51:10 +0100 (Fri, 01 May 2009) | 1 line
  
  Better inspect error for external content.
........


[SVN r53044]
2009-05-16 13:45:21 +00:00
Daniel James
3b43f7af14 Use local copies of the boost logo.
[SVN r52666]
2009-04-29 21:19:12 +00:00
Daniel James
ed2b6ac3e3 Merged revisions 45283,48266 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r45283 | danieljames | 2008-05-11 14:49:20 +0100 (Sun, 11 May 2008) | 1 line
  
  Quote href values - our tools don't support unquoted values.
........
  r48266 | danieljames | 2008-08-20 20:32:23 +0100 (Wed, 20 Aug 2008) | 1 line
  
  Fix the link to the limits documentation.
........


[SVN r51902]
2009-03-22 17:30:02 +00:00
Troy D. Straszheim
5479ef94c8 merge of cmake build files from trunk per beman
[SVN r50756]
2009-01-24 18:57:20 +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
805db3d46f Merged revisions 43206,43208-43213 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r43206 | danieljames | 2008-02-10 09:55:03 +0000 (Sun, 10 Feb 2008) | 1 line
  
  Fix some broken links.
........
  r43209 | danieljames | 2008-02-10 14:56:22 +0000 (Sun, 10 Feb 2008) | 1 line
  
  Link to people pages on the website, as they've been removed from the download.
........
  r43210 | danieljames | 2008-02-10 15:02:17 +0000 (Sun, 10 Feb 2008) | 1 line
  
  Point links to the pages that used to be in 'more' to the site.
........
  r43212 | danieljames | 2008-02-10 16:10:16 +0000 (Sun, 10 Feb 2008) | 1 line
  
  Fix links on the home page as well.
........
  r43213 | danieljames | 2008-02-10 16:21:22 +0000 (Sun, 10 Feb 2008) | 1 line
  
  Generated documentation which is no longer generated.
........


[SVN r43214]
2008-02-10 16:39:38 +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
Beman Dawes
1e8a9db226 Full merge from trunk at revision 41356 of entire boost-root tree.
[SVN r41370]
2007-11-25 18:38:02 +00:00
Beman Dawes
de0307c344 Full merge from trunk at revision 41356 of entire boost-root tree.
[SVN r41369]
2007-11-25 18:07:19 +00:00
Ronald Garcia
26a3292289 Fixes #1461
[SVN r41257]
2007-11-20 15:56:51 +00:00