Robert Ramey 607981f6e5 updated test for text binary 17 ani în urmă
..
accumulators @ 404b0fbef2 2d51d05934 fix links to MPL and Parameters libraries 18 ani în urmă
algorithm @ 6d5e7b5a04 5a69068325 self assignment problem in is_any_ofF fixed 17 ani în urmă
any @ 181c33d131 6e8f813625 Fixes #1898 Compilation Error in Any Test 18 ani în urmă
array @ 9804292dad c9c3d32e8e Move array test into canonical test subdir structure. 18 ani în urmă
asio @ 7d25f1c393 c1f47798a9 Clarify which resolve functions perform forward or reverse resolution. 17 ani în urmă
assign @ f18496571a 3a47f21a29 Minor doc update 18 ani în urmă
atomic @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 ani în urmă
bimap @ 02b2282260 6ac697a9a0 Merge in documentation fixes. Apart from the change to optional's documenation 18 ani în urmă
bind @ 1b292ee487 f417beacf4 For building the ref docs stand-alone. 18 ani în urmă
chrono @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 ani în urmă
circular_buffer @ 868cc3dcde 0597dfd935 circular_buffer: fixed MSVC9 warning 17 ani în urmă
compatibility @ 0316eeeecb c5dbd103aa Change STLport links to point to the sourceforge home page, which is the home 19 ani în urmă
compose @ 0cd80c5f65 a70f317546 Add copyright, license 19 ani în urmă
concept_check @ 63c674c575 3c95962472 Improve visibility of concept failure messages 18 ani în urmă
config @ 3b7f078746 467fb8675c Patch pgi so it is open-coded to work for any PGI 17 ani în urmă
container @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 ani în urmă
context @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 ani în urmă
conversion @ ae273a3e7b 7ae25cc941 Fix link to numeric conversion library. 17 ani în urmă
coroutine @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 ani în urmă
crc @ 344cd4474b d5c96afe95 Oops, forgot the important file. 18 ani în urmă
date_time @ 19cdab0cd5 e13a1c4eb5 Worked around two unused function parameter compiler warnings. Suggested by Peter Klotz. 17 ani în urmă
detail @ 18dbae4700 d3b8c76350 integer_log2.hpp and lowest_bit.hpp, in boost/pending/: little comment cleanup (svn anchors, etc.); added a static_cast<> to silence (harmless) MSVC++ warnings 17 ani în urmă
disjoint_sets @ e2426c7465 d2d49ebb9a Link to people pages on the website, as they've been removed from the download. 18 ani în urmă
dynamic_bitset @ 24d2081a73 45812fe159 added specific tests for constructor dispatch and clarified the corresponding comments a bit; minor formatting consistency fixes; updated documentation and added license reference text to it 17 ani în urmă
exception @ f89533b81f 44cd3c2705 documentation update 17 ani în urmă
filesystem @ e22eb55f69 9458ec698f Boost.Filesystem: change tests to define BOOST_FILESYSTEM_NO_DEPRECATED. Expand deprecated_test. 17 ani în urmă
flyweight @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 ani în urmă
foreach @ 6c7e0cabf3 5a52921c22 Fix for Tru64 CXX 7.1 which is able to correctly handle rvalues. 18 ani în urmă
format @ 8bbaa45579 6ac697a9a0 Merge in documentation fixes. Apart from the change to optional's documenation 18 ani în urmă
function @ da259e8dce 40f2712622 Make MyLargeFunctor large. 17 ani în urmă
function_types @ 594c159568 e964eec425 Added some parenthesis to disambiguate expressions. 18 ani în urmă
functional @ 4d35a175a4 85f6adbe8a Reinstate the old choice of float functions on Dinkumware for all compilers 17 ani în urmă
fusion @ 399b268bf1 9d880c5439 fix #1600 (duplicate include guard) 17 ani în urmă
geometry @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 ani în urmă
gil @ 68b33f6e7b ae27447ab7 GIL: Replaced tabs with spaces. 18 ani în urmă
graph @ 424e529aba 1461000607 Fix handling of infinite weights in Floyd-Warshall algorithm. Fixes #1700 17 ani în urmă
graph_parallel @ 1639cca270 d6239fbbd1 Adjacency list serialization fixes, from David Keller 19 ani în urmă
heap @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 ani în urmă
icl @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 ani în urmă
integer @ 2d259a4f3e b039d984a5 Added MPL-compatible variants of the integer-mask class templates (and finally make the lowest-bit-group metafunctions work for zero-length bit-groups) 17 ani în urmă
interprocess @ ec9b099a8f 5bb339e046 Added FILE_SHARE_DELETE to CreateFile to allow unix-like behaviour when deleting shared memory 17 ani în urmă
intrusive @ cff3efe689 a190d217ed Added operator==() to solve comeau errors 18 ani în urmă
io @ a720ac89c1 894be846dc Point links to the pages that used to be in 'more' to the site. 18 ani în urmă
iostreams @ 35e2fe3964 163e49ab25 removed functions relating to file timestamps (addresses #2154) 17 ani în urmă
iterator @ bf7d904bf8 894be846dc Point links to the pages that used to be in 'more' to the site. 18 ani în urmă
lambda @ 2788ede42a 7e2ddc6a00 With his kind permission, change Jaakko "Järvi" to "Jarvi" 18 ani în urmă
local_function @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 ani în urmă
locale @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 ani în urmă
lockfree @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 ani în urmă
logic @ 24117db3ae 9492fdca87 Include <ios> to get std::boolalpha. Fixes #1586 18 ani în urmă
math @ 710c7ca47d a2332cab18 Split files into smaller tests. 17 ani în urmă
move @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 ani în urmă
mpi @ 74fe28d6b5 163055f994 Silence -Wunused warnings and switch to boost/serialization/pfto.hpp 17 ani în urmă
mpl @ 54b5387eb2 3c3fb2f9b5 mpl/find_if.hpp: MIPSpro 7.41 workaround 17 ani în urmă
msm @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 ani în urmă
multi_array @ 0e8d2e3189 b9c3b9aef4 Initial Revision. 18 ani în urmă
multi_index @ 6b5f74732b 57807b74db fixed #2257 17 ani în urmă
multiprecision @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 ani în urmă
numeric 05cf2384c8 - see #2275 17 ani în urmă
optional @ 3ebabcb2d8 61ca16aeb1 Fixed syntax of optional_swap_should_use_default_constructor and swap template specializations that I added 2 days ago (changeset [45265]). Was accepted by MSVC, but rejected by other compilers. 18 ani în urmă
parameter @ e054a75533 45d5fecd5d Minor doc cleanups 18 ani în urmă
phoenix @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 ani în urmă
polygon @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 ani în urmă
pool @ 7f87d3e79b 932f692af7 Added a workaround for a compilation failure when including some Boost Serialization headers before some Boost Pool headers using MSVC 7.1 or 8.0. Source of the problem is a compiler bug fixed in MSVC 9.0 and workaround consists of referencing some Windows API identifiers using their fully qualified names. Added a related regression test for the Boost Pool library. See the test code comments for more detailed information on the bug. 18 ani în urmă
predef @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 ani în urmă
preprocessor @ 485db8aef5 9c01dd6475 Move preprocessor tests into canonical test subdir structure. 18 ani în urmă
program_options @ 4dcce9efce 5687ba5a90 Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages 18 ani în urmă
property_map @ 6874cc3214 29177d00a1 Quote href values - our tools don't support unquoted values. 18 ani în urmă
property_tree @ f4105f823f 9b946de0fb Adding property_tree 19 ani în urmă
proto @ 076d6b320e 966da5866e work around Intel compiler bugs 17 ani în urmă
ptr_container @ 9264886e0c c352cbdf96 update in response to inspection report 18 ani în urmă
python @ 61fc9cf054 253d1c4333 python/object_core.hpp: "inline" added to declarations, to match definitions (resolves MIPSpro 7.41 warnings) 17 ani în urmă
random @ 6cfecd4a9b 2177e279e8 Fixed typo 17 ani în urmă
range @ 2dab8cfbc9 57673c7919 update in response to inspection report 18 ani în urmă
ratio @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 ani în urmă
rational @ 94caf9a401 988aa9ba33 Tweaked files to pass inspection report; one file had some min/max violations; but all had to have 'boostinspect:nolicense' set because a copyrighter, Paul Moore, has disappeared, so his files can never be changed to the main Boost license 18 ani în urmă
regex @ 18623d00af 3a10e038ab Fix Jamfile logic: BOOST_REGEX_ICU_OPTS needs to be a list not a string. 17 ani în urmă
scope_exit @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 ani în urmă
serialization @ 4a5a0ee40e 607981f6e5 updated test for text binary 17 ani în urmă
signals @ 1a5e31956c ec2a7ebe46 Correct definition of the argN_type typedefs in Signals. Fixes #2023 18 ani în urmă
signals2 @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 ani în urmă
smart_ptr @ 8c7954a53a 61d5289f32 Untabify. 18 ani în urmă
spirit @ ca46634eed 02e781f7f0 workaround for sun compiler 17 ani în urmă
statechart @ 8aa8bb380c f5a988067d This should fix the PingPong example failure for GCC. 18 ani în urmă
static_assert @ 8cfe5d77c0 19bcaf1cf0 Fix a PDF link that I missed before. 18 ani în urmă
sync @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 ani în urmă
system @ d6446d1cfb 2a6cbbdc71 Add error_code throws 17 ani în urmă
test @ 9e9b1b0c24 742c69c430 schemas for XML log and report formats 17 ani în urmă
thread @ 8fd0dd0cc0 3b5959d5e9 Define a raw DLL main which is called by the C runtime if we're statically linked into a DLL --- fix for issue #2199 17 ani în urmă
timer @ a80e5bc9c5 7e2ddc6a00 With his kind permission, change Jaakko "Järvi" to "Jarvi" 18 ani în urmă
tokenizer @ 79e83dece7 f122639b3d Move tokenizer tests into canonical test subdir structure. 18 ani în urmă
tr1 @ 4bcef1b9a1 63b65d99f1 Fix for STLPort under the PGI compiler. 17 ani în urmă
tti @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 ani în urmă
tuple @ a30a7f9604 7e2ddc6a00 With his kind permission, change Jaakko "Järvi" to "Jarvi" 18 ani în urmă
type_erasure @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 ani în urmă
type_traits @ 353dad4196 e1ab1df8c7 Change PP-logic to fix #2171. 17 ani în urmă
typeof @ 7d3afd076d 9f54f67470 removes unnecessary escaping 18 ani în urmă
units @ f065e96abc 452d9e1ec8 patch from Torsten Maehne for using dimensionless quantities with boost/units/lambda.hpp 17 ani în urmă
unordered @ fe1385ab34 539b3438f3 More recent version of the working draft. 17 ani în urmă
utility @ 5d53e3f837 be1d1e11f6 Changed BOOST_BINARY docs. 17 ani în urmă
uuid @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 19 ani în urmă
variant @ 25e12b7428 79949d70c3 Fixes #965 18 ani în urmă
wave @ 0de8ea5126 bf22184cbe Wave: Fixed ticket #2102 18 ani în urmă
xpressive @ 49e911add5 f57aed7560 past-the-end iterator, fixes #2296 17 ani în urmă
index.html a70f317546 Add copyright, license 19 ani în urmă
libraries.htm af23efd739 add Boost.Proto to trunk 17 ani în urmă
maintainers.txt 4826198388 added my email address to libs/maintainers.txt 17 ani în urmă
platform_maintainers.txt 02f2fb03da Set up initial platform maintainers file 18 ani în urmă
粤ICP备19079148号