Christopher Kohlhoff 3f6e8be9c3 Add more documentation for asio::streambuf. 17 лет назад
..
accumulators @ 8fd4c7f724 0b21368a18 Change includes of <cmath> to <boost/config/no_tr1/config.hpp>. 17 лет назад
algorithm @ 6d5e7b5a04 5a69068325 self assignment problem in is_any_ofF fixed 17 лет назад
any @ 181c33d131 6e8f813625 Fixes #1898 Compilation Error in Any Test 18 лет назад
array @ 9804292dad c9c3d32e8e Move array test into canonical test subdir structure. 18 лет назад
asio @ 9d8581df70 3f6e8be9c3 Add more documentation for asio::streambuf. 17 лет назад
assign @ f18496571a 3a47f21a29 Minor doc update 18 лет назад
atomic @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 18 лет назад
bimap @ 02b2282260 6ac697a9a0 Merge in documentation fixes. Apart from the change to optional's documenation 18 лет назад
bind @ 48c5a6e682 712e9cfb7c Fix #2245. 17 лет назад
chrono @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 18 лет назад
circular_buffer @ 868cc3dcde 0597dfd935 circular_buffer: fixed MSVC9 warning 17 лет назад
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 @ eb4c1f2587 b9e507077c silence MSVC8 warnings through pragmas, fixes #2296 17 лет назад
config @ 0f0eef5efa 00b7f3baae Fixes #2445. 17 лет назад
container @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 18 лет назад
context @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 18 лет назад
conversion @ 6c5fd3e86d caf3e86c75 Fix #2184 (Macro without BOOST_ prefix) 17 лет назад
coroutine @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 18 лет назад
crc @ 344cd4474b d5c96afe95 Oops, forgot the important file. 18 лет назад
date_time @ 6c6a6b3a1c 0b21368a18 Change includes of <cmath> to <boost/config/no_tr1/config.hpp>. 17 лет назад
detail @ c6024a4ac4 a5023a52ab include header which includes "size_t" 17 лет назад
disjoint_sets @ e2426c7465 d2d49ebb9a Link to people pages on the website, as they've been removed from the download. 18 лет назад
dynamic_bitset @ c298ba0c5f 5781b87896 dynamic_bitset: 17 лет назад
exception @ 4182c3634e 8464c4bbd6 fixing a warning on sun-5.10-stdcxx-4.2.2_x86_64 17 лет назад
filesystem @ 8add21928f 18cf4f8107 Filesystem: fix #2224 (Hajo Kirchhoff) 17 лет назад
flyweight @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 18 лет назад
foreach @ 417d58e32e b7cf1e9364 improve support for the latest CodeGear (formerly Borland) compiler, from nmusatti. fixes [2369] 17 лет назад
format @ 8bbaa45579 6ac697a9a0 Merge in documentation fixes. Apart from the change to optional's documenation 18 лет назад
function @ 8ca7384121 4ea8416d20 Fix Boost.Function thread safety issue again 17 лет назад
function_types @ 594c159568 e964eec425 Added some parenthesis to disambiguate expressions. 18 лет назад
functional @ 675ce62327 a2c1d4b915 Add note about changes to deprecated headers. Refs #2412. 17 лет назад
fusion @ e2d23b8a63 a614da3de1 bugfix to fold test, and new transform test 17 лет назад
geometry @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 18 лет назад
gil @ 2cf0711cd1 0b21368a18 Change includes of <cmath> to <boost/config/no_tr1/config.hpp>. 17 лет назад
graph @ ebde55caab a51420b894 Patch from David Gleich to fix underflow and overflow that can happen when computing vertex positions in chroback_payne_straight_line_drawing 17 лет назад
graph_parallel @ 1639cca270 d6239fbbd1 Adjacency list serialization fixes, from David Keller 19 лет назад
heap @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 18 лет назад
icl @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 18 лет назад
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 лет назад
interprocess @ dc0eb8fe0e b6a4935db0 Changes and fixes for Boost 1.37 17 лет назад
intrusive @ be6ca1b7ec b6a4935db0 Changes and fixes for Boost 1.37 17 лет назад
io @ a720ac89c1 894be846dc Point links to the pages that used to be in 'more' to the site. 18 лет назад
iostreams @ 35e2fe3964 163e49ab25 removed functions relating to file timestamps (addresses #2154) 17 лет назад
iterator @ e06c4b3279 ea56801af3 Applied patch from ticket #2344 17 лет назад
lambda @ 2788ede42a 7e2ddc6a00 With his kind permission, change Jaakko "Järvi" to "Jarvi" 18 лет назад
local_function @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 18 лет назад
locale @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 18 лет назад
lockfree @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 18 лет назад
logic @ 24117db3ae 9492fdca87 Include <ios> to get std::boolalpha. Fixes #1586 18 лет назад
math @ cddabd5ab1 e61a3eb754 Fix inspection report issues. 17 лет назад
move @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 18 лет назад
mpi @ dd4db989f5 c323b006a5 Dont emit message about MPI not configured if not building Boost.MPI. 17 лет назад
mpl @ afbaa1252e d34dbde5e4 has_xxx: Adjust MSVC 7.1/8.0 workaround (ticket #1317) 17 лет назад
msm @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 18 лет назад
multi_array @ 0e8d2e3189 b9c3b9aef4 Initial Revision. 18 лет назад
multi_index @ 62911d5198 8c906f10e7 updated according to latest regression tests results 17 лет назад
multiprecision @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 18 лет назад
numeric 0b21368a18 Change includes of <cmath> to <boost/config/no_tr1/config.hpp>. 17 лет назад
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 лет назад
parameter @ e054a75533 45d5fecd5d Minor doc cleanups 18 лет назад
phoenix @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 18 лет назад
polygon @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 18 лет назад
pool @ 394b7b7798 12e571ee6b Address ticket #1996: "void" template specialization for pool allocators. 17 лет назад
predef @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 18 лет назад
preprocessor @ 485db8aef5 9c01dd6475 Move preprocessor tests into canonical test subdir structure. 18 лет назад
program_options @ 4dcce9efce 5687ba5a90 Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages 18 лет назад
property_map @ 6874cc3214 29177d00a1 Quote href values - our tools don't support unquoted values. 18 лет назад
property_tree @ f4105f823f 9b946de0fb Adding property_tree 19 лет назад
proto @ bd90f4dd97 461ef9288e fix typos and misspellings 17 лет назад
ptr_container @ 9264886e0c c352cbdf96 update in response to inspection report 18 лет назад
python @ 6347f2e86c 6dea9b18c9 Clean up some link errors. 17 лет назад
random @ f667a1e945 0b21368a18 Change includes of <cmath> to <boost/config/no_tr1/config.hpp>. 17 лет назад
range @ 2dab8cfbc9 57673c7919 update in response to inspection report 18 лет назад
ratio @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 18 лет назад
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 17 лет назад
regex @ fe24031566 7d959fce12 Fix typo in regex_replace docs. 17 лет назад
scope_exit @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 18 лет назад
serialization @ 22af4055c1 a487067daa Fixed svn merge repeated paragraph 17 лет назад
signals @ 1a5e31956c ec2a7ebe46 Correct definition of the argN_type typedefs in Signals. Fixes #2023 18 лет назад
signals2 @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 18 лет назад
smart_ptr @ ed79000ea8 69b560f9c3 Patch from Ticket #2342 17 лет назад
spirit @ a2fe4e437d 42fb23ae97 Spirit: Applied Joel's fix for ISO8859/1 charclass. 17 лет назад
statechart @ 8aa8bb380c f5a988067d This should fix the PingPong example failure for GCC. 18 лет назад
static_assert @ 8cfe5d77c0 19bcaf1cf0 Fix a PDF link that I missed before. 18 лет назад
sync @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 18 лет назад
system @ 888786e838 d5804db550 System: apply patch from ticket #2175 17 лет назад
test @ 8d74254b76 902ce9e90a extra ; removed 17 лет назад
thread @ 0d1701c509 b4df70b2c5 Enhanced thread move tests 17 лет назад
timer @ ddad9d8ca5 05cb7bcc42 avoid "shadowing of class members and variables" warning 17 лет назад
tokenizer @ 4eadadb5a1 b7d0c0f23c Changed spelling of Jouaquin's name to remove non-ASCII chars in Tokenizer 17 лет назад
tr1 @ 06a70848dd 0b21368a18 Change includes of <cmath> to <boost/config/no_tr1/config.hpp>. 17 лет назад
tti @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 18 лет назад
tuple @ a30a7f9604 7e2ddc6a00 With his kind permission, change Jaakko "Järvi" to "Jarvi" 18 лет назад
type_erasure @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 18 лет назад
type_traits @ 2d7661d661 9807117e98 Fixes 2346. 17 лет назад
typeof @ 7d3afd076d 9f54f67470 removes unnecessary escaping 18 лет назад
units @ 739d2485ab 0b21368a18 Change includes of <cmath> to <boost/config/no_tr1/config.hpp>. 17 лет назад
unordered @ d98f72c4e1 0b21368a18 Change includes of <cmath> to <boost/config/no_tr1/config.hpp>. 17 лет назад
utility @ 487a5c1ea5 fc1ac823a2 Swap documentation: fixed a misspelling of the name of Steven Watanabe. 17 лет назад
uuid @ 88da98e37b 0df8db1603 Move top-level boost directory over to "devel" (temporarily) 18 лет назад
variant @ 25e12b7428 79949d70c3 Fixes #965 18 лет назад
wave @ b775241f95 c5766832ff Wave: Updated ChangeLog to reflect the V1.37 release 17 лет назад
xpressive @ 8177b69f09 ce7ef15f23 add support for Boost.Exception 17 лет назад
index.html a70f317546 Add copyright, license 19 лет назад
libraries.htm b637078888 Removed **ODD** "cacciola" entry as a library (!?) 17 лет назад
maintainers.txt 4826198388 added my email address to libs/maintainers.txt 17 лет назад
platform_maintainers.txt 02f2fb03da Set up initial platform maintainers file 18 лет назад
粤ICP备19079148号