Commit Graph

  • 810b74aabe System: Only supply case EALREADY if EALREADY != EBUSY, to close a portion of ticket #2288 Beman Dawes 2008-10-09 19:01:57 +0000
  • b5e124052a Merged revisions 49211 via svnmerge from https://svn.boost.org/svn/boost/trunk Marshall Clow 2008-10-09 18:18:11 +0000
  • eb402edbe3 Merged revisions 43283,43992,44388 via svnmerge from https://svn.boost.org/svn/boost/trunk Marshall Clow 2008-10-09 18:05:35 +0000
  • a8cdc7aaf6 Merged changes from Trunk: * Updated tests to check for cyclic dependencies. * Added <cmath> header. * Fixed some bugs involving the new MSVC native TR1 library. * Fixed some cyclic dependency bugs. John Maddock 2008-10-09 17:33:50 +0000
  • 28bea952e8 Merge changes from Trunk: * Some Boost.TR1 compatibility fixes. * Some sun 5.9 compiler fixes. * Fix some bugs in the inverse hyperbolic functions and strengthen their tests. * Updated and regenerated docs. John Maddock 2008-10-09 17:17:35 +0000
  • b36ba888c1 Merge changes from Trunk: mainly fixes for the new Codegear compiler, plus a fix to the ABI code for 64-bit MSVC. John Maddock 2008-10-09 16:08:03 +0000
  • b7d0c0f23c Changed spelling of Jouaquin's name to remove non-ASCII chars in Tokenizer Marshall Clow 2008-10-09 16:04:37 +0000
  • abf0935cef Filesystem: ticket #2176. Beman Dawes 2008-10-09 15:01:27 +0000
  • d6b211014c Add include <cwchar> in two place to fix ticket #2382 Beman Dawes 2008-10-09 14:53:47 +0000
  • 83193dd4ab Wave: merging cosmetic changes to branch Hartmut Kaiser 2008-10-09 13:12:43 +0000
  • da0016c504 Wave: Merging build system fixes for MSVC to release branch Hartmut Kaiser 2008-10-09 13:11:47 +0000
  • 1c3180a77d Merged documentation changes from releaee branch Robert Ramey 2008-10-09 07:04:20 +0000
  • a07197c743 Reduce memory usage by doing lazy initialisation of the io_service's reactor. Christopher Kohlhoff 2008-10-09 06:39:05 +0000
  • e314efe706 Make the service_registry's usage of typeid work when the default gcc linker visibility is set to hidden. Christopher Kohlhoff 2008-10-09 06:34:48 +0000
  • e7000cb5e7 Only use TerminateThread when explicitly requested by the user by calling asio::detail:🧵:set_terminate_threads(true). This fixes a memory leak that may occur with internally created threads. Christopher Kohlhoff 2008-10-09 06:33:34 +0000
  • 905d941b89 Add example showing use of local::stream_protocol::iostream. Christopher Kohlhoff 2008-10-09 06:32:00 +0000
  • 41c1fe05ca Fix basic_socket_streambuf to work with Protocol objects that don't provide a resolver. Christopher Kohlhoff 2008-10-09 06:31:01 +0000
  • d3ad5402a6 Ensure the streambuf's egptr() is kept in sync the pptr(). Use std::memmove rather than std::rotate to minimise data copying. Avoid unnecessary resizes of the underlying vector. Christopher Kohlhoff 2008-10-09 06:30:16 +0000
  • 66c35db06f Merge codegear changes from non-boost version of asio. Christopher Kohlhoff 2008-10-09 06:28:39 +0000
  • fb1a8cbd3c Fix for important problem regarding extended_type_info tables Robert Ramey 2008-10-09 06:26:41 +0000
  • abb2389db8 Add missing bounds checks as specified in TR2 proposal. Christopher Kohlhoff 2008-10-09 06:22:58 +0000
  • 33565ddb93 Merge from trunk. Christopher Kohlhoff 2008-10-09 05:41:50 +0000
  • d7a898e73d merged borland 6+ support from trunk. Emil Dotchevski 2008-10-08 23:04:36 +0000
  • f746717406 Redirect source file references to svn.boost.org Jürgen Hunold 2008-10-08 20:22:27 +0000
  • 2fb2c1c916 Disable MS "secure" STL and C-Runtime warnings unconditionally for all compiler versions. Jürgen Hunold 2008-10-08 18:25:56 +0000
  • 9764cbffd2 Disable MS "secure" STL and C-Runtime warnings unconditionally for all compiler versions. Jürgen Hunold 2008-10-08 18:09:42 +0000
  • ca7324d611 Minor fixes for named graph changes Douglas Gregor 2008-10-08 15:05:33 +0000
  • 051ccf1fff Add support for named vertices in adjacency_list Douglas Gregor 2008-10-08 14:51:11 +0000
  • 61ecfba765 System: refine docs for semantics of throws object Beman Dawes 2008-10-08 14:16:05 +0000
  • f42d17fdca Fix reverse_graph adaptor to work with user-defined graph types Douglas Gregor 2008-10-08 12:38:44 +0000
  • f4b6630f8e Documentation changes for 1.37 Robert Ramey 2008-10-08 04:42:43 +0000
  • 8946de295e Memory management fixes for is_any_of predicate merged from the trunk Pavol Droba 2008-10-07 21:59:57 +0000
  • 9807117e98 Fixes 2346. Patches for the codegear compiler, with intrinsic type_traits support enabled. John Maddock 2008-10-07 17:17:55 +0000
  • 34a1842b1c Enable long long support. John Maddock 2008-10-07 17:13:33 +0000
  • 14708b37a2 Fixes #2386. Removed trailing / from boost path. Fixes #2385. Handles all positional args separately from named args. John Maddock 2008-10-07 09:29:03 +0000
  • ecb86836e6 Merge serialization library from trunk to release-read Robert Ramey 2008-10-07 05:34:46 +0000
  • 767593ce24 System: fix typo that is apparent cause of Mac OS X compile failures Beman Dawes 2008-10-07 01:57:24 +0000
  • c2a9298238 preparing to move to release branch Robert Ramey 2008-10-06 23:04:23 +0000
  • c424f77ecf Patch from Ticket #2372 Nicola Musatti 2008-10-06 21:46:14 +0000
  • 342b476f95 Patch from Ticket #2370 Nicola Musatti 2008-10-06 20:22:10 +0000
  • 69b560f9c3 Patch from Ticket #2342 Nicola Musatti 2008-10-06 20:17:18 +0000
  • 1716fd2c62 merged rev. 49142 from trunk Joaquín M López Muñoz 2008-10-06 17:54:07 +0000
  • ffa2497152 Better support for Borland compiler Robert Ramey 2008-10-06 16:31:00 +0000
  • db3c5de0f9 Better support for Borland compiler Robert Ramey 2008-10-06 16:30:30 +0000
  • 3b51819892 Merge typo fixes from trunk. John Maddock 2008-10-06 16:12:10 +0000
  • 87d160cf06 Fix some doc typos. John Maddock 2008-10-06 15:47:36 +0000
  • 8c906f10e7 updated according to latest regression tests results Joaquín M López Muñoz 2008-10-06 13:10:32 +0000
  • e9dc81cdf4 Fixes for Sun C++ on Linux. John Maddock 2008-10-06 12:43:46 +0000
  • 6a34df4031 Spirit: Fixed initialization sequence in what_function avoiding some warnings... Hartmut Kaiser 2008-10-06 11:26:32 +0000
  • bb8a57b300 Disambiguated calls to spirit::left and spirit::right Hartmut Kaiser 2008-10-05 13:51:21 +0000
  • 204a36429a System: add throws object specification, including semantics Beman Dawes 2008-10-05 13:02:01 +0000
  • 386d458f2a Merged revisions 49134 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2008-10-05 04:12:59 +0000
  • 610d95f3a1 documentation for proto::switch_ Eric Niebler 2008-10-05 04:04:57 +0000
  • e79dabc063 Fix for a bug in BGL's is_straight_line_drawing - adding necessary additional comparisons during the planar sweep to detect intersections. Aaron Windsor 2008-10-04 22:49:18 +0000
  • ff9fe77f48 restored orig version without local_reference Joel de Guzman 2008-10-04 12:32:19 +0000
  • c4f4c774fe Merge placement new fix from trunk Douglas Gregor 2008-10-03 19:55:50 +0000
  • 00dab3ac8f Fix build of placement new test. From Farid Zaripov, fixes #2383 Douglas Gregor 2008-10-03 19:54:21 +0000
  • 21cb9b4d7f If a free feature is found on command line, don't specially interpreter commas and slashes in the reminder of the token. This makes include=/home/user/whatever work. Vladimir Prus 2008-10-03 08:40:17 +0000
  • 06c9811fde Ubreak PCH, by setting -fPIC option as necessary when compiling PCH. Vladimir Prus 2008-10-03 08:32:05 +0000
  • 3f68f68cd4 Merged revisions 49089 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2008-10-03 07:23:31 +0000
  • b4df70b2c5 Enhanced thread move tests Anthony Williams 2008-10-03 07:02:57 +0000
  • be3099204e More include file fixes Joel de Guzman 2008-10-03 02:55:29 +0000
  • 24cae2730b allow multiple inclusion let.hpp and lambda.hpp will have the guards Joel de Guzman 2008-10-03 02:49:38 +0000
  • b7f141b76a fix for vc9 Joel de Guzman 2008-10-03 02:01:25 +0000
  • 766db6d81b fixed wrong include Joel de Guzman 2008-10-03 01:53:05 +0000
  • bbcc24cb9e Bug fix (reported by Steven Watanabe) Joel de Guzman 2008-10-02 22:30:53 +0000
  • 59cf24d458 Bug fix (reported by Steven Watanabe) Joel de Guzman 2008-10-02 22:30:31 +0000
  • 949d823d8f Fix TR1 includes. John Maddock 2008-10-02 18:07:23 +0000
  • 2693e45642 Test and fix for trac issue #2380: return boost::move(some_thread) now works Anthony Williams 2008-10-02 16:39:03 +0000
  • d7abc78049 fix for vc7.1 when boost.function is included Joel de Guzman 2008-10-02 15:44:37 +0000
  • e1fda7b1c2 Adjust nightlysh to SF messups Vladimir Prus 2008-10-02 08:08:40 +0000
  • 73f1b34227 Adjust roll.sh to SF messups Vladimir Prus 2008-10-02 08:00:35 +0000
  • 53eb494c4b system: add #ifndef as requested by #2098 Beman Dawes 2008-10-01 19:08:08 +0000
  • ba6a9ec08d system: reduce chance of message() throwing in response to ticket #2098 Beman Dawes 2008-10-01 18:57:48 +0000
  • 8464c4bbd6 fixing a warning on sun-5.10-stdcxx-4.2.2_x86_64 Emil Dotchevski 2008-10-01 18:24:56 +0000
  • c5cad3e0bc Initial commit: system/test/msvc_system Beman Dawes 2008-10-01 18:24:20 +0000
  • b8c6ebca4c accept patch from Daniel James to fix gcc-4.4 preprocessor problem in proto, fixes #2377 Eric Niebler 2008-10-01 16:35:58 +0000
  • 7f4d6d77f3 Merged revisions 48992 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2008-10-01 16:31:19 +0000
  • e41e99347a Filesystem; clear ticket #2168 Beman Dawes 2008-10-01 15:50:44 +0000
  • 314a3d33ea Apply filesystem patches from ticket #2352 Beman Dawes 2008-10-01 14:21:19 +0000
  • b5d82a2cf4 Remove redundant Jamfile <define>s Beman Dawes 2008-10-01 14:14:58 +0000
  • 7643e59a7f Change msvc ABI to match the default on Win64. John Maddock 2008-10-01 11:23:31 +0000
  • 16402281a0 Suppress configuration messages when not actually building the regex lib. John Maddock 2008-09-30 10:54:38 +0000
  • 92e0ca4ff5 Use strip -S -x for stripping. Vladimir Prus 2008-09-30 06:17:56 +0000
  • c323b006a5 Dont emit message about MPI not configured if not building Boost.MPI. Vladimir Prus 2008-09-29 20:28:55 +0000
  • 12e571ee6b Address ticket #1996: "void" template specialization for pool allocators. Chris Newbold 2008-09-29 20:25:28 +0000
  • 693eef341c Fix regression in r49009: Add threading libs to FINDLIBS-SA with operator += instead of reset with "=". Jürgen Hunold 2008-09-29 18:44:16 +0000
  • 94b6243e6e Fixes for tickets #2095 ("pool fails to compile with -fno-exceptions") and #2359 ("Static initialization problems with fast_pool_allocator"). Use boost::throw_exception. Explicitly reference singleton_pool from allocator constructors to avoid troubles due to unordered initializaiton of static data in class templates. Chris Newbold 2008-09-29 18:41:19 +0000
  • 532d1a5d1e Renamed lock variables to lk to avoid name shadow warnings Anthony Williams 2008-09-29 16:32:24 +0000
  • 0bd4d2f9d6 Change tracker address to hopefully avoid certificate errors Vladimir Prus 2008-09-29 16:17:59 +0000
  • 593bd86a06 Only add -pthread/-mthread when threading=multi. Vladimir Prus 2008-09-29 16:09:34 +0000
  • f5f0c47466 Key some extensions on target-os, not host os. Vladimir Prus 2008-09-29 16:00:32 +0000
  • 424101f0e1 Use target-os when computing threading and -fPIC options. Vladimir Prus 2008-09-29 15:56:19 +0000
  • c8a6c721ad Don't emit warnings about GraphML support if not actually building Boost.Graph. Vladimir Prus 2008-09-29 15:38:37 +0000
  • f5e8a06638 New main target class 'message'. Vladimir Prus 2008-09-29 15:13:57 +0000
  • de2bcd34d5 Resolving ticket #2209. Andrew Sutton 2008-09-29 12:42:26 +0000
  • db639d74e6 Removed define and usage of MAXINT, replaced with numeric_limits max. This was discussed on the boost list, but there's no ticket filed. Andrew Sutton 2008-09-29 12:27:03 +0000
  • 8a1f14d443 fixed check on return code from pthread_mutex_timedlock Anthony Williams 2008-09-29 09:04:13 +0000
  • 55e492e352 Fix link to IBM vacpp. (fixes #1512) Rene Rivera 2008-09-29 00:52:09 +0000
  • 210c43d3c5 Minor edits to remove -Wall warnings. (fixes 2207) Rene Rivera 2008-09-29 00:05:22 +0000