John Maddock d326a3f4e5 Patches for HP aCC and Compaq tru64 hace 19 años
..
algorithm @ f1e60579c2 6796ec81e5 documentation typo fixed hace 19 años
any @ fbfce97070 a70f317546 Add copyright, license hace 19 años
array @ 069b5e2ca1 d7f18d32db Throw out_of_range rather than range_error. See 21.1.1 paragraph 13. hace 19 años
asio @ cc427bfc38 db8dc3be46 Need to specify Windows socket libraries with cw toolset. hace 19 años
assign @ 91e4888c8e 8552d7d322 Allow building of shared versions of some Boost.Test libraries. hace 19 años
bind @ 41d9fbc317 263d417e84 License update hace 19 años
compatibility @ fc615e6ed1 f204e4ea92 Fixed license & copyright issues. hace 19 años
compose @ 0cd80c5f65 a70f317546 Add copyright, license hace 19 años
concept_check @ c1709f6794 a70f317546 Add copyright, license hace 19 años
config @ b1a5420f4d 2780036812 Clear ABI warnings on Borland compiler, when headers included further headers hace 19 años
conversion @ 959b7ab0b4 c683852bb3 Fixed a warning, when lexical cast is used to convert a boost::ulong_long_type to a string. hace 19 años
crc @ c1abdded4c d3ee169a25 Merged from Version_1_33_1 hace 20 años
date_time @ b232691602 d8527ce63b allow tests to pass if the clock time is equal to the last -- happens on fast machines. hace 19 años
detail @ 1da5dd89a8 94d9400e98 Corrected wrong order in copyright notices. hace 19 años
disjoint_sets @ 6ad962422b 7631a12a9a Fixed minor HTML tidy error. hace 19 años
dynamic_bitset @ 08357c3972 a70f317546 Add copyright, license hace 19 años
exception @ ae714358ad e5a29a5074 fixes comeau bug hace 22 años
filesystem @ 14f0535f27 ba7db9fe95 Fix missing sysbols on linking as the reference to boost_system needs to be specific. hace 19 años
foreach @ 6f9901e774 b0a2751919 intel compiler on linux doesn't do const rvalue detection hace 19 años
format @ 04657d5f82 b943818d52 Switch to BBv2 hace 19 años
function @ 6a3f0df553 a70f317546 Add copyright, license hace 19 años
function_types @ 8e1489a8df 4e2acc5e7d adds function_types implementation hace 19 años
functional @ d14013264c f83d188528 Correct testing bugs: hace 19 años
fusion @ f19c0b767d d4c1d9e941 unpack_args has been removed - there are docs for its replacement hace 19 años
graph @ b2bc98e410 f83d188528 Correct testing bugs: hace 19 años
graph_parallel @ 1639cca270 d6239fbbd1 Adjacency list serialization fixes, from David Keller hace 19 años
integer @ a1cc143de7 9f146bbee6 Added license to a person profile; updated license on Boost.Integer and Boost.IO doc files; changed 'BOOST_TEST' to 'BOOST_CHECK' on Boost.Integer testing *.cpp files hace 19 años
interprocess @ f25ee3ae59 f8e0e951e1 Fixed bug in atomic_dec32 for intel. Thanks to Harold Pirtle! hace 19 años
io @ 03d3918627 8552d7d322 Allow building of shared versions of some Boost.Test libraries. hace 19 años
iostreams @ 263d00b560 661a7bb50f Merge: Fix a link to Boost.Build v1 documentation, to link to the Boost.Build hace 19 años
iterator @ 0b095e687f f83d188528 Correct testing bugs: hace 19 años
lambda @ 47bf3df0ae 7372df7541 Merge fixed links from RC_1_34_0. hace 19 años
logic @ 5cf0ef44a7 f86ef3786a Large patch from Ulrich Eckhardt to fix support for EVC++ 4. hace 21 años
math @ 61942e35be c8eb92237f Undo previous fix, it causes regressions. hace 19 años
mpi @ 3f693b5902 5ae219f6ca Tweak loading of Boost.MPI module hace 19 años
mpl @ 6d0ea17411 a372d37fe1 Fix BOOST_MPL_AUX_PASS_THROUGH_LAMBDA_SPEC (merged from RC_1_34_0) hace 19 años
multi_array @ 55d031d947 f83d188528 Correct testing bugs: hace 19 años
multi_index @ d6932847ec 6957e10596 fixed grammar hace 19 años
numeric c66ca09b49 [uBLAS] MINOR improve unsupported message hace 19 años
optional @ be7249b537 a70f317546 Add copyright, license hace 19 años
parameter @ f7611b8a1f f83d188528 Correct testing bugs: hace 19 años
pool @ e85801b701 bcefe1d519 Removed the now obsolete proprietary copyright notice. hace 19 años
preprocessor @ d88bf38702 5df45f1aec removed single-line comment hace 19 años
program_options @ 232894cb3d a28e2d7293 Add missing include, to try to fix compilation on sun hace 19 años
property_map @ c63c017991 57c1d42004 Integrate Kolmogorov's max flow algorithm, from Stephan Diederich. hace 19 años
ptr_container @ 4b236a407c 8552d7d322 Allow building of shared versions of some Boost.Test libraries. hace 19 años
python @ 08a6f35ec2 f83d188528 Correct testing bugs: hace 19 años
random @ 7fa86c3bdd 87472d80b1 local variables should not shadow class members hace 19 años
range @ aeb47120e3 8d05da75d1 fixed typo hace 19 años
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 hace 19 años
regex @ 6b3c033e8d d326a3f4e5 Patches for HP aCC and Compaq tru64 hace 19 años
serialization @ 09ef207293 4f16becddf added codecvt_null hace 19 años
signals @ 4d15dc2fde 83c88a184c Fix boost_signals linking info hace 19 años
smart_ptr @ 1c3813ce52 909c2d2f6d BOOST_ASSERTs added (SF patch 1612733 by 'Baraclese') hace 19 años
spirit @ f07d529215 8cf1357ec6 s/1.9.0/1.8.5/ hace 19 años
statechart @ aa84b8d7f3 571274bcb3 This should fix a couple of Intel9.1 failures hace 19 años
static_assert @ b9a3b24aef fddb868313 remove dead file. hace 19 años
system @ 2fbf2718c4 588f05679e 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. hace 19 años
test @ 78fd970c43 b3fd7b8282 Removed the msvc-6.5 hack from HEAD again. Gennadiy Rozental didn't like it anyways... hace 19 años
thread @ 9889bf50a2 9e871525a8 FAQ Entry: Passing parameters during thread creation. hace 19 años
timer @ 0eab9f74de a70f317546 Add copyright, license hace 19 años
tokenizer @ 4e8d066db5 62109b5235 Fixed license & copyright issues and converted to HTML 4.01 hace 19 años
tr1 @ 1ed4a09588 7cef78617c Fix header include. hace 19 años
tuple @ 19b8004830 79a1541e28 Fixed a typo. hace 19 años
type_traits @ 820cae7c2c 57b2d6c3e9 removed dead file. hace 19 años
typeof @ 07a28b16d5 d7fe228ac7 tutorial text fix hace 19 años
utility @ 66514f61ff 872a1daef5 fix result_of ambiguity error for nullary functions hace 19 años
variant @ deaf338bd4 7752f53d66 fixed typos reported in http://bugs.debian.org/378016 hace 20 años
wave @ 4f47b2c781 623043937c Wave: Untabified files. hace 19 años
xpressive @ 972aee396b db51b3dbbe BOOST_PROTO_MAX_LOGICAL_ARITY is 8 hace 19 años
expected_results.xml 5a1cad6346 mingw aliases updated hace 19 años
index.html a70f317546 Add copyright, license hace 19 años
libraries.htm 7032a42b2b I messed up a link. This fixes it. hace 20 años
maintainers.txt d8fd793c46 Changed my email address. hace 19 años
platform_maintainers.txt 0698677e2a Add platform maintainers file hace 21 años
粤ICP备19079148号