Christopher Kohlhoff c52da80f9e Try making the ip::multicast::enable_loopback socket option an unsigned char on AIX. 19 лет назад
..
accumulators @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
algorithm @ f0b8b60379 a47dddd00f Update 19 лет назад
any @ d5bf33f2f9 2ced7268c9 Remove V1 Jamfiles 19 лет назад
array @ 069b5e2ca1 d7f18d32db Throw out_of_range rather than range_error. See 21.1.1 paragraph 13. 19 лет назад
asio @ e5c82d221a c52da80f9e Try making the ip::multicast::enable_loopback socket option an unsigned char on AIX. 19 лет назад
assign @ f41af72ae3 2ced7268c9 Remove V1 Jamfiles 19 лет назад
atomic @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
bimap @ 79174b604a d69c454971 remove unused stuff 19 лет назад
bind @ 3c24cbedf6 2ced7268c9 Remove V1 Jamfiles 19 лет назад
chrono @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
circular_buffer @ 258e2cdc4f 5ba7eb3ecd circuler_buffer: bugfix #1120 - circular_buffer fails to compile on msvc 8.0 19 лет назад
compatibility @ 0316eeeecb c5dbd103aa Change STLport links to point to the sourceforge home page, which is the home 19 лет назад
compose @ 0cd80c5f65 a70f317546 Add copyright, license 19 лет назад
concept_check @ 6ed3c013bb d51bbb1787 Second attempt at fixing usage of 64-bit integer type 19 лет назад
config @ fdfdbdf8de 9d0d02fac4 Updated to support C++Builder 2007 Update 3 (bcc32 5.9.2) 19 лет назад
container @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
context @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
conversion @ b9a7ee6deb 2ced7268c9 Remove V1 Jamfiles 19 лет назад
coroutine @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
crc @ c1abdded4c d3ee169a25 Merged from Version_1_33_1 20 лет назад
date_time @ 43f9e6bc25 188997beb4 Quiet unused argument warnings from gcc. 19 лет назад
detail @ 1da5dd89a8 94d9400e98 Corrected wrong order in copyright notices. 19 лет назад
disjoint_sets @ 4876c66c82 4602768313 Correct naming 19 лет назад
dynamic_bitset @ a8c3c80888 7e5fa91003 Update to V2 19 лет назад
exception @ ae714358ad e5a29a5074 fixes comeau bug 22 лет назад
filesystem @ 073c9dd27d dd4b88a742 Eliminate Concept library use to reduce dependencies 19 лет назад
flyweight @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
foreach @ af1042ba56 2ced7268c9 Remove V1 Jamfiles 19 лет назад
format @ b8495a4269 d0b2763499 handle invalid format string (ends with %) without asserting, 19 лет назад
function @ 53b95c386d fc63a8fe8c Finalizes the fix to Bug #1260, making vtable_base an actual POD type (oops) 19 лет назад
function_types @ 5685b10737 f032bf7dca - re-deletion of old files (SVN migration) 19 лет назад
functional @ fe5fa48972 a4f00154cb Add proper support for long longs and unsigned long longs. 19 лет назад
fusion @ 3de9048e8a f545c47e0d adds concept examples 19 лет назад
geometry @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
gil @ f3f25f6ef5 6d58f1c0e1 GIL: commented out unnecessary pragma warning directives 19 лет назад
graph @ 1cc2f6e13a ef651b001a Some fixes for errors and warnings on HP cxx. 19 лет назад
graph_parallel @ 1639cca270 d6239fbbd1 Adjacency list serialization fixes, from David Keller 19 лет назад
heap @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
icl @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
integer @ 7d8e93a6ac 55a43521af Fixed comments listed in #766 that didn't match their described code 19 лет назад
interprocess @ 8fdfbaac28 dbd5fbad56 Glenn Schrader patch: Segmentation fault with 1.34+ on Linux x86_64. 19 лет назад
intrusive @ c980062801 f343dbe687 Sign extension bug. Not should be applied after the constant has been expanded to size_t. Thanks to Glenn Schrader. 19 лет назад
io @ e0ba7aaea6 2ced7268c9 Remove V1 Jamfiles 19 лет назад
iostreams @ cc7bf30ee6 55a43521af Fixed comments listed in #766 that didn't match their described code 19 лет назад
iterator @ 0f88de3d88 d0e45e0fb7 Update 19 лет назад
lambda @ 797b5756cf acdd9e2ffa Update for V2 19 лет назад
local_function @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
locale @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
lockfree @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
logic @ d1f46c8f98 2ced7268c9 Remove V1 Jamfiles 19 лет назад
math @ 61942e35be c8eb92237f Undo previous fix, it causes regressions. 19 лет назад
move @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
mpi @ 38e585a302 cc59bdf35e Constify status::count and status::cancelled. Fixes #1101 19 лет назад
mpl @ 7775ef9867 945efcab55 add conditionalization for g++ on HP-UX 19 лет назад
msm @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
multi_array @ 919dbeac64 36cdffd216 was missing storage_order_convert.cpp 19 лет назад
multi_index @ d6932847ec 6957e10596 fixed grammar 19 лет назад
multiprecision @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
numeric 6658d23e16 Added missing include for assert. 19 лет назад
optional @ c8e54ef488 2ced7268c9 Remove V1 Jamfiles 19 лет назад
parameter @ 276d786ed9 ee1589cef2 We can no longer use is_base_and_derived with incomplete types, not that it worked well before 19 лет назад
phoenix @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
polygon @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
pool @ e85801b701 bcefe1d519 Removed the now obsolete proprietary copyright notice. 19 лет назад
predef @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
preprocessor @ fee02ed013 8db4461b79 EDG MS emulation 19 лет назад
program_options @ 8329c28a1a ccb2130304 Apply patch to fix gcc warning. 19 лет назад
property_map @ bfa4ffc2cf 2ced7268c9 Remove V1 Jamfiles 19 лет назад
property_tree @ f4105f823f 9b946de0fb Adding property_tree 19 лет назад
proto @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
ptr_container @ 9592fc5791 2ced7268c9 Remove V1 Jamfiles 19 лет назад
python @ abc4abf84a dc4c287c26 gcc 4.3.0 compatibility (resolves new "changes meaning" error) 19 лет назад
random @ 1d157ff6da d1ac26b866 Fix typo. Closes #1150. 19 лет назад
range @ e0a76af0f9 188997beb4 Quiet unused argument warnings from gcc. 19 лет назад
ratio @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
rational @ 16d0b949ee bd60c9d2e5 Removed requirement of mixed-mode division in rational_cast; added test where the requirement's removal was needed; demonstrated limited cross-version rational casting 19 лет назад
regex @ 768c8c5d88 041d3541be Fix up file so it can be compiled in C mode. 19 лет назад
scope_exit @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
serialization @ b56cb9ba74 d2782bd3c9 Updated licences using blanket_permission.txt. 19 лет назад
signals @ aa25716cf6 58c1a3d1ce Update to V2 19 лет назад
signals2 @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
smart_ptr @ 9db307eda5 92057c0945 defined(__ppc) added (Daniel P Furlani) 19 лет назад
spirit @ 885a3ac6f0 fbd41f4a90 pragma push/pop added 19 лет назад
statechart @ f56f94066e f7dbff9323 Moved the erroneously under 1.34.0 listed changes under a new "Unreleased changes" heading. 19 лет назад
static_assert @ 1663a635aa 7a5c8e4811 Fix C++0x helper macros 19 лет назад
sync @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
system @ 4a364b1532 d64676ae5b 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. 19 лет назад
test @ 71d464e9fe 2ced7268c9 Remove V1 Jamfiles 19 лет назад
thread @ a8daedac5e 640d3c055e Revive V1 Jamfile to please asio 19 лет назад
timer @ 0eab9f74de a70f317546 Add copyright, license 19 лет назад
tokenizer @ 4e8d066db5 62109b5235 Fixed license & copyright issues and converted to HTML 4.01 19 лет назад
tr1 @ 73c6132551 35edc88e13 Oops, forgot to add new file!! 19 лет назад
tti @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
tuple @ d08c9bfab1 00a7683d26 Update to V2 19 лет назад
type_erasure @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
type_traits @ bb151449f7 6ded0f7989 Fix msvc warnings. 19 лет назад
typeof @ 951d2f6467 2f30ddd847 typeof: Implemented native typeof for DMC 8.50 based on the same bugfeature used to support VC6.5 and VC7.1 19 лет назад
units @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
unordered @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
utility @ 8f03aeac4e bc406ee3cb Added unit test to make sure that Visual C++ 7.1 ICE reported by Ralf W. Grosse-Kunstleve (Boost Developers mailing list, subject "utility/value_init.hpp: VC 7.1 ICE & workaround") will not occur anymore. 19 лет назад
uuid @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 лет назад
variant @ ba9d0e00d7 2ced7268c9 Remove V1 Jamfiles 19 лет назад
wave @ d80ab98250 5fea91a54b Wave: Fixed a bug in the Slex token class, which was the reason for some failing tests lately 19 лет назад
xpressive @ 6ad19a3830 4a68132350 attempt to fix hp tru64 19 лет назад
index.html a70f317546 Add copyright, license 19 лет назад
libraries.htm 13f26fd6da added fusion to libraries list. 19 лет назад
maintainers.txt b03babaaa7 changing spirit maintainer to spirit-devel and email to the spirit-devel list 19 лет назад
platform_maintainers.txt 0698677e2a Add platform maintainers file 21 лет назад
粤ICP备19079148号