summaryrefslogtreecommitdiff
path: root/libs/system
Commit message (Expand)AuthorAgeFilesLines
* Release 1.37.0Beman Dawes2008-11-031-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
* Posix and Linux fixesBeman Dawes2007-09-091-0/+0
* Merge system and filesystem branches, bringing them in sync with N2415. Sever...Beman Dawes2007-09-091-0/+0
* Revive V1 Jamfile to please asioVladimir Prus2007-08-221-0/+0
* Remove V1 JamfilesVladimir Prus2007-08-081-0/+0
* supply errno values likely to be missing, particularly on WindowsBeman Dawes2007-06-151-0/+0
* strerror vs strerror_r: add conditionalization for Tru64 and VMSBoris Gubenko2007-06-111-0/+0
* add include for <cassert> (Ryo Igarashi)Beman Dawes2007-05-111-0/+0
* Make init_decoders[] a function-local static, rather than global, to avoidChristopher Kohlhoff2007-04-061-0/+0
* Add missing include of <cstdlib>Douglas Gregor2007-03-261-0/+0
* In errno_md, for Sun and HP, always use strerror because it is always availab...Beman Dawes2006-12-181-0/+0