Jeremiah Willcock
5660f14173
Merged r72747, r74075, r74094, r74232, r74357, r74602, and r74783 from trunk
...
[SVN r74862]
2011-10-09 20:33:56 +00:00
Daniel James
8f08851f73
Unordered: Merge from trunk.
...
Anotehr overhaul. Can now use `void_pointer` for links between nodes, although
it doesn't as I don't think `void_pointer` support is strong enough in existing
allocators.
Also no longer relies on using base pointers for custome pointer types. And
scaled back member function detection to just detect if an allocator has a
member, not what its signature is. I found that the trait could be confused by
ambiguous overloads. This might be fixable.
Better documentation of C++11 compliance to come.
[SVN r74859]
2011-10-09 18:30:10 +00:00
Barend Gehrels
e0176e3ea5
Merged up to and including change 74761
...
[SVN r74858]
2011-10-09 18:30:04 +00:00
Christophe Henry
dc63657462
merged rev. 72804-74852
...
[SVN r74853]
2011-10-09 14:09:20 +00:00
Beman Dawes
2a7c93ac31
Merge trunk, including hash and canonical support
...
[SVN r74851]
2011-10-09 13:54:09 +00:00
Christophe Henry
5aabc0f228
merged revisions 72697 - 74363
...
[SVN r74850]
2011-10-09 13:16:10 +00:00
Peder Holt
70156835c8
Integrated from trunc: Applied patch for #5745 : Use native typeof support for Oracle Solaris Studio C++ compiler
...
[SVN r74849]
2011-10-09 13:08:04 +00:00
Beman Dawes
ec32bf6092
Merge Boost.Timer version 2
...
[SVN r74848]
2011-10-09 12:17:51 +00:00
Antony Polukhin
b0e8ead756
merge from trunk (contacts updated)
...
[SVN r74844]
2011-10-09 11:12:36 +00:00
Vicente J. Botet Escriba
b1b3bf84b2
Chrono:Fix bad merge
...
[SVN r74835]
2011-10-09 01:10:03 +00:00
Vicente J. Botet Escriba
cb9aa8cdac
Chrono: Fix protecting include file
...
[SVN r74834]
2011-10-09 00:57:37 +00:00
Vicente J. Botet Escriba
21137f0ed1
Chrono: Fix missing include config.hpp
...
[SVN r74829]
2011-10-09 00:35:42 +00:00
Vicente J. Botet Escriba
599e0218d2
Chrono: Add some io tests
...
[SVN r74807]
2011-10-08 15:02:46 +00:00
Vicente J. Botet Escriba
4da11bd490
Chrono: update global include.hpp file
...
[SVN r74805]
2011-10-08 14:26:27 +00:00
Vicente J. Botet Escriba
fcc8798ef5
Chrono: Added perf now()
...
[SVN r74804]
2011-10-08 14:24:53 +00:00
Vicente J. Botet Escriba
43fcaab669
Chrono: Merge #5998 - Jamfile and clock_test were forgoten in the preceding commit
...
[SVN r74803]
2011-10-08 13:47:19 +00:00
Vicente J. Botet Escriba
12506abec2
Chrono: Merge #5998
...
[SVN r74801]
2011-10-08 12:28:38 +00:00
Vicente J. Botet Escriba
ac73fc2cb8
Chrono: Merge #5977
...
[SVN r74798]
2011-10-08 12:11:57 +00:00
Ion Gaztañaga
28f2db709b
Fixed bug in range insertion
...
[SVN r74794]
2011-10-08 10:01:51 +00:00
Joel de Guzman
8fd3da94b7
Merge from trunk
...
[SVN r74791]
2011-10-08 08:23:11 +00:00
Vicente J. Botet Escriba
a3dde666f4
Chrono: document 1.2 update
...
[SVN r74787]
2011-10-07 23:18:23 +00:00
Vicente J. Botet Escriba
d5185295f2
Chrono: Merged #5976,5979,5978,5906,5907,5909,5946,5974
...
[SVN r74785]
2011-10-07 22:04:11 +00:00
Daniel James
cd975f4add
Quickbook: Merge from trunk.
...
- Qualify footnote and callout ids.
- Close open sections at end of document.
- New markup for anchors in headers.
- Clean up some whitespace in generated xml.
- Fix double addition of anchor ids.
- A couple of doc changes from Beman.
[SVN r74769]
2011-10-06 22:10:28 +00:00
Brandon Kohn
2d8da8f64a
Merge of numeric_cast_traits in numeric conversion library.
...
[SVN r74762]
2011-10-06 17:27:17 +00:00
Beman Dawes
d9367fd4eb
Merge tools/regression from trunk
...
[SVN r74759]
2011-10-06 15:41:40 +00:00
Beman Dawes
b54206b61e
Merge tools/release from trunk
...
[SVN r74757]
2011-10-06 15:29:43 +00:00
Hartmut Kaiser
8742407616
Merging from trunk
...
[SVN r74710]
2011-10-05 00:33:38 +00:00
Robert Ramey
33a5c9ad89
syncronize release with trunk
...
[SVN r74706]
2011-10-04 19:22:51 +00:00
Robert Ramey
6104bd8a37
syncronize release with trunk
...
[SVN r74705]
2011-10-04 19:22:28 +00:00
Eric Niebler
c27574e376
merge [74584] from trunk, fixes #5475
...
[SVN r74591]
2011-09-27 16:31:30 +00:00
John Maddock
0907856b9f
Fix doc typo.
...
[SVN r74577]
2011-09-26 16:21:57 +00:00
John Maddock
ca057af043
Merge minor type traits fixes from Trunk.
...
[SVN r74575]
2011-09-26 12:19:40 +00:00
Eric Niebler
58c10b84ed
merge [74567] from trunk
...
[SVN r74568]
2011-09-25 19:20:56 +00:00
Antony Polukhin
ef8d195fe8
Merge from trunk r74564
...
* char16_t and char32_t conversions now work on gcc for C locale
* Optimizations for C locale
* Performance section of documentation updated
[SVN r74565]
2011-09-25 16:44:39 +00:00
Eric Niebler
0178f292cc
merge [74470], [74481], [74513], [74527] from trunk; fixes #4723 , #5905
...
[SVN r74534]
2011-09-23 15:04:13 +00:00
Eric Niebler
96b5c52008
merge [74511] from trunk
...
[SVN r74512]
2011-09-22 16:26:28 +00:00
Eric Niebler
2c2c0ef573
merge [74476] from trunk, fixes #5491
...
[SVN r74477]
2011-09-20 02:59:07 +00:00
Eric Niebler
9ecf507147
merge [74474] from trunk, fixes #5648
...
[SVN r74475]
2011-09-20 02:34:48 +00:00
Daniel James
90e7b2869a
Unordered: Merge from trunk.
...
Remove some workarounds for old compilers, some documentation updates and tweak
some tests for problem compilers.
[SVN r74469]
2011-09-19 18:22:18 +00:00
Eric Niebler
9d5b89013f
merge [74368] from trunk, fixes #5893
...
[SVN r74468]
2011-09-19 15:42:19 +00:00
Eric Niebler
ee508000fa
merge [74466] from trunk, fixes #5901
...
[SVN r74467]
2011-09-19 15:26:49 +00:00
Eric Niebler
a5ec4d1286
merged [74366] from trunk, fixes #5894
...
[SVN r74367]
2011-09-13 15:35:09 +00:00
Antony Polukhin
034f0f1a52
Mereged from r74355
...
Basic support for char16_t and char32_t
[SVN r74361]
2011-09-12 18:15:31 +00:00
Hartmut Kaiser
52f332f094
Spirit: Merging from trunk
...
[SVN r74359]
2011-09-12 16:53:22 +00:00
Vicente J. Botet Escriba
45d37f70f4
Chrono: minor typo
...
[SVN r74341]
2011-09-11 10:20:07 +00:00
Hartmut Kaiser
405d8b7ca1
Wave: merging from trunk
...
[SVN r74339]
2011-09-10 22:25:33 +00:00
Eric Niebler
a354431e83
merge [70965] [73644] [73668] [73669] [73683] [73770] [73771] [73831] [73834] [73854] [73892] [73898] [73899] [73906] [73908] [73927] [74019] [74048] [74113] from trunk to release
...
[SVN r74325]
2011-09-09 03:27:28 +00:00
Daniel James
5d8dfb20af
Unordered: Move from trunk.
...
[SVN r74308]
2011-09-08 07:33:34 +00:00
Daniel James
5bef977516
Quickbook: Merge from trunk.
...
[SVN r74307]
2011-09-08 07:30:20 +00:00
Ion Gaztañaga
88a4636d8b
Added move+container libraries
...
[SVN r74303]
2011-09-08 06:19:23 +00:00