Commit graph

47709 commits

Author SHA1 Message Date
Paul A. Bristow
7e04674519 Added left, right, center, justify items to cater for role text alignment as for color needed for PDF.
[SVN r86784]
2013-11-22 09:35:22 +00:00
Edward Diener
ea5ef7bdf2 Corrected description.
[SVN r86783]
2013-11-22 04:00:54 +00:00
Edward Diener
0520830418 Updated tuple docujmentation for new functionality.
[SVN r86782]
2013-11-22 03:38:17 +00:00
John Maddock
7b2c13f798 Initial merge of cpp_bin_float code from sandbox.
[SVN r86781]
2013-11-21 19:05:42 +00:00
Edward Diener
ef741bd39d The clang compiler now supports variadic macros by default.
[SVN r86780]
2013-11-21 18:57:41 +00:00
John Maddock
61ce8c51f9 Add some better error checks to interval construction.
[SVN r86779]
2013-11-21 13:04:20 +00:00
John Maddock
c09735e22a Fix min/max_exponent values (these should be base 10 not base 2 as before).
[SVN r86778]
2013-11-21 10:31:03 +00:00
Ion Gaztañaga
b2337d7107 Fixed error when adding os_thread_func_ptr_deleter, UNIX OSs also use it.
[SVN r86777]
2013-11-20 17:10:43 +00:00
Andrii Sydorchuk
cdd3ca1c02 Polygon: fixing issue #8575.
[SVN r86775]
2013-11-19 23:07:09 +00:00
Vicente J. Botet Escriba
7848813118 Thread: add exception trace.
[SVN r86774]
2013-11-19 22:09:40 +00:00
Vicente J. Botet Escriba
f6c4b9cac5 Thread: update doc with last features changes.
[SVN r86773]
2013-11-19 22:08:29 +00:00
Vicente J. Botet Escriba
7301cb153d Thread: for explicit constructor for nullary_function.
[SVN r86772]
2013-11-19 22:00:56 +00:00
Vicente J. Botet Escriba
f7a212a914 Thread: Allows to force the use of boost libraries on csbl.
[SVN r86771]
2013-11-19 21:58:59 +00:00
Barend Gehrels
a75489acbb [geometry] Added testcase for mailed supposed error. Moved pie-test to header conform other testcases
[SVN r86769]
2013-11-19 21:12:50 +00:00
Steven Watanabe
470726c238 Avoid sorting the sources of composing generators.
[SVN r86767]
2013-11-19 17:30:34 +00:00
Edward Diener
68768bccf6 Updated tuple tests.
[SVN r86766]
2013-11-19 14:53:24 +00:00
Ion Gaztañaga
35319f7f57 Fixes #9408 ("Android does not support XSI_SHARED_MEMORY_OBJECTS")
[SVN r86765]
2013-11-19 11:53:51 +00:00
Mateusz Loskot
33a78fe040 [geometry] Remove files generated by Doxygen
[SVN r86764]
2013-11-19 10:37:46 +00:00
Edward Diener
b8956df031 Updated tuple rem documentation.
[SVN r86761]
2013-11-19 04:31:38 +00:00
Edward Diener
a8ddcbbd98 Fixes for VC++ and variadic size usage.
[SVN r86760]
2013-11-19 02:47:23 +00:00
Christophe Henry
b3b5a617f1 tentative fix for trac 9280
[SVN r86759]
2013-11-18 22:13:36 +00:00
Joaquín M López Muñoz
254588c921 hashed index slight performance improvements
[SVN r86758]
2013-11-18 18:20:44 +00:00
Mateusz Loskot
8cf4194daf [geometry] Update rule for template declaration with long template parameter list
[SVN r86756]
2013-11-18 15:18:50 +00:00
Mateusz Loskot
7d86b7167d [geometry] include guidelines.qbk (commented until released)
[SVN r86755]
2013-11-18 15:11:54 +00:00
Mateusz Loskot
4ddd8d8b77 [geometry] Add rule on cryptic names and abbreviations. Remove rule on template parameters. Correct indentation. Update code examples. Fix typos.
[SVN r86754]
2013-11-18 15:01:52 +00:00
Mateusz Loskot
3a3cebf27c [geometry] Remove building of src/examples from this Jamfile.v2, build only documentation. The src/examples are built by in /libs/geometry/Jamfile.v2.
[SVN r86753]
2013-11-18 13:37:10 +00:00
Mateusz Loskot
710f219461 [geometry] Fix make_qbk.py to handle empty string returned by os.path.dirname() if called as: $ python /path/to/make_qbk.py. Print current working directory, for easier debugging.
[SVN r86752]
2013-11-18 13:21:00 +00:00
Antony Polukhin
9eeaca0813 Fix some of the implicit conversion warnings (refs #8991)
[SVN r86750]
2013-11-18 11:06:06 +00:00
Ion Gaztañaga
c6aee42501 Removed auto_ptr to avoid deprecation warnings in newer compilers.
[SVN r86749]
2013-11-18 09:33:36 +00:00
Ion Gaztañaga
460ce7e8b6 Fixes #9338
[SVN r86748]
2013-11-18 09:32:44 +00:00
Antony Polukhin
1cf428ef04 Attempt to catch libc++ bug with a modified tests
[SVN r86747]
2013-11-18 08:17:33 +00:00
Vladimir Prus
0287b98a1b Replace "Boost Build" with "Boost.Build".
Refs #9304.


[SVN r86746]
2013-11-18 06:08:02 +00:00
Vladimir Prus
e49770b499 Update docs to use 'b2' everywhere.
Patch from Mateusz  Loskot, with extra tweaks.
Fixes #9304.


[SVN r86745]
2013-11-18 06:05:56 +00:00
Vicente J. Botet Escriba
dbd742602a Thread: improve async_func to try to solve msvc issue with executor.
[SVN r86744]
2013-11-17 23:44:45 +00:00
Edward Diener
6d16291c18 Updated array tests.
[SVN r86743]
2013-11-17 22:23:51 +00:00
Edward Diener
f7b82345a3 Fix to BOOST_PP_TUPLE_REM for VC++8.0 and note in documentation about it.
[SVN r86742]
2013-11-17 22:05:23 +00:00
Marshall Clow
fe06b22b66 Updated docs for is_sorted, etc. Refs #9367
[SVN r86741]
2013-11-17 20:47:14 +00:00
Daniel James
c3e49ef430 Add BOOST_EXPLICIT_OPERATOR_BOOL documentation.
[SVN r86739]
2013-11-17 17:13:08 +00:00
Tim Blechmann
89a83734be lockfree: spsc_queue - call destructors on reset()
[SVN r86737]
2013-11-17 10:50:09 +00:00
Tim Blechmann
e3c315dc34 lockfree: spsc-queue - add read_available and write_available members
[SVN r86736]
2013-11-17 10:49:47 +00:00
Matthias Troyer
08922f3457 Fixed #9401
[SVN r86734]
2013-11-17 10:46:25 +00:00
Jeremiah Willcock
ef6eb68c75 Changed to use unique_ptr when C++11 is enabled; made other fixes to enable move semantics
[SVN r86733]
2013-11-17 02:18:42 +00:00
Joaquín M López Muñoz
c35eca2857 (hopefully) fixed use of sizeof on an incomplete type
[SVN r86731]
2013-11-16 21:39:01 +00:00
Joaquín M López Muñoz
56a85a0601 cleaned -Wshadow warnings
[SVN r86730]
2013-11-16 21:23:34 +00:00
Daniel James
b08b928fe5 Update quickbook docs now that colour support has been merged to release.
[SVN r86729]
2013-11-16 20:39:09 +00:00
Daniel James
2d08e109cf Use BOOST_HAS_PRAGMA_ONCE.
Remembering to first include config, so that it'll actually be defined.

[SVN r86726]
2013-11-16 20:13:24 +00:00
Antony Polukhin
1e8a1df165 Slightly modify one of the lexical_cast tests to see what is produced by the to_str method with libc++.
[SVN r86721]
2013-11-16 16:25:26 +00:00
Joaquín M López Muñoz
7a6c570829 typo
[SVN r86718]
2013-11-16 12:51:13 +00:00
Joaquín M López Muñoz
089774df0e hashed index performance improvements
[SVN r86717]
2013-11-16 12:49:13 +00:00
John Maddock
754892dfb4 adjustments for GCC on Linux
[SVN r86716]
2013-11-16 09:23:13 +00:00