summaryrefslogtreecommitdiff
path: root/libs/system
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkBeman Dawes2011-01-111-0/+0
* Merge trunk, including changes to come into closer conformance with C++0x FCDBeman Dawes2010-07-061-0/+0
* Spirit: merging from trunk upto rev. 61489Hartmut Kaiser2010-07-041-0/+0
* Merge standards-conformance fix for Boost.SystemDouglas Gregor2010-05-091-0/+0
* System: merge trunkBeman Dawes2009-11-131-0/+0
* rm cmake from the release branch before it goes out broken. Policy dictates ...Troy D. Straszheim2009-10-171-0/+0
* system: merge trunkBeman Dawes2009-10-131-0/+0
* Merge from trunkBeman Dawes2009-08-091-0/+0
* Add basic copyright/license to keep cmake out of the inspection reportTroy D. Straszheim2009-07-221-0/+0
* merge of cmake build files from trunk per bemanTroy D. Straszheim2009-01-241-0/+0
* System: merge from trunkBeman Dawes2009-01-211-0/+0
* System: merge accumulated changes from trunkBeman Dawes2008-10-121-0/+0
* Merge accumulated changes from trunkBeman Dawes2008-07-111-0/+0
* Merged tools, system, filesystem from trunk at 41106Beman Dawes2007-11-151-0/+0
* Include system-specific headers, change namespaces accordingly.Beman Dawes2007-11-121-0/+0
* Add separate headers for system-specific enums, thus reducing coupling. Sugge...Beman Dawes2007-11-121-0/+0
* Borland appends newline, so just check textBeman Dawes2007-11-081-0/+0
* Cope with larger errno on 64-bit systemsBeman Dawes2007-11-081-0/+0
* Remove prematurely committed portion of prior changeBeman Dawes2007-11-061-0/+0
* Make message test conditional for Windows, Linux, HP-UX, OSF, and VMS (Boris ...Beman Dawes2007-11-061-0/+0
* Add message display to illuminate why aCC fails Unknown error testBeman Dawes2007-11-051-0/+0
* Workaround MingW doesn't supply GetUserDefaultUILanguageBeman Dawes2007-11-041-0/+0
* glibc++ may append unknown error value, so only test first part of stringBeman Dawes2007-11-041-0/+0
* Detect Windows FormatMessage errors, standardize message() return on message-...Beman Dawes2007-11-031-0/+0
* WinCE workaround for lack of FormatMessageABeman Dawes2007-11-021-0/+0
* Add missing BOOST_SYSTEM_NO_DEPRECATED #ifndefBeman Dawes2007-10-311-0/+0
* Make sure every library can be installed by usingVladimir Prus2007-10-261-0/+0
* Fix linux_errno misspellingBeman Dawes2007-10-231-0/+0
* Rename posix, windows, Linux, and cygwin namespaces to conform with C++ std.Beman Dawes2007-10-231-0/+0
* Limit Windows expected message check to US EnglishBeman Dawes2007-09-291-0/+0
* Quiet compiler warningsBeman Dawes2007-09-281-0/+0
* AIX treats ENOTEMPTY and EEXIST as the same value. Reported by Chris CamblyBeman Dawes2007-09-271-0/+0
* Turns out the --dep_name errors were due to functions in the wrong namespace ...Beman Dawes2007-09-261-0/+0
* Supply std:: to fix Borland 5.9.2 errorsBeman Dawes2007-09-251-0/+0
* Use a switch rather than an array to translate system_category error codes to...Christopher Kohlhoff2007-09-241-0/+0
* Fix order-of-initialization problem, add initialization_test.cpp to detect re...Beman Dawes2007-09-211-0/+0
* Some compilers require all of the make_error_* functions be template speciali...Beman Dawes2007-09-211-0/+0
* Strictly conforming compilers (EDG with --dep_name) require the make_* functi...Beman Dawes2007-09-201-0/+0
* Add get_posix_category, get_system_category, to solve order-of-initialization...Beman Dawes2007-09-191-0/+0
* Add get_posix_category, get_system_category, to solve order-of-initialization...Beman Dawes2007-09-191-0/+0
* Remove unnecessary overhead in execunix.c related toK. Noel Belcourt2007-09-181-0/+0
* quiet compiler warningBeman Dawes2007-09-181-0/+0
* Missing std added to ::remove to clear problem in Sun testsBeman Dawes2007-09-151-0/+0
* Replace docs with up-to-date contents, designBeman Dawes2007-09-141-0/+0
* Supply errno values missing from Windows MobileBeman Dawes2007-09-141-0/+0
* Remove <runtime-link>static to see if that is what is causing link problems o...Beman Dawes2007-09-141-0/+0
* Ensure error_category::operator< test works regardless of how compiler lays o...Beman Dawes2007-09-131-0/+0
* Some compilers warn on trailing enum constant list commas, so remove these to...Beman Dawes2007-09-121-0/+0
* Ha! Finally figured out how to shut off msvc exception switch warning. Also f...Beman Dawes2007-09-111-0/+0
* Chris Kohlhoff says change needed for asio to link correctlyBeman Dawes2007-09-111-0/+0