Commit Graph

61 Commits

Author SHA1 Message Date
Ion Gaztañaga
3c256c2282 Implemented LWG Issue #149 (range insertion now returns an iterator) & cleaned up insertion code in most containers
[SVN r80348]
2012-09-01 11:01:03 +00:00
Ion Gaztañaga
011f1fb181 Fixed error in insertions with input iterator ranges
[SVN r80193]
2012-08-25 08:54:03 +00:00
Ion Gaztañaga
2947abfdef Ticket #6606
[SVN r80175]
2012-08-24 21:35:27 +00:00
Ion Gaztañaga
29f2f1f157 Ticket #7215 + added const for most local variables
[SVN r80174]
2012-08-24 21:17:35 +00:00
Ion Gaztañaga
394643b560 Ticket #7139
[SVN r80173]
2012-08-24 20:48:01 +00:00
Ion Gaztañaga
32bf689e63 Ticket #7269
[SVN r80172]
2012-08-24 20:36:23 +00:00
Ion Gaztañaga
09d57bf2a2 Changelog for ticket #7232
[SVN r80048]
2012-08-15 11:33:40 +00:00
Ion Gaztañaga
63a7e49036 Ticket #7232
[SVN r80047]
2012-08-15 11:21:29 +00:00
John Maddock
07c51f5566 Fix PDF install rule so that it's explicit and automatically invokes a PDF build when specified on the command line.
So "bjam pdfinstall" will now build and install the PDF to the current directory.
This works around some problems that the previous versions had if the user did not have an FO processor installed (basically Daniel James was unable to build the HTML docs for the distribution if the pdfinstall rule was implicit).

[SVN r79492]
2012-07-14 11:21:03 +00:00
Ion Gaztañaga
b0e36c06e9 Ticket #7123: Forward declaration for scoped allocator customization traits.
[SVN r79463]
2012-07-12 23:26:43 +00:00
Ion Gaztañaga
24ec45bdff Ticket #7123: Forward declaration for scoped allocator customization traits.
[SVN r79462]
2012-07-12 23:25:08 +00:00
Ion Gaztañaga
00285548d9 Ticket #7122: Typos in container docs.
[SVN r79447]
2012-07-12 12:35:14 +00:00
Ion Gaztañaga
586c35bf1d Used force<> to cast references, force_copy<> to cast values.
[SVN r79446]
2012-07-12 12:33:54 +00:00
Ion Gaztañaga
00d0700088 Updated changeset
[SVN r79430]
2012-07-11 22:09:37 +00:00
Ion Gaztañaga
d3fb53368d Ticket #7103: boost/container/string.hpp missing #include <boost/functional/hash.hpp>
[SVN r79423]
2012-07-11 17:51:50 +00:00
Ion Gaztañaga
a9eb3dad27 Ticket #7114:Destructor not called when using emplace()
[SVN r79422]
2012-07-11 17:34:44 +00:00
Jürgen Hunold
390dce6172 Fix regressions introduced in r78802.
Reference #6940. Rename TIME_UTC to TIME_UTC_

