1
0
Jens Maurer 65db1e2a45 we're actually using the Box-Muller method (with trigonometric functions) 19 жил өмнө
..
algorithm @ 777f30780e 9d2ab8b99a Fix broken build of docs, it was missing a dependency to the doxygen docs. 19 жил өмнө
any @ fbfce97070 a70f317546 Add copyright, license 19 жил өмнө
array @ 069b5e2ca1 d7f18d32db Throw out_of_range rather than range_error. See 21.1.1 paragraph 13. 19 жил өмнө
asio @ d569fc2abc 152d81aa1c Documentation updates. 19 жил өмнө
assign @ 91e4888c8e 8552d7d322 Allow building of shared versions of some Boost.Test libraries. 19 жил өмнө
bind @ ce24d4f735 4e87b13795 Fixed to compile 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 @ c1709f6794 a70f317546 Add copyright, license 19 жил өмнө
config @ 0f6f5f8d65 d5d2d9e012 Define BOOST_HAS_RVALUE_REFS for ConceptGCC and OSL5-gcc 19 жил өмнө
conversion @ f986e8e588 42b9afdbdb Get rid of Tru64 cxx warnings 19 жил өмнө
crc @ c1abdded4c d3ee169a25 Merged from Version_1_33_1 20 жил өмнө
date_time @ ff8d2cf762 c9768852c0 timezone updates for mexico sf tracker#1695914 19 жил өмнө
detail @ 1da5dd89a8 94d9400e98 Corrected wrong order in copyright notices. 19 жил өмнө
disjoint_sets @ 6ad962422b 7631a12a9a Fixed minor HTML tidy error. 19 жил өмнө
dynamic_bitset @ 08357c3972 a70f317546 Add copyright, license 19 жил өмнө
exception @ ae714358ad e5a29a5074 fixes comeau bug 22 жил өмнө
filesystem @ d8ce83872d 22d81931c5 disable problematic specialization for aCC and cxx on Alpha platforms 19 жил өмнө
foreach @ 6f9901e774 b0a2751919 intel compiler on linux doesn't do const rvalue detection 19 жил өмнө
format @ 04657d5f82 b943818d52 Switch to BBv2 19 жил өмнө
function @ 5c514ebe35 6bc58fbd39 Try to work around EC++4 bug 19 жил өмнө
function_types @ b8727b8445 d9f2038beb removes outdated test case 19 жил өмнө
functional @ 7e023df182 741cb0610f Another typo. 19 жил өмнө
fusion @ 5ec07406da 7543db0d6c Adding file... 19 жил өмнө
gil @ 560f17c1d1 0ccf8e43de Hooked up GIL regression tests to run from boost/status 19 жил өмнө
graph @ f65f09bba9 e5e47f74a3 added preprocessor guards 19 жил өмнө
graph_parallel @ 1639cca270 d6239fbbd1 Adjacency list serialization fixes, from David Keller 19 жил өмнө
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 19 жил өмнө
interprocess @ 3d12c780a4 a01b2ddc87 Changes to correct regression tests for intel-win-9.1 & cw-9.4 19 жил өмнө
intrusive @ 3c84ecf0e1 a01b2ddc87 Changes to correct regression tests for intel-win-9.1 & cw-9.4 19 жил өмнө
io @ 03d3918627 8552d7d322 Allow building of shared versions of some Boost.Test libraries. 19 жил өмнө
iostreams @ f0b005fa29 9bddee8b8b Do not use peek at source files, link to the library. 19 жил өмнө
iterator @ 0b095e687f f83d188528 Correct testing bugs: 19 жил өмнө
lambda @ 47bf3df0ae 7372df7541 Merge fixed links from RC_1_34_0. 19 жил өмнө
logic @ 23af176127 20f5bcc143 fix typo 19 жил өмнө
math @ 61942e35be c8eb92237f Undo previous fix, it causes regressions. 19 жил өмнө
mpi @ 00578a53c6 79e7f2dba6 Put in the build support for using the doxproc, Python based, Doxygen to BoostBook translator. 19 жил өмнө
mpl @ b4048c1b75 4ca93ec36f 'set' fixes + more thorough regression tests 19 жил өмнө
multi_array @ 13259f4def 250ad57fdd Added storage_order_convert.cpp to the test list. 19 жил өмнө
multi_index @ d6932847ec 6957e10596 fixed grammar 19 жил өмнө
numeric 03c8f73134 - fixed bug in triangular_matrix::resize and hermitian_matrix::resize 19 жил өмнө
optional @ be7249b537 a70f317546 Add copyright, license 19 жил өмнө
parameter @ a28883d9ad 2afde07026 Fixed typo. 19 жил өмнө
pool @ e85801b701 bcefe1d519 Removed the now obsolete proprietary copyright notice. 19 жил өмнө
preprocessor @ fee02ed013 8db4461b79 EDG MS emulation 19 жил өмнө
program_options @ a29728e679 db9f40926f fix xincludes of doxygen-generated reference sections 19 жил өмнө
property_map @ 541e1d8b1b b1313fdb51 updated documentation. 19 жил өмнө
property_tree @ f4105f823f 9b946de0fb Adding property_tree 19 жил өмнө
ptr_container @ 4b236a407c 8552d7d322 Allow building of shared versions of some Boost.Test libraries. 19 жил өмнө
python @ fe23d9885f 95a03b46d9 Add new eval() function. 19 жил өмнө
random @ c41b4d5bf5 65db1e2a45 we're actually using the Box-Muller method (with trigonometric functions) 19 жил өмнө
range @ aeb47120e3 8d05da75d1 fixed typo 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 @ 15085e5bb1 65d7077840 Fixes to bug report 1693867. 19 жил өмнө
serialization @ 09ef207293 4f16becddf added codecvt_null 19 жил өмнө
signals @ 4d15dc2fde 83c88a184c Fix boost_signals linking info 19 жил өмнө
smart_ptr @ 5b57eff9b8 0429c16812 atomic_count_gcc_x86 added since _sync doesn't work on i386 19 жил өмнө
spirit @ b17060fd58 cebfb1ab53 -- make_shared has been removed from weak_ptr.hpp. Adjusted code to 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 жил өмнө
system @ 8e2ee5a2f3 fef5dd9dcf add include for <cassert> (Ryo Igarashi) 19 жил өмнө
test @ 5e944cf05c a7f7e36e36 Add include of climits 19 жил өмнө
thread @ a11bd6ebd9 79e7f2dba6 Put in the build support for using the doxproc, Python based, Doxygen to BoostBook translator. 19 жил өмнө
timer @ 0eab9f74de a70f317546 Add copyright, license 19 жил өмнө
tokenizer @ 4e8d066db5 62109b5235 Fixed license & copyright issues and converted to HTML 4.01 19 жил өмнө
tr1 @ 1ed4a09588 7cef78617c Fix header include. 19 жил өмнө
tuple @ 19b8004830 79a1541e28 Fixed a typo. 19 жил өмнө
type_traits @ 820cae7c2c 57b2d6c3e9 removed dead file. 19 жил өмнө
typeof @ e47dd5b94c 766ad58cff *** empty log message *** 19 жил өмнө
utility @ 2d860e2574 e187ea0ae2 Fix result_of's handling of F(void). 19 жил өмнө
variant @ deaf338bd4 7752f53d66 fixed typos reported in http://bugs.debian.org/378016 20 жил өмнө
wave @ 4ef8f43361 3aaad6e3e3 Wave: replaced '' with '\xA7'. 19 жил өмнө
xpressive @ bdc6165487 12a7da1766 use as_arg instead of as_expr to avoid needless copying, proto::make_expr is slightly less broken 19 жил өмнө
expected_results.xml 5a1cad6346 mingw aliases updated 19 жил өмнө
index.html a70f317546 Add copyright, license 19 жил өмнө
libraries.htm 7032a42b2b I messed up a link. This fixes it. 19 жил өмнө
maintainers.txt d8fd793c46 Changed my email address. 19 жил өмнө
platform_maintainers.txt 0698677e2a Add platform maintainers file 21 жил өмнө
粤ICP备19079148号