Jeff Garland 0aa7a47469 cleanup/removal of ptime_facet typedefs 21 年 前
..
algorithm @ a4137bbae6 595a659bf1 Boland "using problem" fix 21 年 前
any @ 4c316b53d4 c120bc82cb Added V2 Jamfile 21 年 前
array @ 2fde5e334b ab1c9f7456 License update 22 年 前
assign @ 57a6ed85a7 e3583e596c moved includes around to avoid http://gcc.gnu.org/PR18604 in GCC 3.4.x/4.0.x 21 年 前
bind @ 2a21f7df2c e9caf36548 Added - an example of using boost::cref 21 年 前
compatibility @ 3fb62bad10 88964dc2cc c++boost.gif -> boost.png replacement 21 年 前
compose @ 1dac6c4295 fd68083d2d Placeholder for all time 22 年 前
concept_check @ 166e3207b7 242c026c7c Turn off NDEBUG if it is defined 21 年 前
config @ 17d0352f55 94dacc952f Disable BOOST_HAS_LONG_LONG when the library has no support for it. 21 年 前
conversion @ caa875505e bd6882a5e7 Update 21 年 前
crc @ 3b6c652879 88964dc2cc c++boost.gif -> boost.png replacement 21 年 前
date_time @ fa053e1172 0aa7a47469 cleanup/removal of ptime_facet typedefs 21 年 前
detail @ 09f98c5132 5ba48f82d2 Machine endianness detection taken from <boost/detail/limits.hpp> 21 年 前
disjoint_sets @ e03ea5c974 fe5d3bc637 Converted to Boost Software License 21 年 前
dynamic_bitset @ 39f11e7cc0 9a1991625a Workaround for CodeWarrior 9.4/9.5, I think 21 年 前
exception @ ae714358ad e5a29a5074 fixes comeau bug 22 年 前
filesystem @ 6b554cf7e9 ab249ffd0b Make install target explicit. Otherwise top-level Jamfile will try to 21 年 前
format @ bd35889d7d 3189afdba3 Enable overload disambiguation workaround for Tru64/CXX too. This clears most of 21 年 前
function @ 8b816138bc 0b1f377d5e Fix tests for compilers that actually have a real is_stateless 21 年 前
functional @ b96ed7b984 850f1c641a Check errno after calling frexp - this is pretty slow and unecessary on most platforms, but this close to release it seems better to be over cautious. 21 年 前
graph @ 9934fd8da4 c3dfc83a97 Fix constructor call 21 年 前
integer @ 8602a17a10 492a8c783b Replace buggy Cygwin INTMAX_C and UINTMAX_C macros 21 年 前
io @ cf2a12b4a3 a7142337b3 Fix to allow for the possibility that std::locale support is not available in some standard library implementations. 21 年 前
iostreams @ df6b629c25 5910908668 fixed include directive 21 年 前
iterator @ df49ae74e0 dd2c18b592 Define BOOST_NO_LVALUE_RETURN_DETECTION for Tru64/CXX-6.5. 21 年 前
lambda @ d854239945 f317a14749 Patch by Jonathan Wakely to expand special handling of GCC when used in 21 年 前
logic @ 0a8936b80a 3d85db3626 Give the enum a name 21 年 前
math @ 05bcdf8387 016709acf5 Possible fix for CW 9.4-Intel. 21 年 前
mpl @ 50c8cde351 c0c9cf11b4 VC 7.1 has_xxx/SFINAE fix (thanks to Daniel Wallin!) 21 年 前
multi_array @ afcd2d7e68 9a5495783f Use 0, not exit_success 21 年 前
multi_index @ 4027620ec8 bba296cf70 updated according to latest regression tests results 21 年 前
numeric dade5aec5d compiler compatibility 21 年 前
optional @ 88d002a7be 11aaa83900 Doc fixes 21 年 前
parameter @ 74a5d3372b bf07cfd974 Support for Borland C++ 21 年 前
pool @ dc59ce3abb a87ee9d0fe Try to work around Borland 5.6.4 bug 21 年 前
preprocessor @ f5bc79f606 fdceef23f1 VC++ workaround 21 年 前
program_options @ 2f17c3b9b9 15e0a54636 Added workaround for Tru64/CXX, getline() is not defined in <string> when 21 年 前
property_map @ 1dfa28e16c b8f4e419bf Work around GCC 2.95.3 lookup bugs 21 年 前
ptr_container @ 40ef1b24dc 4a39afc8e5 extended operator- to deal with const/mutable iterators 21 年 前
python @ 1fca114f6a 4960784551 work around RedHat 7.3 gcc 2.96 code generation errors: use previously checked in VC6, VC7.0 workaround only for exactly these compilers 21 年 前
random @ 07c65f3760 e704e2c859 Need to suppress excess warnings when using Borland, otherwise compilation fails. 21 年 前
range @ 1c4fcbee6f e3583e596c moved includes around to avoid http://gcc.gnu.org/PR18604 in GCC 3.4.x/4.0.x 21 年 前
rational @ 369b9ffaf1 88964dc2cc c++boost.gif -> boost.png replacement 21 年 前
regex @ a87dad5cc8 77c1722bf0 Improved ICU handling. 21 年 前
serialization @ b115070d0c 738cf3a750 Use <boost/detail/endian.hpp> to determin host byte order 21 年 前
signals @ 20f0f9bc46 aba1212f8c Fix stupid typo 21 年 前
smart_ptr @ 675d09723a 3f719c332a Lock-free implementation documented, minor changes to align with TR1 21 年 前
spirit @ 7457e6c6b0 d29c7feb93 Config correction for Sun C++ by Steve Clamage 21 年 前
statechart @ 402084373e 28cda0ac58 Invalid calls to reaction functions now always lead to a failing runtime assert. In debug mode the result type is a class with destructive copy semantics, enabling the detection of a wider range of reaction function abuses. Added appropriate tests and updated the documentation. 21 年 前
static_assert @ f7531de553 9af4a7de1f Add custom static_assert for CodeWarrior <= 8. Which works in all contexts, specifically it works inside tempalte function contexts which the standard one doesn't. This makes all tests pass for this compiler for the first time. 21 年 前
test @ 85a5834022 1cc6b0635a make default constructed range token iterator copyable according ot standard 21 年 前
thread @ 26bffa3740 6dea9720ed Rename binder to eliminate name conflicts with type traits. 21 年 前
timer @ 4ac34282d4 88964dc2cc c++boost.gif -> boost.png replacement 21 年 前
tokenizer @ f35b06a585 88964dc2cc c++boost.gif -> boost.png replacement 21 年 前
tuple @ a17ce206f2 e835716c5e replaced BOOST_TEST 21 年 前
type_traits @ edc0635813 fbf45e0ebd IBM/VisualAge also supports SFINAE 21 年 前
utility @ 871f3a6779 b725a250ed Don't use the self contained include files for boost.test as this test is linked 21 年 前
variant @ 5d4de6f145 03ca57ca48 Make sure strlen is available 21 年 前
wave @ ee96422313 ab249ffd0b Make install target explicit. Otherwise top-level Jamfile will try to 21 年 前
expected_results.xml 079df7b2cf adjust MSVC toolset names in the last-known-good release results 21 年 前
index.html 9ef38fdf62 htm instead of html:-) 24 年 前
libraries.htm c7908caff0 added pointer container enties 21 年 前
maintainers.txt 4a9237bf99 added turkanis as maintianer of rational 21 年 前
粤ICP备19079148号