Joaquín M López Muñoz
527f4a5061
fixed typo
...
[SVN r85175]
2013-07-30 15:27:00 +00:00
Joaquín M López Muñoz
80a10c2d72
* multi_index_container is now efficiently movable.
...
* Initializer lists supported.
* Emplace functions provided.
* Non-copyable elements (such as std::unique_ptr<T>) supported. This includes insertion of a range [first,last) where the iterators point to a type that is convertible to that of the element: no copy construction happens in the process.
* Random access indices provide shrink_to_fit().
* The following classes are deprecated:
- member_offset,
- const_mem_fun_explicit,
- mem_fun_explicit,
- composite_key_result_equal_to,
- composite_key_result_less,
- composite_key_result_greater,
- composite_key_result_hash.
[SVN r85001]
2013-07-10 21:54:06 +00:00
Joaquín M López Muñoz
6b58056716
updated according to latest regression tests results
...
[SVN r56829]
2009-10-14 15:04:13 +00:00
Joaquín M López Muñoz
86059ad43f
updated according to latest regression tests results
...
[SVN r55058]
2009-07-21 11:41:18 +00:00
Joaquín M López Muñoz
8290474391
updated according to latest regression tests results
...
[SVN r52078]
2009-03-31 16:12:23 +00:00
Joaquín M López Muñoz
c80e451d22
updated according to latest regression tests results
...
[SVN r50321]
2008-12-19 07:53:46 +00:00
Joaquín M López Muñoz
62911d5198
updated according to latest regression tests results
...
[SVN r49142]
2008-10-06 13:10:32 +00:00
Joaquín M López Muñoz
a404be8a6b
stylistic change as per Boris Gubenko's advice
...
[SVN r47225]
2008-07-08 15:08:11 +00:00
Joaquín M López Muñoz
47b98dd304
updated according to latest regression tests results
...
[SVN r47071]
2008-07-04 08:02:32 +00:00
Joaquín M López Muñoz
d881480b52
updated according to latest regression tests results
...
[SVN r47041]
2008-07-03 14:40:14 +00:00
Joaquín M López Muñoz
15accb2836
Boost 1.36 version of Boost.MultiIndex
...
passim: supressed non-ASCII chars in C++ code
bidir_node_iterator.hpp: deleted unused template parameter
bucket_array.hpp: avoided allocator<void> instantiations
hash_index_iterator.hpp: avoided allocator<void> instantiations
hash_index_node.hpp: avoided allocator<void> instantiations, renamed var
ord_index_node.hpp: avoided allocator<void> instantiations
rnd_index_loader.hpp: avoided allocator<void> instantiations
rnd_index_node.hpp: avoided allocator<void> instantiations
rnd_index_ptr_array.hpp: avoided allocator<void> instantiations
rnd_node_iterator.hpp: deleted unused template parameter
seq_index_node.hpp: avoided allocator<void> instantiations
hashed_index.hpp: rewritten modify_ so that elements with unmodified key do not change position
multi_index_container.hpp: added allocator ctor
acknowledgements.html: added acknowledgements for Boost 1.36
compiler_specifics.html: typo
hash_indices.html: documented updating functions behavior wrt unmodified keys, formatting typos
key_extraction.html: formatting typos
multi_index_container.html: added allocator ctor, formatting typos
ord_indices.html: documented updating functions behavior wrt unmodified keys, formatting typos
rnd_indices.html: formatting typos
seq_indices.html: formatting typos
release_notes.html: added release notes for Boost 1.36
hashed.cpp: blocked Boost inspect tool check for ASCII only chars
non_std_allocator.hpp: removed void specialization to verify that no allocator<void> instantiations are generated
test_copy_assignment.cpp: added test for multi_index_container allocator ctor
test_update.cpp: added test for stability of update functions wrt to unmodified keys
[SVN r46770]
2008-06-27 13:32:24 +00:00
Joaquín M López Muñoz
78f6bf5446
updated according to latest regression tests results, fixed a broken link, typo
...
[SVN r43157]
2008-02-07 16:29:27 +00:00
Joaquín M López Muñoz
f83aa3c780
updated according to latest regression tests results
...
[SVN r40838]
2007-11-06 14:33:59 +00:00
Joaquín M López Muñoz
c4a9b8f8e6
updated according to latest regression tests results
...
[SVN r40541]
2007-10-29 08:12:58 +00:00
Joaquín M. López Muñoz
88f3a9ca8b
added Sun Studio 11 for Solaris
...
[SVN r35633]
2006-10-16 17:37:04 +00:00
Joaquín M. López Muñoz
bbeb058580
updated according to latest regression tests results
...
[SVN r34742]
2006-07-26 15:09:41 +00:00
Joaquín M. López Muñoz
c757629a6d
updated dead link
...
[SVN r34522]
2006-07-13 07:45:28 +00:00
Joaquín M. López Muñoz
ae533e1b16
noted limitations due to lack of SFINAE and function template ordering support; added navigational <link>s
...
[SVN r32649]
2006-02-06 15:19:25 +00:00
Joaquín M. López Muñoz
7aacfe029e
merged from Version_1_33_1
...
[SVN r31994]
2005-12-12 08:11:55 +00:00
Douglas Gregor
b28164d7f8
Merged from 1.33.0 release
...
[SVN r30540]
2005-08-12 13:02:37 +00:00
Joaquín M. López Muñoz
dc0aa687ce
updated according to latest regression tests results
...
[SVN r30244]
2005-07-26 09:20:43 +00:00
Joaquín M. López Muñoz
d1a5e7d40c
added GCC 4.0.1
...
[SVN r30031]
2005-07-13 06:10:38 +00:00
Joaquín M. López Muñoz
b7984c6c83
updated according to latest regression tests results
...
[SVN r29984]
2005-07-11 13:29:26 +00:00
Joaquín M. López Muñoz
4027620ec8
updated according to latest regression tests results
...
[SVN r29608]
2005-06-16 09:16:25 +00:00
Joaquín M. López Muñoz
c6ef47da18
updated according to latest regression tests results; suppressed a reference to the release regression tests page
...
[SVN r29404]
2005-06-03 13:13:36 +00:00
Joaquín M. López Muñoz
006a9a479f
added a portability techniques section with stuff from the advanced topics page and some new material; several updates to the info on compiler specifics
...
[SVN r27840]
2005-03-28 12:36:05 +00:00
Joaquín M. López Muñoz
10406438f4
rephrased explanation about GCC for Tru64 UNIX
...
[SVN r25766]
2004-10-18 07:31:39 +00:00
Joaquín M. López Muñoz
638a258547
added ICC 8.1 for Linux, renamed some anchors
...
[SVN r25722]
2004-10-14 07:24:25 +00:00
Joaquín M. López Muñoz
a62b448d96
added explanation about GCC for Tru64 UNIX
...
[SVN r25706]
2004-10-13 13:03:08 +00:00
Joaquín M. López Muñoz
8dfc440145
added mingw 3.3.1 and 3.4.2
...
[SVN r25622]
2004-10-08 08:55:03 +00:00
Joaquín M. López Muñoz
b511cb8cb8
added ICC 8.1 for Win32
...
[SVN r25579]
2004-10-06 08:43:17 +00:00
Aleksey Gurtovoy
a668cc8341
c++boost.gif -> boost.png replacement
...
[SVN r25573]
2004-10-05 15:45:52 +00:00
Joaquín M. López Muñoz
2b05857915
updated according to latest regression tests results, and a small typo
...
[SVN r25426]
2004-09-27 07:20:04 +00:00
Joaquín M. López Muñoz
b7da8d2a00
added CW 9.3
...
[SVN r24994]
2004-09-10 09:04:45 +00:00
Joaquín M. López Muñoz
05ad19057d
added Compaq C++ 6.5 for Tru64 UNIX, updated according to latest regression tests results
...
[SVN r24712]
2004-08-24 14:13:54 +00:00
Joaquín M. López Muñoz
44dd6da9ad
added MSVC 8.0
...
[SVN r24181]
2004-07-30 06:19:14 +00:00
Joaquín M. López Muñoz
9066aec3dd
specified which backend for Comeau was used
...
[SVN r24121]
2004-07-27 16:59:49 +00:00
Joaquín M. López Muñoz
b52ec87014
fixed STLport 4.5.3 version number
...
[SVN r23906]
2004-07-21 15:30:29 +00:00
Joaquín M. López Muñoz
ca58f9ff6b
typo
...
[SVN r23524]
2004-07-14 05:57:13 +00:00
Joaquín M. López Muñoz
9f6d7104e3
added GCC 3.4.1
...
[SVN r23403]
2004-07-08 10:45:37 +00:00
Joaquín M. López Muñoz
4f7ea686d1
explanatory note
...
[SVN r23176]
2004-06-24 14:21:00 +00:00
Joaquín M. López Muñoz
44e921f485
expanded section on VisualAge 6.0 for AIX
...
[SVN r23149]
2004-06-22 14:47:47 +00:00
Joaquín M. López Muñoz
9690285d02
added VisualAge 6.0 for AIX
...
[SVN r23133]
2004-06-21 07:07:45 +00:00
Joaquín M. López Muñoz
5ef39b61d2
stylistic improvement
...
[SVN r23100]
2004-06-15 07:42:22 +00:00
Joaquín M. López Muñoz
65a841271e
added CW8.3
...
[SVN r23098]
2004-06-15 06:24:47 +00:00
Joaquín M. López Muñoz
59a44adafc
added ICC for Linux
...
[SVN r23014]
2004-06-03 06:49:05 +00:00
Joaquín M. López Muñoz
87ae3224cf
updated according to latest regression tests results
...
[SVN r22991]
2004-06-01 08:54:49 +00:00
Joaquín M. López Muñoz
eb2a1dbca3
license update
...
[SVN r22959]
2004-05-28 08:06:41 +00:00
Joaquín M. López Muñoz
b35bef74e4
initial commit
...
[SVN r22759]
2004-05-07 10:44:23 +00:00