a8cdc7aaf6Merged 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
28bea952e8Merge 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
b36ba888c1Merge 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
b7d0c0f23cChanged spelling of Jouaquin's name to remove non-ASCII chars in Tokenizer
Marshall Clow
2008-10-09 16:04:37 +0000
d6b211014cAdd include <cwchar> in two place to fix ticket #2382
Beman Dawes
2008-10-09 14:53:47 +0000
83193dd4abWave: merging cosmetic changes to branch
Hartmut Kaiser
2008-10-09 13:12:43 +0000
da0016c504Wave: Merging build system fixes for MSVC to release branch
Hartmut Kaiser
2008-10-09 13:11:47 +0000
1c3180a77dMerged documentation changes from releaee branch
Robert Ramey
2008-10-09 07:04:20 +0000
a07197c743Reduce memory usage by doing lazy initialisation of the io_service's reactor.
Christopher Kohlhoff
2008-10-09 06:39:05 +0000
e314efe706Make 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
e7000cb5e7Only 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
905d941b89Add example showing use of local::stream_protocol::iostream.
Christopher Kohlhoff
2008-10-09 06:32:00 +0000
41c1fe05caFix basic_socket_streambuf to work with Protocol objects that don't provide a resolver.
Christopher Kohlhoff
2008-10-09 06:31:01 +0000
d3ad5402a6Ensure 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
66c35db06fMerge codegear changes from non-boost version of asio.
Christopher Kohlhoff
2008-10-09 06:28:39 +0000
fb1a8cbd3cFix for important problem regarding extended_type_info tables
Robert Ramey
2008-10-09 06:26:41 +0000
abb2389db8Add missing bounds checks as specified in TR2 proposal.
Christopher Kohlhoff
2008-10-09 06:22:58 +0000
33565ddb93Merge from trunk.
Christopher Kohlhoff
2008-10-09 05:41:50 +0000
d7a898e73dmerged borland 6+ support from trunk.
Emil Dotchevski
2008-10-08 23:04:36 +0000
f746717406Redirect source file references to svn.boost.org
Jürgen Hunold
2008-10-08 20:22:27 +0000
2fb2c1c916Disable MS "secure" STL and C-Runtime warnings unconditionally for all compiler versions.
Jürgen Hunold
2008-10-08 18:25:56 +0000
9764cbffd2Disable MS "secure" STL and C-Runtime warnings unconditionally for all compiler versions.
Jürgen Hunold
2008-10-08 18:09:42 +0000
ca7324d611Minor fixes for named graph changes
Douglas Gregor
2008-10-08 15:05:33 +0000
051ccf1fffAdd support for named vertices in adjacency_list
Douglas Gregor
2008-10-08 14:51:11 +0000
61ecfba765System: refine docs for semantics of throws object
Beman Dawes
2008-10-08 14:16:05 +0000
f42d17fdcaFix reverse_graph adaptor to work with user-defined graph types
Douglas Gregor
2008-10-08 12:38:44 +0000
f4b6630f8eDocumentation changes for 1.37
Robert Ramey
2008-10-08 04:42:43 +0000
8946de295eMemory management fixes for is_any_of predicate merged from the trunk
Pavol Droba
2008-10-07 21:59:57 +0000
9807117e98Fixes 2346. Patches for the codegear compiler, with intrinsic type_traits support enabled.
John Maddock
2008-10-07 17:17:55 +0000
34a1842b1cEnable long long support.
John Maddock
2008-10-07 17:13:33 +0000
14708b37a2Fixes#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
ecb86836e6Merge serialization library from trunk to release-read
Robert Ramey
2008-10-07 05:34:46 +0000
767593ce24System: fix typo that is apparent cause of Mac OS X compile failures
Beman Dawes
2008-10-07 01:57:24 +0000
c2a9298238preparing to move to release branch
Robert Ramey
2008-10-06 23:04:23 +0000
c424f77ecfPatch from Ticket #2372
Nicola Musatti
2008-10-06 21:46:14 +0000
342b476f95Patch from Ticket #2370
Nicola Musatti
2008-10-06 20:22:10 +0000
69b560f9c3Patch from Ticket #2342
Nicola Musatti
2008-10-06 20:17:18 +0000
1716fd2c62merged rev. 49142 from trunk
Joaquín M López Muñoz
2008-10-06 17:54:07 +0000
ffa2497152Better support for Borland compiler
Robert Ramey
2008-10-06 16:31:00 +0000
db3c5de0f9Better support for Borland compiler
Robert Ramey
2008-10-06 16:30:30 +0000
3b51819892Merge typo fixes from trunk.
John Maddock
2008-10-06 16:12:10 +0000
87d160cf06Fix some doc typos.
John Maddock
2008-10-06 15:47:36 +0000
8c906f10e7updated according to latest regression tests results
Joaquín M López Muñoz
2008-10-06 13:10:32 +0000
e9dc81cdf4Fixes for Sun C++ on Linux.
John Maddock
2008-10-06 12:43:46 +0000
6a34df4031Spirit: Fixed initialization sequence in what_function avoiding some warnings...
Hartmut Kaiser
2008-10-06 11:26:32 +0000
bb8a57b300Disambiguated calls to spirit::left and spirit::right
Hartmut Kaiser
2008-10-05 13:51:21 +0000
610d95f3a1documentation for proto::switch_
Eric Niebler
2008-10-05 04:04:57 +0000
e79dabc063Fix 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
ff9fe77f48restored orig version without local_reference
Joel de Guzman
2008-10-04 12:32:19 +0000
c4f4c774feMerge placement new fix from trunk
Douglas Gregor
2008-10-03 19:55:50 +0000
00dab3ac8fFix build of placement new test. From Farid Zaripov, fixes#2383
Douglas Gregor
2008-10-03 19:54:21 +0000
21cb9b4d7fIf 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
06c9811fdeUbreak PCH, by setting -fPIC option as necessary when compiling PCH.
Vladimir Prus
2008-10-03 08:32:05 +0000
7643e59a7fChange msvc ABI to match the default on Win64.
John Maddock
2008-10-01 11:23:31 +0000
16402281a0Suppress configuration messages when not actually building the regex lib.
John Maddock
2008-09-30 10:54:38 +0000
92e0ca4ff5Use strip -S -x for stripping.
Vladimir Prus
2008-09-30 06:17:56 +0000
c323b006a5Dont emit message about MPI not configured if not building Boost.MPI.
Vladimir Prus
2008-09-29 20:28:55 +0000
12e571ee6bAddress ticket #1996: "void" template specialization for pool allocators.
Chris Newbold
2008-09-29 20:25:28 +0000
693eef341cFix 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
94b6243e6eFixes 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
532d1a5d1eRenamed lock variables to lk to avoid name shadow warnings
Anthony Williams
2008-09-29 16:32:24 +0000
0bd4d2f9d6Change tracker address to hopefully avoid certificate errors
Vladimir Prus
2008-09-29 16:17:59 +0000
593bd86a06Only add -pthread/-mthread when threading=multi.
Vladimir Prus
2008-09-29 16:09:34 +0000
f5f0c47466Key some extensions on target-os, not host os.
Vladimir Prus
2008-09-29 16:00:32 +0000
424101f0e1Use target-os when computing threading and -fPIC options.
Vladimir Prus
2008-09-29 15:56:19 +0000
c8a6c721adDon't emit warnings about GraphML support if not actually building Boost.Graph.
Vladimir Prus
2008-09-29 15:38:37 +0000
f5e8a06638New main target class 'message'.
Vladimir Prus
2008-09-29 15:13:57 +0000
de2bcd34d5Resolving ticket #2209.
Andrew Sutton
2008-09-29 12:42:26 +0000
db639d74e6Removed 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
8a1f14d443fixed check on return code from pthread_mutex_timedlock
Anthony Williams
2008-09-29 09:04:13 +0000
55e492e352Fix link to IBM vacpp. (fixes#1512)
Rene Rivera
2008-09-29 00:52:09 +0000