Daniel James
dab85df15d
Branch for working on the documentation tools documentation.
...
[SVN r68640]
2011-02-04 21:18:24 +00:00
Steven Watanabe
55723474d2
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
...
[SVN r68168]
2011-01-15 08:11:51 +00:00
Bryce Adelstein-Lelbach
1bf606a75d
Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost.
...
On Linux, GNU's libstdc++, which is the default stdlib for icc and clang,
cannot parse the <iomanip> header in version 4.5+ (which thankfully neither
compiler advises the use of yet), as it's original C++98-friendly
implementation has been replaced with a gnu++0x implementation.
<boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing
boost::detail::setfill, boost::detail::setbase, boost::detail::setw,
boost::detail::setprecision, boost::detail::setiosflags and
boost::detail::resetiosflags.
[SVN r68140]
2011-01-14 02:35:58 +00:00
Joaquín M López Muñoz
7b1bcc810d
completed fix in [64312] and [64317]
...
[SVN r64322]
2010-07-25 10:12:38 +00:00
Joaquín M López Muñoz
78a83060f7
completed fix in [64312]
...
[SVN r64317]
2010-07-24 19:31:45 +00:00
Joaquín M López Muñoz
bf08ab429c
synced with silent yet backwards-compatibility-breaking change of serialization::version<T>:value type from unsigned int to int in [62358]
...
[SVN r64312]
2010-07-24 09:17:01 +00:00
Joaquín M López Muñoz
a739892808
fixed #4130
...
[SVN r61482]
2010-04-22 11:36:27 +00:00
Joaquín M López Muñoz
80517e00d7
eliminated dubious use of preprocessor
...
[SVN r59582]
2010-02-08 15:56:06 +00:00
Joaquín M López Muñoz
4223235333
completed fix in [58485] with proper handling of value_type serialization class versioning
...
[SVN r59443]
2010-02-03 14:29:55 +00:00
Joaquín M López Muñoz
9dfc424d7a
handled serialization of non default constructible values
...
[SVN r58485]
2009-12-22 07:20:41 +00:00
Joaquín M López Muñoz
270d048f12
fixed #3778
...
[SVN r58472]
2009-12-21 09:54:44 +00:00
Joaquín M López Muñoz
604128d17a
suppressed MSVC /W4 C4512 warning
...
[SVN r57541]
2009-11-10 10:18:55 +00:00
Troy D. Straszheim
4c3b315b0b
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
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
7d1417fe8c
fixed #3462
...
[SVN r56354]
2009-09-22 13:29:08 +00:00
Joaquín M López Muñoz
12ba0771e8
documented [55994]
...
[SVN r55995]
2009-09-03 12:29:42 +00:00
Joaquín M López Muñoz
fd2b4ede68
fixed #3365
...
[SVN r55994]
2009-09-03 12:11:59 +00:00
Troy D. Straszheim
5e50c69465
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
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
b14efa6fbf
documented tag_list
...
[SVN r55055]
2009-07-21 09:59:35 +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
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
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
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
05e70771fd
fixed #2313
...
[SVN r48728]
2008-09-11 07:13:11 +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
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
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
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