Commit graph

47739 commits

Author SHA1 Message Date
Daniel James
d4d0302ba3 Update config, variant. 2013-12-10 22:33:45 +00:00
Daniel James
979fef4435 Update geometry. 2013-12-09 22:23:15 +00:00
Daniel James
9ad83f90bb Update any, circular_buffer, conversion, variant. 2013-12-09 20:09:56 +00:00
Daniel James
f866ff6fea Update config. 2013-12-08 14:34:25 +00:00
Daniel James
166838c87e Update context. 2013-12-08 11:34:55 +00:00
Daniel James
14070054c8 Update context, tti. 2013-12-08 09:42:07 +00:00
Daniel James
b970a32162 Update unordered. 2013-12-07 20:06:45 +00:00
Daniel James
c57f8ac2fe Update log. 2013-12-07 17:50:17 +00:00
Daniel James
cf7b9f78e5 Update bind, lockfree, smart_ptr. 2013-12-07 17:43:33 +00:00
Daniel James
0548e65697 Update atomic, chrono, coroutine, geometry, heap. 2013-12-07 13:19:22 +00:00
Daniel James
34be5dd4a3 Update litre to master.
It will make life easier as it doesn't have a develop branch. This
doesn't change any actual content.
2013-12-06 00:27:31 +00:00
Daniel James
06946d7a55 Update context, geometry, preprocessor. 2013-12-06 00:27:06 +00:00
Daniel James
c44db3a5c3 Update quickbook 2013-12-05 22:35:38 +00:00
Daniel James
66b6e0b0dc Update several modules.
- any
- circular_buffer
- context
- conversion
- coroutine
- geometry
- lockfree
- multi_index
- multiprecision
- system
2013-12-05 00:02:50 +00:00
Beman
88b5c81127 Update geometry and math to head 2013-12-02 03:38:51 -05:00
Beman
d809fc4809 Update submodules to head, with line endings fixed 2013-12-01 17:25:05 -05:00
Beman
fb5327a80b Remove compose sub-module; it was an artifact of the conversion to git. 2013-12-01 10:17:19 -05:00
Beman
eaf9b40ce3 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 10:13:28 -05:00
Christophe Henry
73e0504c58 trac 9280: moved handling of deferred events to history policy
[SVN r86799]
2013-11-23 20:49:36 +00:00
Vicente J. Botet Escriba
4179a336ee Chrono: fix floor/round issues on negative numbers.
[SVN r86798]
2013-11-23 14:50:58 +00:00
Daniel James
7032408538 Rebuild some of the utility documentation.
[SVN r86796]
2013-11-23 14:14:01 +00:00
Daniel James
65d4bbaaec Also send message to stderr.
Probably only need to send to stderr, but sending to both stdout and stderr
just in case.


[SVN r86795]
2013-11-23 12:22:28 +00:00
Daniel James
46c7158bf6 Add some pre-commit changes that are on the server.
Not that they'll be used now, but just in case.

[SVN r86793]
2013-11-23 12:07:32 +00:00
Daniel James
39c5a59bdd Fix unordered on Sun 5.12 compiler. Refs #9424.
[SVN r86792]
2013-11-23 11:43:19 +00:00
Daniel James
9d9feb2d77 Update hook to make subversion read-only.
But not yet, will activate sometime after midnight UTC. See:

http://lists.boost.org/Archives/boost/2013/11/208822.php

[SVN r86791]
2013-11-23 11:42:59 +00:00
Edward Diener
4b325aba6d Updated tests.
[SVN r86789]
2013-11-23 07:45:00 +00:00
Edward Diener
643e58eba3 Updated documentation for tuples.
[SVN r86788]
2013-11-23 03:59:40 +00:00
Jürgen Hunold
bcd4843564 Fix: shared libraries are in .../lib on most platforms and only in .../bin on Windows.
[SVN r86787]
2013-11-22 18:46:45 +00:00
John Maddock
313e0d1348 Fix up error rates for cpp_bin_float: these are higher mostly down to less accurate sine and cosine than the competition :-(
[SVN r86786]
2013-11-22 17:13:35 +00:00
John Maddock
143dcac3f6 Ooops, make tests compatible with multiprecision testing.
[SVN r86785]
2013-11-22 17:12:06 +00:00
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