5c3a2b0481Fix#5778 for INTEGRITY operating system
Beman Dawes
2011-08-15 14:34:04 +0000
322e46fc49Boost.Ratio/Chrono: Added boost/ratio/include.hpp file and make use of boost/ratio/ratio.hpp when all the files are not needed
Vicente J. Botet Escriba
2011-01-16 12:07:26 +0000
d0cd2066d4Merge from trunk
Beman Dawes
2011-01-11 20:49:15 +0000
7ffc036bc2Merge trunk, including changes to come into closer conformance with C++0x FCD
Beman Dawes
2010-07-06 10:47:30 +0000
6888c0c7b8Spirit: merging from trunk upto rev. 61489
Hartmut Kaiser
2010-07-04 22:38:38 +0000
9415b8c12eFix#4254 and other documentation mistakes and bring into closer conformance with the C++ standard library working paper.
Beman Dawes
2010-06-29 12:33:26 +0000
f1b9778af4Fix#3474, memory leak on exception. First reported by Chis Kohlhoff.
Beman Dawes
2010-06-21 12:25:40 +0000
5dc1c47d21Move minimal.css to doc/src.
Daniel James
2010-06-20 18:02:14 +0000
baae3a392aUpgrade system and filesystem to conform system_category and generic_category interface to N3090, the current C++0x working paper, section 19.5, System error support.
Beman Dawes
2010-05-30 15:38:32 +0000
2565e5307bFix#3994, error values on some Broadcom chips
Beman Dawes
2010-05-26 00:38:07 +0000
6e8039cb2dfix lightweight test boo boo (Thanks to Peter Dimov)
Beman Dawes
2010-05-22 16:10:49 +0000
2bb0075e3fMajor upgrade to Boost.Config symbol visibility macros for shared libraries, based on patches from Jürgen Hunold with mods by Beman Dawes. Upgrade Boost.System to use the new visibility macros. Fixes#3697 and provides foundation for fixing 2114, 2309, etc.
Beman Dawes
2010-05-22 12:12:00 +0000
eeb5844852Merge standards-conformance fix for Boost.System
Douglas Gregor
2010-05-09 00:33:44 +0000
ae67c86d2bFix a standards-conformance problem where we default-initialize a const object of non-POD class type without a user-declared default constructor
Douglas Gregor
2010-04-29 04:58:39 +0000
2fe5d75e37Fixed various issues in docs (mostly duplicate bookmarks and broken links) found by inspect tool
Jeremiah Willcock
2010-04-20 18:49:18 +0000
f096d17176rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
Troy D. Straszheim
2009-10-17 02:07:38 +0000
cf8fbe855frm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
Troy D. Straszheim
2009-10-17 01:10:45 +0000
b9fbd88eb6System: minor code clean up
Beman Dawes
2009-10-07 13:27:27 +0000
e8e4f47902Merge from trunk
Beman Dawes
2009-08-09 17:34:58 +0000
078a1f23c4Copyrights on CMakeLists.txt to keep them from clogging up the inspect reports. This is essentially the same commit as r55095 on the release branch.
Troy D. Straszheim
2009-07-26 00:49:56 +0000
accf4f8414Add basic copyright/license to keep cmake out of the inspection report
Troy D. Straszheim
2009-07-22 21:51:01 +0000
fd0605bd7eSystem, Filesystem: remove boost/detail/test_framework.hpp; use boost/detail/lightweight_test.hpp instead (Thanks to Peter Dimov for pointing this out)
Beman Dawes
2009-03-25 12:11:47 +0000
83db702d99System: removed dependency on Boost.Test
Beman Dawes
2009-03-24 15:38:10 +0000
e6f66bfc95merge of cmake build files from trunk per beman
Troy D. Straszheim
2009-01-24 18:57:20 +0000
f1cdde273aSystem: move throws function to namespace boost to allow peaceful coexistence with throws object.
Beman Dawes
2009-01-22 14:47:50 +0000
5bc362e4f3System: provide optional throws function rather than throws object
Beman Dawes
2009-01-21 18:01:14 +0000
40612c12dbSystem: merge from trunk
Beman Dawes
2009-01-21 14:08:54 +0000
dca57ac132System: Upgrade docs to reflect N2798 (and thus CD1), fix ticket #2125, and provide a table of deprecated names and their replacements.
Beman Dawes
2008-10-12 13:27:59 +0000
d19e139e11Change names to ErrorCodeEnum and ErrorConditionEnum to conform to N2798
Beman Dawes
2008-10-12 13:07:11 +0000
4dc986ca03System: Only supply case EALREADY if EALREADY != EBUSY, to close a portion of ticket #2288
Beman Dawes
2008-10-09 19:01:57 +0000
214ed40b22System: refine docs for semantics of throws object
Beman Dawes
2008-10-08 14:16:05 +0000
b4cc289238System: fix typo that is apparent cause of Mac OS X compile failures
Beman Dawes
2008-10-07 01:57:24 +0000
51e9c56427Give the 1st and 2nd level index.html files a common look-and-feel.
Beman Dawes
2008-02-23 14:04:02 +0000
fcdecd4c96Remove extraneous defines since they are inherited from library build Jamfile
Beman Dawes
2008-01-20 02:01:35 +0000
bc0ea8a494Merged tools, system, filesystem from trunk at 41106
Beman Dawes
2007-11-15 16:31:06 +0000
4d3adbca3fTry to fix an order-of-initialisation problem with error_category references. The symptom, which only occurs in some applications, is a crash due to a dereference of a null pointer. The exact conditions under which the problem occurs are not fully understood, so this fix is probably more paranoid than necessary.
Christopher Kohlhoff
2007-11-15 06:19:04 +0000
4a364b1532Use a switch rather than an array to translate system_category error codes to their corresponding default error conditions. Add translations for the Winsock error codes.
Christopher Kohlhoff
2007-09-24 12:53:37 +0000
a9e9f426ccSome compilers require all of the make_error_* functions be template specializations. See prior log message.
Beman Dawes
2007-09-21 11:45:23 +0000
640383329fStrictly conforming compilers (EDG with --dep_name) require the make_* functions be defined before used. Report and fix from Markus Schopflin. EDG info from Boris Gubenko.
Beman Dawes
2007-09-20 21:04:34 +0000
64b936097fRemove unnecessary overhead in execunix.c related to the timeout implementation. Also removed unused variables as diagnosed by the Sgi (mipspro) compiler.
K. Noel Belcourt
2007-09-18 22:46:26 +0000