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
Beman Dawes
d8bf15754e
Starting point for releases
...
[SVN r39706]
2007-10-05 14:25:06 +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
nobody
06b076cd3e
This commit was manufactured by cvs2svn to create tag
...
'Version_1_34_1'.
[SVN r38286]
2007-07-24 19:28:14 +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
618aae50a3
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).
or changing BOOST_TEST to BOOST_CHECK where the integer library
was clearly using Boost.Test and not returning report_errors().
[SVN r37063]
2007-02-25 15:28:02 +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
Beman Dawes
e5b2e16a7f
Merged copyright and license addition
...
[SVN r35907]
2006-11-07 19:27:00 +00:00
Beman Dawes
50028b59c5
Add copyright, license
...
[SVN r35905]
2006-11-07 19:11:57 +00:00
Rene Rivera
d8b3172696
Remove obsolete Boost.Build v1 files.
...
[SVN r35880]
2006-11-06 17:10:46 +00:00
Ronald Garcia
3cb8546302
CW 8.3 workaround.
...
[SVN r34433]
2006-06-30 15:14:08 +00:00
Ronald Garcia
6d1efe04e0
workaround for CW 8.3.
...
[SVN r34432]
2006-06-30 15:00:30 +00:00
Ronald Garcia
9398e7799a
Backpatching fixes to the documentation from HEAD.
...
[SVN r34410]
2006-06-26 16:58:28 +00:00
Ronald Garcia
39649b078e
Applied patch broke MSVC 7.1 and 8.0
...
[SVN r34409]
2006-06-26 16:40:21 +00:00
Ronald Garcia
24bc73dfae
Applied patch broke MSVC 7.1 and 8.0
...
[SVN r34409]
2006-06-26 16:40:21 +00:00
Joaquín M. López Muñoz
1d0a63035d
merged from trunk to branch
...
[SVN r34407]
2006-06-26 06:49:50 +00:00
Joaquín M. López Muñoz
d1c1e4d227
made sure templatized overload version of reindex is not unintendedly selected in SFINAE-lacking compilers due to integral conversions
...
[SVN r34406]
2006-06-26 06:45:14 +00:00
Joaquín M. López Muñoz
c00b913ab3
moved up some decls so that they are visible to CW 8.3 as part of another memfuns' default args
...
[SVN r34405]
2006-06-26 06:25:50 +00:00
Joaquín M. López Muñoz
8ce8ab8c8a
fixed MSVC 6.5/7.0 choking on a constructor involving a dependent typename
...
[SVN r34404]
2006-06-26 06:20:30 +00:00
Ronald Garcia
d4f813c882
Changed variable names for vc-6_5.
...
[SVN r34199]
2006-06-06 18:15:33 +00:00
Ronald Garcia
eba81b3299
Changed some variable names to appease vc-6_5.
...
[SVN r34198]
2006-06-06 18:13:44 +00:00
Ronald Garcia
cd0639452c
Merging iterator bug fix into 1.34 release.
...
[SVN r34130]
2006-05-31 20:59:58 +00:00
Ronald Garcia
a76974ac36
bug fix for view iterators.
...
[SVN r34103]
2006-05-26 14:58:11 +00:00
Ronald Garcia
7f708a30ab
Fixed a bug in the MultiArray concept.
...
[SVN r34101]
2006-05-26 14:50:23 +00:00
Ronald Garcia
e037d30b18
Fixed a bug in MultiArray concept.
...
[SVN r34100]
2006-05-26 14:50:04 +00:00
Ronald Garcia
fa5a5ce9a9
Dealing with an MSVC strange warning.
...
[SVN r33640]
2006-04-10 16:51:12 +00:00
Ronald Garcia
9ce1adb801
Updated documentation as per Robert Ramey and Dave Abrahams' comments.
...
[SVN r33561]
2006-04-05 19:38:33 +00:00
nobody
a212ac088d
This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
...
[SVN r33417]
2006-03-21 02:26:31 +00:00
Ronald Garcia
9c71529cb5
Added support to resize multi_array objects by passing in a Collection.
...
[SVN r33262]
2006-03-07 22:27:34 +00:00
Ronald Garcia
59733752f3
Fixed a bug in resize. It was losing storage order.
...
[SVN r33239]
2006-03-06 20:57:48 +00:00
Ronald Garcia
150fcf9a59
Added another test for resize preserving storage order.
...
[SVN r33238]
2006-03-06 20:57:23 +00:00
Ronald Garcia
ecf3435632
Fix for codewarrior.
...
[SVN r33205]
2006-03-02 21:30:15 +00:00
Ronald Garcia
96cb60865f
Fix for MSVC 6.5.
...
[SVN r33029]
2006-02-20 17:13:01 +00:00
Ronald Garcia
60b55bea12
Cleaned up index_range implementation a bit.
...
[SVN r32968]
2006-02-16 17:42:30 +00:00
Ronald Garcia
b8c8674369
forgot to account for empty arrays (used during resizing).
...
[SVN r32929]
2006-02-14 19:53:38 +00:00
Ronald Garcia
e977bb77b5
Added range checking to the view creation code.
...
[SVN r32928]
2006-02-14 19:26:11 +00:00
Ronald Garcia
fc92cffda8
irrelevant file erased.
...
[SVN r32899]
2006-02-13 17:53:56 +00:00
Ronald Garcia
4d01fb2637
Added mention of BOOST_DISABLE_ASSERT and range checking.
...
[SVN r32898]
2006-02-13 17:53:13 +00:00