[SVN r78972]
2012-06-16 12:05:44 +00:00
Daniel James
2c5c074091 Make the new pdf install rules explicit, and fix intrusive's.
[SVN r78877]
2012-06-11 01:33:10 +00:00
John Maddock
4f013bfcce Changes required to build PDF versions of docs.
[SVN r78845]
2012-06-07 12:32:56 +00:00
Ion Gaztañaga
082c47b721 Trailing whitespaces
[SVN r78519]
2012-05-20 10:03:06 +00:00
Ion Gaztañaga
9460e03224 Trailing whitespaces
[SVN r78518]
2012-05-20 10:02:49 +00:00
Ion Gaztañaga
636cc66599 Fixed clang warnings and errors
[SVN r78149]
2012-04-22 22:54:18 +00:00
Ion Gaztañaga
1c7b258541 Corrections for scoped_allocator
[SVN r78147]
2012-04-22 21:21:45 +00:00
Ion Gaztañaga
b31cf6c8f4 Added test for containers using scoped allocator
[SVN r77915]
2012-04-11 16:02:19 +00:00
Ion Gaztañaga
75a29768b0 Fully qualifified boost move calls
[SVN r77914]
2012-04-11 16:01:46 +00:00
Ion Gaztañaga
ffde790ae0 Updated scoped allocator support
[SVN r77911]
2012-04-11 06:26:20 +00:00
Ion Gaztañaga
ed523da2bc Added equal_range and range insertion test prototypes.
[SVN r77908]
2012-04-11 06:24:09 +00:00
Ion Gaztañaga
199b9dca8c Fix for Visual 11
[SVN r77898]
2012-04-10 20:18:37 +00:00
Ion Gaztañaga
e6fd299292 Added SFINAE to constructors
[SVN r77896]
2012-04-10 20:16:14 +00:00
Ion Gaztañaga
a377237401 Changed ordered insertion function and added comments
[SVN r77895]
2012-04-10 20:14:31 +00:00
Ion Gaztañaga
d8fda23564 Make ordered insertion tags more iterator_tag-like.
[SVN r77894]
2012-04-10 20:04:35 +00:00
Ion Gaztañaga
0098adea15 Added documentation on scoped allocators
[SVN r77679]
2012-03-31 20:57:45 +00:00
Ion Gaztañaga
7f1456c30f Added missing typename in template alias
[SVN r77678]
2012-03-31 20:52:06 +00:00
Ion Gaztañaga
90740ea8ea Fixed documentation comments
[SVN r77505]
2012-03-23 17:51:44 +00:00
Ion Gaztañaga
64e3627f5c Fixed documentation comments
[SVN r77504]
2012-03-23 17:51:20 +00:00
Ion Gaztañaga
82fefee743 Experimental scoped_allocator support
[SVN r77481]
2012-03-22 18:48:57 +00:00
Ion Gaztañaga
c5bdec851e Experimental scoped_allocator support
[SVN r77480]
2012-03-22 18:46:55 +00:00
Ion Gaztañaga
4012070a1a Experimental scoped_allocator support
[SVN r77479]
2012-03-22 18:46:18 +00:00
Ion Gaztañaga
852d1b9cb2 Ticket #6540: Erroneous default argument in basic_string::compare overload
[SVN r76985]
2012-02-11 18:36:23 +00:00
Ion Gaztañaga
5a62b6e47e Documentation fix. Ticket 6499
[SVN r76830]
2012-02-01 22:12:43 +00:00
Ion Gaztañaga
deae817e98 Documentation fix. Ticket 6499
[SVN r76829]
2012-02-01 22:12:10 +00:00
Ion Gaztañaga
f396635438 Added fixed bugs to changeset in container/interprocess/intrusive/move
[SVN r76578]
2012-01-18 20:48:49 +00:00
Ion Gaztañaga
adde6aa9ef Fixed bug #6347 (extra ';' error)
[SVN r76282]
2012-01-02 21:53:53 +00:00
Ion Gaztañaga
ccff43c8fb Fixes for VC2005 and replaced some remaining placement news/destroys with allocator traits
[SVN r76262]
2012-01-01 18:48:00 +00:00
Ion Gaztañaga
3f3a63d92a Bugs #6335 & #6336
[SVN r76237]
2011-12-30 23:47:03 +00:00
Ion Gaztañaga
cd25b32744 Bugs #6335 & #6336
[SVN r76236]
2011-12-30 23:38:12 +00:00
Ion Gaztañaga
3143f0c6b8 Code simplification to support gcc-3.4 & gcc-4.0
[SVN r76225]
2011-12-30 09:03:25 +00:00
Ion Gaztañaga
ba4a746a77 Documentation update
[SVN r76177]
2011-12-26 16:37:49 +00:00
Ion Gaztañaga
3d8439595f Documentation fixes
[SVN r76169]
2011-12-26 11:09:52 +00:00
Ion Gaztañaga
ab3e0c2bbf Fixed compilation error for some GCC versions
[SVN r76167]
2011-12-26 11:07:21 +00:00