Commit graph

47757 commits

Author SHA1 Message Date
Vladimir Prus
20fb9d546d Update relative paths to Boost.Build changes. 2013-12-18 11:06:56 +04:00
Vladimir Prus
1b93a7aa56 Point to new 'develop' of Boost.Build, adjust paths. 2013-12-18 09:43:54 +04:00
Daniel James
5afec5cc1f Update bind, phoenix. 2013-12-17 17:53:55 +00:00
Daniel James
d8046bbceb Update multiprecision. 2013-12-16 20:18:01 +00:00
Daniel James
f629d1db09 Update config, build, geometry. 2013-12-16 19:30:32 +00:00
Daniel James
dc006f2145 Update unordered. 2013-12-15 17:37:09 +00:00
Daniel James
6fcf50c1ca Update spirit. 2013-12-15 10:42:42 +00:00
Daniel James
f79ddbc712 Update geometry. 2013-12-15 03:13:17 +00:00
Daniel James
786b0e023a Update spirit. 2013-12-15 00:53:57 +00:00
Daniel James
c77f477357 Update config, geometry. 2013-12-14 22:32:48 +00:00
Daniel James
4f25b089c1 Update regex, geometry, atomic. 2013-12-14 19:09:16 +00:00
Daniel James
77cd8c822c Update spirit, geometry. 2013-12-14 14:37:00 +00:00
Daniel James
37d42373f4 Update config, smart_ptr. 2013-12-13 23:17:47 +00:00
Daniel James
0b10ab6d8d Update config. 2013-12-13 19:28:16 +00:00
Daniel James
ff7c80c430 Update config, geometry, build. 2013-12-12 22:01:46 +00:00
Daniel James
03e4f3a2dd Update geometry, smart_ptr. 2013-12-12 09:36:36 +00:00
Daniel James
ab6e65033e Update bind, config, smart_ptr, static_assert, utility. 2013-12-12 00:17:19 +00:00
Daniel James
c3887793fb Update functional. 2013-12-11 00:04:37 +00:00
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