Barend Gehrels
74065e80f7
[geometry] merge since todays r78718
...
[SVN r78724]
2012-05-28 16:44:06 +00:00
Barend Gehrels
bd59b52bd3
[geometry] merge since today's r78712
...
[SVN r78717]
2012-05-28 13:04:24 +00:00
Barend Gehrels
c0c346770d
[geometry] merged since r77001
...
[SVN r78712]
2012-05-28 11:29:18 +00:00
Christopher Kohlhoff
2dff110826
Version bump.
...
[SVN r78709]
2012-05-28 10:18:11 +00:00
Christopher Kohlhoff
7fd21acf50
Merge from trunk:
...
* Use correct basic_io_object member functions so that basic_object_handle works with c++11 compilers.
* Respect the OPENSSL_NO_ENGINE feature test #define.
* Last version's race-condition-related revert in the epoll_reactor was
incomplete and broke out-of-band handling. Fixed epoll_reactor::start_op so
that it is now exactly the same as the older, working version.
* Remove trailing whitespace.
* Eliminate a lock/unlock pair when rescheduling a strand.
* Added lazy registration for EPOLLOUT.
* Revision history.
[SVN r78708]
2012-05-28 10:16:08 +00:00
Jeffrey Lee Hellrung, Jr.
2a69da7ad0
[concept_check] "Shadowed variable warning" ( fixes #6738 )
...
[SVN r78702]
2012-05-28 07:56:11 +00:00
Daniel James
12e90dfaf1
Hash: Merge deprecated header warning + some documentation.
...
[SVN r78697]
2012-05-27 21:13:49 +00:00
John Maddock
57d019a0f5
Merge patches from Trunk.
...
[SVN r78692]
2012-05-27 17:48:27 +00:00
Marshall Clow
fe821cb95c
Merge Boost.Algorithm inspection report changes to release. No functionality change
...
[SVN r78689]
2012-05-27 15:45:18 +00:00
Sebastian Redl
ff1ff43057
Merge r78550 to release. Fixes an outdated test to work again. Fixes bug #6785 . Fixes bug #6808 .
...
[SVN r78679]
2012-05-27 13:16:21 +00:00
Lorenzo Caminiti
462f3c6b43
Marked some expected failures for release regression test compilers. Renamed a local function internal template parameter from Bn to Bindn (because B0 is defined as a macro from a Linux header to represent a baudrate). Added itdentity_type.hpp to utility.hpp. Made reference data members of LocalFunction Addable static (because they are not set in the constructor).
...
[SVN r78659]
2012-05-26 21:17:03 +00:00
Jeremiah Willcock
11237dc35d
Merged warning fixes from trunk
...
[SVN r78652]
2012-05-26 19:33:09 +00:00
Jeremiah Willcock
23736f9c6e
Fixed unused variable warning
...
[SVN r78649]
2012-05-26 19:24:04 +00:00
Jeremiah Willcock
2498b94e26
Merged in more trunk bug fixes for Boost.Graph and Boost.PropertyMap
...
[SVN r78641]
2012-05-26 18:56:37 +00:00
Jeremiah Willcock
0d54077fd5
Merged bug fixes for Boost.Graph and Boost.PropertyMap from trunk
...
[SVN r78639]
2012-05-26 18:23:01 +00:00
Hartmut Kaiser
c21c36e702
Wave: merging from trunk for V1.50
...
[SVN r78634]
2012-05-26 14:47:03 +00:00
Christophe Henry
64a74e7b28
merged rev. 78506-78627
...
[SVN r78628]
2012-05-25 19:55:57 +00:00
Christophe Henry
22a57aa029
merged rev. 76655-78475
...
[SVN r78601]
2012-05-24 19:38:46 +00:00
Daniel James
e3a2ea9bb4
Merge library info from trunk.
...
[SVN r78600]
2012-05-24 18:32:32 +00:00
Ion Gaztañaga
756957a1e9
Merged revision(s) 78115-78594 from trunk/libs/intrusive:
...
[SVN r78598]
2012-05-24 18:12:03 +00:00
Ion Gaztañaga
82f6ab4cfc
Merge interprocess from trunk
...
[SVN r78594]
2012-05-24 17:13:27 +00:00
Ion Gaztañaga
cf9731d2c2
Merge container from trunk
...
[SVN r78593]
2012-05-24 17:07:31 +00:00
Ion Gaztañaga
cc67301c31
Merge move from trunk
...
[SVN r78592]
2012-05-24 17:02:29 +00:00
Ion Gaztañaga
c735c92244
Merged revision(s) 78115-78590 from trunk/boost/intrusive
...
[SVN r78591]
2012-05-24 16:57:51 +00:00
Ion Gaztañaga
5289c972cb
Merged revision(s) 78115-78589 from trunk/boost/interprocess:
...
Merged from trunk
........
Fixes for scoped_allocator
........
Fixed clang warnings and errors
........
[SVN r78590]
2012-05-24 16:43:57 +00:00
Ion Gaztañaga
fefc81f51e
Merged from trunk
...
[SVN r78589]
2012-05-24 16:36:39 +00:00
Marshall Clow
10bdf81774
Added support Boost.Hash; checked in a test yesterday, but forgot to merge the actual code
...
[SVN r78581]
2012-05-24 13:04:02 +00:00
John Maddock
bd0b0321cc
Merge warning fixes from Trunk.
...
Merge Documentation fixes from Trunk.
Merge updated makefiles from Trunk.
[SVN r78577]
2012-05-24 10:03:48 +00:00
John Maddock
7541a33e41
Merge Clang fixes from Trunk.
...
[SVN r78574]
2012-05-24 09:42:23 +00:00
Matias Capeletto
ebeb8d8e84
[Bimap] Merge to release ( [78154] Fix #3868 , [78159] Fix #5749 )
...
[SVN r78573]
2012-05-24 08:31:45 +00:00
Antony Polukhin
b4b161bfc1
Merge lexical_cast from trunk :
...
* force SunCC compiler to use fallback version of lexical_cast (with fallbak version SunCC can pass at least some tests)
* removed trailing whitespaces
[SVN r78565]
2012-05-24 04:22:04 +00:00
Lorenzo Caminiti
8dc8199e87
Merged ScopeExit (improved), LocalFunction (new), Functional/OverloadedFunction (new), and Utility/IdentityType (new) from trunk into release branch.
...
[SVN r78564]
2012-05-24 01:35:04 +00:00
Artyom Beilis
252ebfb227
Lineup with Boost.Trunk
...
Fixes:
- Fixed compilation with requirement of boost_system
- Fixed some problems with STLPort builds
[SVN r78560]
2012-05-23 17:39:25 +00:00
Marshall Clow
f4a2f2f592
Merged changes for Boost.Array to release; adds support for Boost.Hash
...
[SVN r78558]
2012-05-23 16:35:13 +00:00
Marshall Clow
c30da717fc
Merged changes for Boost.Algorithm to release; Fixes #6596 ; Fixes #6689 ; Fixes #3215 ; Fixes #6840
...
[SVN r78557]
2012-05-23 16:25:48 +00:00
Tim Blechmann
d16c912375
heap: merge fixes from trunk
...
[SVN r78549]
2012-05-23 08:37:44 +00:00
Anthony Williams
4b50059a3b
Merged boost.thread from trunk
...
[SVN r78543]
2012-05-22 17:03:15 +00:00
Oliver Kowalke
55549e1693
context: added to release
...
[SVN r78539]
2012-05-22 15:16:49 +00:00
Daniel James
d07c21f00b
Unordered: Fix bcp namespace fix. Fixes #6905 .
...
[SVN r78534]
2012-05-21 22:08:19 +00:00
Ronald Garcia
3aefcf25e5
Pulling a patch from the trunk to release. include enable_if.hpp where
...
needed.
[SVN r78532]
2012-05-21 19:51:36 +00:00
Beman Dawes
35cb8ed3c7
Filesystem: merge trunk
...
[SVN r78529]
2012-05-21 13:44:43 +00:00
Beman Dawes
0286742687
System: merge trunk
...
[SVN r78528]
2012-05-21 13:39:58 +00:00
Ronald Garcia
de479f459f
Specialize BOOST_CHECK_MESSAGE handler now that array.cpp uses it.
...
[SVN r78498]
2012-05-17 15:23:38 +00:00
Ronald Garcia
f4bf20602b
Pushing fixes over from the trunk to the release branch.
...
Fixes #5664
Fixes #4874
[SVN r78496]
2012-05-17 14:52:48 +00:00
John Maddock
d5dc5c60d6
Merged changes from Trunk: mostly the addition of new macros.
...
[SVN r78478]
2012-05-15 11:57:21 +00:00
John Maddock
fe3a54fa93
Merge doc update.
...
[SVN r78477]
2012-05-15 10:58:34 +00:00
John Maddock
5af2a85da5
Merge changes from Boost.Math to release.
...
New constants code, new Hankel and owens_t special functions, new skew normal distribution.
Updated docs.
[SVN r78472]
2012-05-14 17:01:32 +00:00
John Maddock
f64aba3e77
Merge minor integer fixes from Trunk.
...
[SVN r78469]
2012-05-14 15:57:59 +00:00
Antony Polukhin
50fb08e503
Merge from trunk:
...
* Fixes ISO C++ does not support the ‘%lg’ gnu_printf format (refs #6852 )
* explicit-failures-markup merge from trunk
* supress warnings in implicit_cast.cpp test
[SVN r78450]
2012-05-13 08:15:51 +00:00
Daniel James
8ea0d3fe3e
Iostreams: Merge test fixes from trunk.
...
- Remove obselete filesystem code and test (jhunold).
- Fix gzip test failures for some C++0x compilers.
[SVN r78433]
2012-05-12 08:18:14 +00:00