Beman
be991e0927
End-of-line normalization. Most normalization was taken care of by .gitattributes, but a few files originally committed to svn with incorrect eol tags need explicit normalization. See .gitattributes man page and extensive list discussion.
2013-12-01 09:25:18 -05:00
Daniel James
42d94a72cc
Merge utility documentation.
...
- Fixed duplicate anchors.
- Add BOOST_EXPLICIT_OPERATOR_BOOL documentation.
- Rebuild some of the utility documentation.
[SVN r86797]
2013-11-23 14:23:45 +00:00
Jürgen Hunold
54db7cad07
Merge 86787 from trunk: Fix: shared libraries are in .../lib on most platforms and only in .../bin on Windows.
...
[SVN r86790]
2013-11-23 09:13:10 +00:00
Andrii Sydorchuk
abe53b0717
Polygon: fix issue #9386
...
[SVN r86776]
2013-11-19 23:54:15 +00:00
Vicente J. Botet Escriba
8a989c68ea
Thread: merge from trunk for 1.56.
...
[SVN r86770]
2013-11-19 21:58:34 +00:00
Steven Watanabe
d999532147
Merge Boost.Build from the trunk.
...
[SVN r86768]
2013-11-19 19:52:02 +00:00
Jürgen Hunold
54c56d157f
Merge 86696 from trunk: correct <dll-path> as Qt5 dlls are in bin directory only.
...
[SVN r86762]
2013-11-19 06:47:29 +00:00
Marshall Clow
8aeabd7a8b
Merge a bunch of minor Boost.Algorithm changes to release
...
[SVN r86757]
2013-11-18 16:52:09 +00:00
Daniel James
e8f72e76e3
Merge documentation and version changes.
...
Which really should have been merged before the release.
[SVN r86738]
2013-11-17 11:04:36 +00:00
Vicente J. Botet Escriba
fa0eddbdbe
Thread: increase the number of cycles of the failing tests.
...
[SVN r86732]
2013-11-17 00:32:28 +00:00
Daniel James
ca9757badc
Merge unordered and hash from trunk.
...
- Only use Visual C++ pragma with appropriate compilers.
- Working link for Thomas Wang's hash function.
- Updated unordered rationale.
- Fix `unnecessary_copy_tests` for Visual C++ 12.
- Some extra insert tests.
[SVN r86728]
2013-11-16 20:36:27 +00:00
Robert Ramey
aafb4e0cb7
merge trunk to release
...
[SVN r86727]
2013-11-16 20:13:39 +00:00
Daniel James
ae84ecd65a
Merge Boostbook.
...
- Support some colour roles (thanks to Paul Bristow).
- Support assignment return types in doxygen2boostbook. Fixes #9241 .
- Fix virtual methods in doxygen2boostbook.
- Add newlines to doxygen2boostbook to make the output a tad more readable.
- Improved last-revision handling.
- Support noexcept and constexpr in doxygen2boostbook.
- Improved boostbook for virtual and explicit methods from doxygen2boostbook.
- Support `language="c++"` attribute for `code` and `programlisting` elements.
- Use that to do syntax highlighting for doxygen2boostbook.
[SVN r86725]
2013-11-16 20:10:31 +00:00
Robert Ramey
42ca4a2666
merge trunk to release
...
[SVN r86724]
2013-11-16 19:41:12 +00:00
Robert Ramey
cd5db99f06
merge trunk to release
...
[SVN r86723]
2013-11-16 19:31:12 +00:00
Robert Ramey
fb8e78a873
avoid conflict with standard library implementations
...
[SVN r86722]
2013-11-16 18:49:28 +00:00
Antony Polukhin
dd2c0ecd32
Merge circular_buffer from trunk:
...
* dropped support of antique compilers (thanks to Stephen Kelly for doing it all around the boost!)
[SVN r86677]
2013-11-13 13:30:10 +00:00
Antony Polukhin
e968f233e2
Merge some more changes to variant that accidentaly were not merged in r86650
...
[SVN r86676]
2013-11-13 12:24:00 +00:00
Antony Polukhin
aa39f433be
Merge some changes to variant that accidentaly were not merged in r86650
...
[SVN r86674]
2013-11-13 12:20:05 +00:00
Michel Morin
35edf9e11c
Merge r86524 (Correct broken links to C++ standard papers); fixes #9212
...
[SVN r86673]
2013-11-13 03:22:55 +00:00
Andrey Semashev
2aaf731104
Merged changes from trunk: warning silencing and support for SSE and C++11. Fixes #8495 , #8697 , #8509 .
...
[SVN r86660]
2013-11-12 20:19:06 +00:00
Andrey Semashev
41d1b09a63
Merged recent changes from trunk
...
[SVN r86659]
2013-11-12 19:46:37 +00:00
Vicente J. Botet Escriba
95cb5dbb4b
Thread: merge dummy replacement to fix #9341 .
...
[SVN r86658]
2013-11-12 18:35:19 +00:00
Vicente J. Botet Escriba
5d36318803
Thread: merge missing include string.
...
[SVN r86657]
2013-11-12 18:33:52 +00:00
Vicente J. Botet Escriba
72e031687e
Thread: merge missing thread move constructor noexcept.
...
[SVN r86656]
2013-11-12 18:32:37 +00:00
Vicente J. Botet Escriba
bb715ddd51
Chrono: merge fixe for #9337 .
...
[SVN r86655]
2013-11-12 18:30:20 +00:00
Antony Polukhin
ea8617ffcb
Merged a big bunch of internal code changes from trunk for lexical_cast:
...
dropped support of antique compilers, code changed to produce a smaller binaries and simplify compiler's work, simplified and shortened the code, common with other libraries code moved to 'detail/basic_pointerbuf.hpp' (fixes #9046 , fixes #9070 , fixes #9271 )
[SVN r86654]
2013-11-12 17:15:12 +00:00
Antony Polukhin
73fc74bf1d
Merge from trunk:
...
* dropped support of antique compilers (thanks to Stephen Kelly for doing it all around the boost!)
[SVN r86653]
2013-11-12 16:17:42 +00:00
Antony Polukhin
a7a36f57a9
Merge from trunk:
...
* dropped support of antique compilers
* fixed issue with ambiguity in swap (fixes #2839 )
* added conditional noexcepts to move assignments, default and move constructors (fixes #7911 )
* experimental variadic templates support (refs #9163 )
* bunch of size optimizations for assignments and move assignments (refs #7960 )
* minor changes and size optimizations
[SVN r86650]
2013-11-12 10:16:15 +00:00
Frank Mori Hess
ab6abe966a
Merge from trunk. Fixes compile error in test.
...
[SVN r86633]
2013-11-12 03:04:57 +00:00
Frank Mori Hess
cf0d0a51c5
Merge from trunk. Fixes #9103
...
[SVN r86632]
2013-11-12 03:02:07 +00:00
Gennaro Prota
be625d6e9f
Merged the latest tweaks to dynamic_bitset/example/timing_tests.cpp (trunk revision 86553).
...
[SVN r86556]
2013-11-03 21:33:30 +00:00
Vicente J. Botet Escriba
6db6bf945e
Thread: merge [86540] to fix #9319 .
...
[SVN r86552]
2013-11-03 20:43:42 +00:00
Daniel James
787a0cadee
Merge Visual C++ 12 fix for Unordered.
...
[SVN r86551]
2013-11-03 19:20:09 +00:00
John Maddock
000bd30506
Merge fix for dependency tracking.
...
[SVN r86532]
2013-11-01 09:32:55 +00:00
Jürgen Hunold
3893f80d5a
Merge 84402 from ^/trunk
...
------------------------------------------------------------------------
r84402 | jhunold | 2013-05-21 14:23:20 +0200 (Di, 21 Mai 2013) | 4 lines
Fix: cache file loading and saving must use native paths
Fixes caching at least on Windows platform
------------------------------------------------------------------------
[SVN r86519]
2013-10-29 17:19:33 +00:00
Eric Niebler
550b5f649c
merge [86460] from trunk, fix bootstrap on mingw
...
[SVN r86516]
2013-10-29 16:53:08 +00:00
Beman Dawes
3dd58ee52c
Merge 84443 from trunk, to fix mpl assert failures for msvc in many libraries.
...
[SVN r86514]
2013-10-29 13:15:03 +00:00
Beman Dawes
0f58504c3b
Merge 86426 from trunk. This should fix msvc test failures.
...
[SVN r86503]
2013-10-28 17:16:50 +00:00
Vicente J. Botet Escriba
e573a642e3
Chrono: merge timepoint io improvements.
...
[SVN r86492]
2013-10-27 23:55:01 +00:00
Vicente J. Botet Escriba
b891d10216
Chrono: merge timepoint io improvements.
...
[SVN r86491]
2013-10-27 23:29:52 +00:00
Beman Dawes
c6c0f4824b
Merge 86398 which supplies a file missing from 86392.
...
[SVN r86490]
2013-10-27 21:19:13 +00:00
Beman Dawes
7b6fa2515e
Merge 86392 from trunk. The spirit change was not applied because the file is not present in branches/release.
...
[SVN r86489]
2013-10-27 21:10:04 +00:00
Marshall Clow
0ad080b633
Regnerated string_ref docs. Fixed incorrect example. Fixes #8002
...
[SVN r86488]
2013-10-27 21:05:17 +00:00
Christopher Kohlhoff
ed203d00bb
Merge from trunk.
...
------------------------------------------------------------------------
r86152 | chris_kohlhoff | 2013-10-04 09:59:54 +1000 (Fri, 04 Oct 2013) | 1 line
Fix WinRT detection.
------------------------------------------------------------------------
r86153 | chris_kohlhoff | 2013-10-04 10:00:46 +1000 (Fri, 04 Oct 2013) | 1 line
Add WinRT implementation notes.
------------------------------------------------------------------------
r86154 | chris_kohlhoff | 2013-10-04 10:03:36 +1000 (Fri, 04 Oct 2013) | 1 line
Fix dead links in documentation.
------------------------------------------------------------------------
r86462 | chris_kohlhoff | 2013-10-27 09:32:01 +1100 (Sun, 27 Oct 2013) | 1 line
Suppress conversion warnings reported by MSVC.
------------------------------------------------------------------------
r86463 | chris_kohlhoff | 2013-10-27 09:35:32 +1100 (Sun, 27 Oct 2013) | 1 line
Support older versions of OpenSSL that don't supply SSL_CTX_clear_options.
------------------------------------------------------------------------
r86464 | chris_kohlhoff | 2013-10-27 09:39:23 +1100 (Sun, 27 Oct 2013) | 1 line
Add a note to clarify that concurrent invocation is not guaranteed for handlers in different strands.
------------------------------------------------------------------------
r86465 | chris_kohlhoff | 2013-10-27 09:42:53 +1100 (Sun, 27 Oct 2013) | 1 line
Fix typos in spawn() documentation.
------------------------------------------------------------------------
r86468 | chris_kohlhoff | 2013-10-27 09:49:17 +1100 (Sun, 27 Oct 2013) | 1 line
Updated revision history.
------------------------------------------------------------------------
[SVN r86470]
2013-10-26 23:25:53 +00:00
Vicente J. Botet Escriba
85d15e541f
TypeTraits/common_type fix typo. fix #8785 .
...
[SVN r86458]
2013-10-26 15:49:29 +00:00
Vicente J. Botet Escriba
6977bb5ce6
Thread: merge update history for limitations.
...
[SVN r86449]
2013-10-26 12:39:50 +00:00
Vicente J. Botet Escriba
293f68eabf
Chrono: merge fixes for #9274 , #9276 .
...
[SVN r86448]
2013-10-26 12:36:11 +00:00
Beman Dawes
94327cb92b
Merge from trunk, thus enabling support for VC++ 2013.
...
[SVN r86432]
2013-10-25 21:57:04 +00:00
Eric Niebler
984675c4ac
merge [86344] from trunk
...
[SVN r86427]
2013-10-25 16:35:09 +00:00