Commit Graph

  • b4cc289238 System: fix typo that is apparent cause of Mac OS X compile failures Beman Dawes 2008-10-07 01:57:24 +00:00
  • a753ffd26f System: add throws object specification, including semantics Beman Dawes 2008-10-05 13:02:01 +00:00
  • ee16863a40 system: add #ifndef as requested by #2098 Beman Dawes 2008-10-01 19:08:08 +00:00
  • 463cefcf94 system: reduce chance of message() throwing in response to ticket #2098 Beman Dawes 2008-10-01 18:57:48 +00:00
  • 84ff2d0f04 Initial commit: system/test/msvc_system Beman Dawes 2008-10-01 18:24:20 +00:00
  • b7cd247b64 Remove redundant Jamfile <define>s Beman Dawes 2008-10-01 14:14:58 +00:00
  • d6446d1cfb Add error_code throws Beman Dawes 2008-09-04 17:36:56 +00:00
  • f01d4d0f86 1.36.0 boost-1.36.0 Beman Dawes 2008-08-12 12:44:50 +00:00
  • ade1d11345 1.36.0 beta 1 boost-1.36.0-beta1 Beman Dawes 2008-07-31 18:56:21 +00:00
  • 6fdac34196 Merge accumulated changes from trunk Beman Dawes 2008-07-11 01:25:09 +00:00
  • a97517585c Add const char* constructors to system_error, rationalize test coverage Beman Dawes 2008-06-25 14:16:59 +00:00
  • 2953464e99 Apply LWG issue 805, using a namespace to emulate scoped enums. Beman Dawes 2008-06-24 14:59:10 +00:00
  • 69d2a2234c Fix Ticket #1768 by including <boost/config/warning_disable.hpp> Beman Dawes 2008-05-29 01:34:53 +00:00
  • 98a757dbf7 Fix ticket #1609 Beman Dawes 2008-05-27 20:01:15 +00:00
  • 8ba49731c8 Release boost-1.35.0 Beman Dawes 2008-03-29 11:50:24 +00:00
  • 69fd3f6946 Version 1.35.0 RC3 boost-1.35.0-rc3 Beman Dawes 2008-03-28 13:24:38 +00:00
  • ac10e5c542 1.35.0 Release Candidate 1 boost-1.35.0-rc1 Beman Dawes 2008-03-14 14:45:55 +00:00
  • 51e9c56427 Give the 1st and 2nd level index.html files a common look-and-feel. Beman Dawes 2008-02-23 14:04:02 +00:00
  • fcdecd4c96 Remove extraneous defines since they are inherited from library build Jamfile Beman Dawes 2008-01-20 02:01:35 +00:00
  • bc0ea8a494 Merged tools, system, filesystem from trunk at 41106 Beman Dawes 2007-11-15 16:31:06 +00:00
  • 4d3adbca3f Try 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 +00:00
  • 966931ad20 Include system-specific headers, change namespaces accordingly. Beman Dawes 2007-11-12 17:42:42 +00:00
  • 04a62ca2b1 Add separate headers for system-specific enums, thus reducing coupling. Suggested by Emil Dotchevski. Beman Dawes 2007-11-12 15:22:24 +00:00
  • 8d33f005b0 Borland appends newline, so just check text Beman Dawes 2007-11-08 12:35:50 +00:00
  • f9cbc5a384 Cope with larger errno on 64-bit systems Beman Dawes 2007-11-08 02:55:21 +00:00
  • d8116dd036 Remove prematurely committed portion of prior change Beman Dawes 2007-11-06 02:54:29 +00:00
  • c517a05702 Make message test conditional for Windows, Linux, HP-UX, OSF, and VMS (Boris Gubenko) Beman Dawes 2007-11-06 02:29:50 +00:00
  • c4ded309f8 Add message display to illuminate why aCC fails Unknown error test Beman Dawes 2007-11-05 12:36:41 +00:00
  • fdeda4c580 Workaround MingW doesn't supply GetUserDefaultUILanguage Beman Dawes 2007-11-04 17:18:53 +00:00
  • 323dfd55a5 glibc++ may append unknown error value, so only test first part of string Beman Dawes 2007-11-04 15:32:03 +00:00
  • e0c466534b Detect Windows FormatMessage errors, standardize message() return on message-not-found errors Beman Dawes 2007-11-03 00:49:07 +00:00
  • e4fc987f74 WinCE workaround for lack of FormatMessageA Beman Dawes 2007-11-02 12:43:47 +00:00
  • 1430daeb8c Add missing BOOST_SYSTEM_NO_DEPRECATED #ifndef Beman Dawes 2007-10-31 18:28:39 +00:00
  • d0dd2d3764 Make sure every library can be installed by using Vladimir Prus 2007-10-26 09:04:25 +00:00
  • 6eda75a19e Fix linux_errno misspelling Beman Dawes 2007-10-23 15:04:43 +00:00
  • 2f9e1cee92 Rename posix, windows, Linux, and cygwin namespaces to conform with C++ std. Beman Dawes 2007-10-23 13:00:18 +00:00
  • 6b89c517f9 Limit Windows expected message check to US English Beman Dawes 2007-09-29 19:40:23 +00:00
  • 1101e65491 Quiet compiler warnings Beman Dawes 2007-09-28 02:03:29 +00:00
  • d9449298c0 AIX treats ENOTEMPTY and EEXIST as the same value. Reported by Chris Cambly Beman Dawes 2007-09-27 16:56:23 +00:00
  • 35374bcb3d Turns out the --dep_name errors were due to functions in the wrong namespace (Chris Kohlhoff) Beman Dawes 2007-09-26 17:48:27 +00:00
  • 4bd0f9e70d Supply std:: to fix Borland 5.9.2 errors Beman Dawes 2007-09-25 17:27:04 +00:00
  • 4a364b1532 Use 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 +00:00
  • 2aa7ebf758 Fix order-of-initialization problem, add initialization_test.cpp to detect regression. Beman Dawes 2007-09-21 16:42:27 +00:00
  • a9e9f426cc Some compilers require all of the make_error_* functions be template specializations. See prior log message. Beman Dawes 2007-09-21 11:45:23 +00:00
  • 640383329f Strictly 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 +00:00
  • e4ca75e70a Add get_posix_category, get_system_category, to solve order-of-initialization issues Beman Dawes 2007-09-19 19:30:23 +00:00
  • 4ff64eea34 Add get_posix_category, get_system_category, to solve order-of-initialization issues Beman Dawes 2007-09-19 19:28:56 +00:00
  • 64b936097f Remove 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 +00:00
  • 9e9ac45181 quiet compiler warning Beman Dawes 2007-09-18 21:01:26 +00:00
  • f114239d60 Missing std added to ::remove to clear problem in Sun tests Beman Dawes 2007-09-15 01:36:14 +00:00
  • f733867bb0 Replace docs with up-to-date contents, design Beman Dawes 2007-09-14 15:45:36 +00:00
  • 3f0a2acbe1 Supply errno values missing from Windows Mobile Beman Dawes 2007-09-14 10:37:11 +00:00
  • 19892ad06b Remove <runtime-link>static to see if that is what is causing link problems on a few gcc platforms Beman Dawes 2007-09-14 02:00:25 +00:00
  • 0a283a8f00 Ensure error_category::operator< test works regardless of how compiler lays out memory. Beman Dawes 2007-09-13 21:47:25 +00:00
  • 1818d5f65a Some compilers warn on trailing enum constant list commas, so remove these to quiet the warnings. Beman Dawes 2007-09-12 21:43:20 +00:00
  • 0af65ce63f Ha! Finally figured out how to shut off msvc exception switch warning. Also fix define misspelling. Beman Dawes 2007-09-11 02:07:50 +00:00
  • 7f66a1ea0f Chris Kohlhoff says change needed for asio to link correctly Beman Dawes 2007-09-11 01:11:03 +00:00
  • e062aaff2f Posix and Linux fixes Beman Dawes 2007-09-09 17:48:17 +00:00
  • 04e774f337 Merge system and filesystem branches, bringing them in sync with N2415. Several filesystem bugs fixed, and current_path setter added. Beman Dawes 2007-09-09 14:59:10 +00:00
  • 1656e087bb Revive V1 Jamfile to please asio Vladimir Prus 2007-08-22 12:14:05 +00:00
  • d795262a9e Remove V1 Jamfiles Vladimir Prus 2007-08-08 19:02:26 +00:00
  • ffb49adbc3 supply errno values likely to be missing, particularly on Windows Beman Dawes 2007-06-15 13:28:26 +00:00
  • c8afd97b47 strerror vs strerror_r: add conditionalization for Tru64 and VMS Boris Gubenko 2007-06-11 15:14:49 +00:00
  • 8e2ee5a2f3 add include for <cassert> (Ryo Igarashi) Beman Dawes 2007-05-11 11:57:38 +00:00
  • da0da6dc28 Make init_decoders[] a function-local static, rather than global, to avoid problems with order of initialisation of globals across translation units. Thanks to Oleg Kosenkov for reporting this issue and suggesting a fix. Christopher Kohlhoff 2007-04-06 09:12:28 +00:00
  • 111c30d99e Add missing include of <cstdlib> Douglas Gregor 2007-03-26 13:58:53 +00:00
  • 2fbf2718c4 In errno_md, for Sun and HP, always use strerror because it is always available and always thread safe on those systems. Linux, provide macro since there is no way to tell if available at runtime. Beman Dawes 2006-12-18 12:44:08 +00:00
  • 5688d4a3a2 Fix errno_md POSIX strerror_r loop bugs (Alexander Nasonov) Beman Dawes 2006-12-18 12:12:26 +00:00
  • 2cb2125ac9 ifdef around winerror.h include (Alexander Nasonov) Beman Dawes 2006-12-15 22:26:16 +00:00
  • 7fff4fdaa5 move identifier to namespace detail Beman Dawes 2006-11-13 22:11:30 +00:00
  • cd705b37ea initial commit Beman Dawes 2006-11-07 02:19:51 +00:00
  • 1345dd12db v1 and v2 Jamfiles now all present and working Beman Dawes 2006-11-07 02:19:13 +00:00
  • 15b0862fc1 Remove unused throw_on_error (Cris Kohlhoff) Beman Dawes 2006-11-04 13:51:31 +00:00
  • d6a768a69d Initial commit Beman Dawes 2006-11-04 13:39:01 +00:00
  • f3c8c74656 Bring into compliance with N2066, TR2 Diagnostics Enhancements. Tests passing on Win32, Linux, on most modern compilers. Beman Dawes 2006-11-03 16:57:30 +00:00