Commit Graph

695 Commits

Author SHA1 Message Date
Joaquín M López Muñoz
3199ff1b44 merged up to [53676] from trunk
[SVN r53730]
2009-06-07 18:44:00 +00:00
Joaquín M López Muñoz
9c8c001d5d added workaround for IBM XL C/C++
[SVN r53676]
2009-06-06 10:46:10 +00:00
Joaquín M López Muñoz
06b509b35c provided erase() reentrancy even in invariant checking mode
[SVN r53633]
2009-06-04 13:05:10 +00:00
Joaquín M López Muñoz
45adb9c08a added qualifier to solve ambiguity with std::make_tuple
[SVN r53301]
2009-05-27 12:26:43 +00:00
Joaquín M López Muñoz
436ea292c6 handcrafted the element type of the bimap example for the same reasons as explained in [53273]
[SVN r53275]
2009-05-26 08:59:47 +00:00
Joaquín M López Muñoz
a5210bff85 handcrafted pair_of_ints to guarantee that first and second belong to pair_of_ints proper and not to some implementation-specific base class, which happens with std::pair in MSVC 10 thus precluding the use of boost::multi_index::member as per 14.3.2/5 (no conversions applied to pointer to member functions template arguments).
[SVN r53273]
2009-05-26 06:34:33 +00:00
Joaquín M López Muñoz
1eebcfcf5f fixed #3076
[SVN r53246]
2009-05-25 12:20:07 +00:00
Joaquín M López Muñoz
6d2c3985f0 merged rev [52078] from trunk
[SVN r52101]
2009-04-01 08:45:12 +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
Troy D. Straszheim
d3e74bc941 merge of cmake build files from trunk per beman
[SVN r50756]
2009-01-24 18:57:20 +00:00
Joaquín M López Muñoz
f5976c1695 merged rev. 50321 from trunk
[SVN r50328]
2008-12-19 19:11:40 +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
b61b58abfa merged up to rev. 49674 from trunk
[SVN r50300]
2008-12-16 21:00:30 +00:00
Joaquín M López Muñoz
90bc0b7662 suppressed MSVC warning in composite_key, deprecated nth_index_iterator and family, some stylistic changes in the tutorial.
[SVN r49674]
2008-11-10 14:49:57 +00:00
Michael A. Jackson
5d016b4003 Updating dependency information for modularized libraries.
[SVN r49628]
2008-11-07 17:05:27 +00:00
Michael A. Jackson
11f09a3558 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
03ebcdd0f4 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
Joaquín M López Muñoz
d026f22be0 merged rev. 49142 from trunk
[SVN r49148]
2008-10-06 17:54:07 +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
8c5ac57c6a merged rev. 48728 from trunk
[SVN r48774]
2008-09-14 16:36:06 +00:00
Joaquín M López Muñoz
05e70771fd fixed #2313
[SVN r48728]
2008-09-11 07:13:11 +00:00
Joaquín M López Muñoz
df5eb5b646 merged rev. 48444 from trunk
[SVN r48513]
2008-09-01 15:27:55 +00:00
Joaquín M López Muñoz
6b5f74732b fixed #2257
[SVN r48444]
2008-08-29 12:36:56 +00:00
Joaquín M López Muñoz
c2d5785ae8 merged rev. 47225 from trunk
[SVN r47234]
2008-07-08 16:38:25 +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
ebf92487ae merged rev. 47071 from trunk
[SVN r47076]
2008-07-04 15:08:59 +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
bd8ea1bc86 merged up to rev. 47041 from trunk
[SVN r47045]
2008-07-03 16:51:53 +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
93da3b3f29 merged rev. 43157 from trunk
[SVN r43158]
2008-02-07 16:50:11 +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
faf18a55f0 merged rev. 41397 from trunk
[SVN r41513]
2007-11-30 21:09:14 +00:00
Joaquín M López Muñoz
aebc21ee44 ADL-based swap call moved to an utility function (after mistaken attempt at rev 41220 to solve name-hiding issues)
[SVN r41397]
2007-11-26 13:48:36 +00:00
Beman Dawes
0468378c0d Full merge from trunk at revision 41356 of entire boost-root tree.
[SVN r41370]
2007-11-25 18:38:02 +00:00
Beman Dawes
9b4c07478c Full merge from trunk at revision 41356 of entire boost-root tree.
[SVN r41369]
2007-11-25 18:07:19 +00:00
Joaquín M López Muñoz
ff403f0a62 added .exe suffix missing at rev 41297
[SVN r41315]
2007-11-23 07:57:15 +00:00
Joaquín M López Muñoz
efd8ea14ef included an exe filename modifying rule to avoid interference problems with Vista UAC (fixes #1429)
[SVN r41297]
2007-11-22 07:59:28 +00:00
Joaquín M López Muñoz
58fd64b622 moved some ADL stuff out of a potentially name-hiding scope
[SVN r41220]
2007-11-19 11:08:11 +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
26ce890ff8 fixed some struct/class discordances between decls and defs
[SVN r40542]
2007-10-29 08:16:56 +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
3a4ac5c0a4 guarded some static asserts in project() funs from Sun C++ 5.7
[SVN r40292]
2007-10-22 17:22:46 +00:00
Joaquín M López Muñoz
ae87c1d454 added missing #include
[SVN r40056]
2007-10-15 16:10:39 +00:00
Joaquín M López Muñoz
40634a5f23 typo
[SVN r40040]
2007-10-15 06:54:34 +00:00
Joaquín M López Muñoz
16778f3ff3 def_ctor_tuple_cons.hpp: no longer used
memfun_key.cpp: is now fun_key.cpp

[SVN r39923]
2007-10-11 11:23:47 +00:00
Joaquín M López Muñoz
47b172ab68 Boost 1.35 version of Boost.MultiIndex
allocator_utilities.hpp: added partial_std_allocator_wrapper::value_type
composite_key.hpp: used hash_fwd.hpp
auto_space.hpp: added support for non-standard allocators
bidir_node_iterator.hpp: moved friend-injected operators out of class
copy_map.hpp: added support for non-standard allocators
hash_index_args.hpp: removed deprecated use of <boost/functional/hash/hash.hpp>
hash_index_iterator.hpp: moved friend-injected operators our of class
hash_index_node.hpp: added support for non-standard allocators
header_holder.hpp:added support for non-standard allocators
index_base.hpp: added support for non-standard allocators, added modify_rollback, added small improvement to modify
index_loader.hpp: added support for non-standard allocators
index_matcher.hpp: added support for non-standard allocators
index_node_base.hpp: added support for non-standard allocators
iter_adaptor.hpp: added some out-of-class operators to alleviate a MSVC++ 6.0 problem
modify_key_adaptor.hpp: renamed some vars to accomudate broader usage scope
node_type.hpp: added support for non-standard allocators
ord_index_node.hpp: added support for non-standard allocators
ord_index_ops.hpp: implemented a more efficient equal_range
rnd_index_loader.hpp: added support for non-standard allocators
rnd_index_node.hpp: added support for non-standard allocators
rnd_index_ops.hpp: added support for non-standard allocators
rnd_index_ptr_array.hpp: added support for non-standard allocators
rnd_node_iterator.hpp: moved friend-injected operators out of class
seq_index_node.hpp: added support for non-standard allocators
seq_index_ops.hpp: added support for non-standard allocators
uintptr_type.hpp: added support for __int64
unbounded.hpp: fixed ODR problem
value_compare.hpp: fixed a small unefficiency
global_fun: initial commit
hashed_index.hpp: added support for non-standard allocators, added c[r]{begin|end}, [local_]iterator_to, rollback modify
identity_fwd.hpp: fixed wrong include guard name
key_extractors.hpp: added global_fun
mem_fun.hpp: removed superfluous =0's
ordered_index.hpp: added support for non-standard allocators, added c[r]{begin|end}, iterator_to, rollback modify, improved equal_range and range, added conformance to DR 233
random_access_index.hpp: added support for non-standard allocators, added c[r]{begin|end}, iterator_to, rollback modify, added conformance to 23.1.1/9
sequenced_index.hpp: added support for non-standard allocators, added c[r]{begin|end}, iterator_to, rollback modify, added conformance to 23.1.1/9, improved resize
multi_index_container.hpp: added support for non-standard allocators, improved ctor_args_list, rollback modify
acknowledgements.html: added entry for Boost 1.35
examples.html: renamed example 2, added B.IP example/composite_keys.cpp
future_work.html: removed entry on bimap
hash_indices.html: added c[r]{begin|end}, [local_]iterator_to, rollback modify
reference/index.html: added global_fun
reference/key_extraction.html: added global_fun, added technical correction
multi_index_container.html: added support for non-standard allocators
ord_indices.html: added c[r]{begin|end}, iterator_to, rollback modify
rnd_indices.html: added c[r]{begin|end}, iterator_to, rollback modify
seq_indices.html: added c[r]{begin|end}, iterator_to, rollback modify
release_notes.html: added entry for Boost 1.35
tests.html: added new serialization test file
basics.html: added rollback modify
creation.html: added support for non-standard allocators
tutorial/indices.html: added iterator_to
tutorial/key_extraction.html: added global_fun
composite_keys.cpp: fixed technicality
fun_key.cpp: was memfun_key.cpp, added global_fun
ip_allocator.cpp: initial commit
example/Jamfile.v2: renamed memfun_key, added ip_allocator
test_perf.cpp: fixed technicality
employee.hpp: used a non-standard allocator
test/Jamfile.v2: added new test file
non_std_allocator.hpp: initial commit
pair_of_ints.hpp: added decrement facilities
test_capacity.cpp: added extra check on resize
test_copy_assignment.cpp: added test for 23.1.1/9
test_iterators.cpp: added tests for c[r]{begin|end} and [local_]iterator_to, fixed technicality
test_key_extractors.cpp: added tests for global_fun
test_modifiers.cpp: added tests dor DR 233, fixed technicality
test_range.cpp: added extra checks to secure range refactoring
test_rearrange.cpp: fixed technicality
test_serialization.cpp: added new test file
test_serialization1.cpp: corrected include, used a non-standard allocator
test_serialization2.cpp: corrected include, used a non-standard allocator, split some stuff ro test_serialization3.cpp
test_serialization3.cpp: initial commit
test_serialization3.hpp: initial commit
test_serialization_template.hpp: removed some reliance on ADL
test_update.cpp: addes tests for rollback modify, fixed technicality

[SVN r39922]
2007-10-11 10:57:30 +00:00
Beman Dawes
1434c7d727 Starting point for releases
[SVN r39706]
2007-10-05 14:25:06 +00:00
nobody
33e19c4ce1 This commit was manufactured by cvs2svn to create tag
'Version_1_34_1'.

[SVN r38286]
2007-07-24 19:28:14 +00:00
Joaquín M. López Muñoz
47079d4620 merged from trunk to branch
[SVN r37105]
2007-02-27 07:49:12 +00:00