| .. |
|
accumulators @ a5117cd753
|
889c012ed0
Add PDF generation options to fix external links to point to the web site.
|
17 tahun lalu |
|
algorithm @ e8a2596637
|
889c012ed0
Add PDF generation options to fix external links to point to the web site.
|
17 tahun lalu |
|
any @ 96443e1f00
|
daba79c0f3
Fixes #2311: any::operator= should have by-value argument
|
17 tahun lalu |
|
array @ d2910e195a
|
dcf4d68b3f
Updating dependency information for modularized libraries.
|
17 tahun lalu |
|
asio @ 23673deed3
|
9973a19718
Set PDF URL rewrite path.
|
17 tahun lalu |
|
assign @ 81c5a72afc
|
6612fb8a9e
suppressing of warnings
|
17 tahun lalu |
|
atomic @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 tahun lalu |
|
bimap @ 8eb20de2cd
|
889c012ed0
Add PDF generation options to fix external links to point to the web site.
|
17 tahun lalu |
|
bind @ 45a1f1434b
|
93c0b86929
Add ref_compare for weak_ptr. Refs #2849.
|
17 tahun lalu |
|
chrono @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 tahun lalu |
|
circular_buffer @ 1f51450f23
|
7b5261362b
circular_buffer: #2538 Warning suppression in circular buffer test jamfile
|
17 tahun lalu |
|
compatibility @ 49cd137691
|
dcf4d68b3f
Updating dependency information for modularized libraries.
|
17 tahun lalu |
|
compose @ d5be6d029f
|
22a3a66dc4
Add index.html file for compose, as our server setup doesn't support index.htm files.
|
17 tahun lalu |
|
concept
|
1cc4d6b1c8
Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
|
17 tahun lalu |
|
concept_check @ dc164705ad
|
92f63b04d2
Minor markup fix in concept check documentation.
|
17 tahun lalu |
|
config @ 833e50fe8f
|
1fad2d1ec1
Have config/select_stdlib_config.hpp and config/stdlib/stlport.hpp use <cstddef> instead of <utility> to determine which standard library is in use. For std lib implementations that rely on Boost components like TypeTraits, Bind, Function, or SmartPtr, this helps to avoid circular header dependency issues, since <cstddef> is much less likely to pull in Boost libraries than <utility>.
|
17 tahun lalu |
|
container @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 tahun lalu |
|
context @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 tahun lalu |
|
conversion @ 5fa1edeee0
|
a7a400eccc
Fixes #1220: lexical_cast requires RTTI
|
17 tahun lalu |
|
coroutine @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 tahun lalu |
|
crc @ c77349e0d9
|
dcf4d68b3f
Updating dependency information for modularized libraries.
|
17 tahun lalu |
|
date_time @ 8a5d48f39c
|
889c012ed0
Add PDF generation options to fix external links to point to the web site.
|
17 tahun lalu |
|
detail @ de4c1b2e9d
|
a69bff3200
Add BOOST_TEST_EQ.
|
17 tahun lalu |
|
disjoint_sets @ cbaba3cccb
|
dcf4d68b3f
Updating dependency information for modularized libraries.
|
17 tahun lalu |
|
dynamic_bitset @ 97d2bff3b6
|
dcf4d68b3f
Updating dependency information for modularized libraries.
|
17 tahun lalu |
|
exception @ b2e31a640e
|
5c8051a576
documentation update
|
17 tahun lalu |
|
filesystem @ 0645bc1347
|
c02a83b813
System, Filesystem: remove boost/detail/test_framework.hpp; use boost/detail/lightweight_test.hpp instead (Thanks to Peter Dimov for pointing this out)
|
17 tahun lalu |
|
flyweight @ 2c409bd070
|
f571cdbef8
made Boost.Interprocess names shorter to accommodate some filesystems
|
17 tahun lalu |
|
foreach @ 5efc2d3d06
|
218d4f99bb
Intel-Win can't seem to handle const rvalues in the ternary conditional operator, fixes #2851
|
17 tahun lalu |
|
format @ 77a763a128
|
dcf4d68b3f
Updating dependency information for modularized libraries.
|
17 tahun lalu |
|
function @ a74e72cce9
|
03423f21b0
Make Boost.Function compile under BOOST_NO_EXCEPTIONS.
|
17 tahun lalu |
|
function_types @ b7da1bd1ab
|
747668ed3e
adds tests with const result
|
17 tahun lalu |
|
functional @ e5e7db003d
|
92cbbee0bd
Changelog for unordered and hash.
|
17 tahun lalu |
|
fusion @ 9acd9b2feb
|
b12939e6bb
added default implementation for iterator_facade
|
17 tahun lalu |
|
geometry @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 tahun lalu |
|
gil @ 9c0e94644e
|
88520eb427
Add missing index.html file for MPI and GIL.
|
17 tahun lalu |
|
graph @ 0dfbf04a75
|
a047ecbe8a
Added generator_test from Nick Edmonds
|
17 tahun lalu |
|
graph_parallel @ af4169a1c7
|
4f5fce062e
Removed blank line at end to match PBGL
|
17 tahun lalu |
|
heap @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 tahun lalu |
|
icl @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 tahun lalu |
|
integer @ 3706ee7bd9
|
82cb346691
Fixes #2654.
|
17 tahun lalu |
|
interprocess @ 9117f958a4
|
d1be2697a2
Change static_cast with reinterpret_cast since in some compilers (Intel, and surely other EDG based ones) this kicks the conversion operator recursively and provokes an stack overflow.
|
17 tahun lalu |
|
intrusive @ f532ae12e7
|
0d7e32218e
Changes for Boost.1.39
|
17 tahun lalu |
|
io @ 1865f2b8f9
|
dcf4d68b3f
Updating dependency information for modularized libraries.
|
17 tahun lalu |
|
iostreams @ 5841d36579
|
3e0839f390
Check if value of NO_COMPRESSION/NO_ZLIB is 0 or 1.
|
17 tahun lalu |
|
iterator @ f2433c63d5
|
889c012ed0
Add PDF generation options to fix external links to point to the web site.
|
17 tahun lalu |
|
lambda @ 0c4e251ebe
|
85184a3874
Supress warnings on gcc and msvc. Fixes #1515
|
17 tahun lalu |
|
local_function @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 tahun lalu |
|
locale @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 tahun lalu |
|
lockfree @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 tahun lalu |
|
logic @ 233cfca75c
|
889c012ed0
Add PDF generation options to fix external links to point to the web site.
|
17 tahun lalu |
|
math @ 97049ddaa7
|
610dea4cba
Fix use of C99 macro names.
|
17 tahun lalu |
|
move @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 tahun lalu |
|
mpi @ 3267340308
|
88520eb427
Add missing index.html file for MPI and GIL.
|
17 tahun lalu |
|
mpl @ a96b0e9924
|
8b88d19554
add mpl::char_ and mpl::string, fixes #2905
|
17 tahun lalu |
|
msm @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 tahun lalu |
|
multi_array @ 7f0608bee9
|
dcf4d68b3f
Updating dependency information for modularized libraries.
|
17 tahun lalu |
|
multi_index @ 8290474391
|
d376ce4403
updated according to latest regression tests results
|
17 tahun lalu |
|
multiprecision @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 tahun lalu |
|
numeric
|
0a19f54ca3
storage.hpp: fix #2891, now check new size instead of old one
|
17 tahun lalu |
|
optional @ 361943e033
|
889c012ed0
Add PDF generation options to fix external links to point to the web site.
|
17 tahun lalu |
|
parameter @ 91623e6241
|
bb0203d92b
parameter-doc: Regenerated HTML from ReST source.
|
17 tahun lalu |
|
phoenix @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 tahun lalu |
|
polygon @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 tahun lalu |
|
pool @ 6426fe09f8
|
dcf4d68b3f
Updating dependency information for modularized libraries.
|
17 tahun lalu |
|
predef @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 tahun lalu |
|
preprocessor @ 328bd6f995
|
dcf4d68b3f
Updating dependency information for modularized libraries.
|
17 tahun lalu |
|
program_options @ 600a8aa105
|
15eebc8ac4
Merge from release:
|
17 tahun lalu |
|
property_map @ bfdcce76b0
|
3974960af0
Merged more changes from Parallel BGL
|
17 tahun lalu |
|
property_tree @ 1bc7c1fa24
|
425a6d1245
Improve property_tree documentation.
|
17 tahun lalu |
|
proto @ 28a3b1ccbf
|
e23f3b742a
fix proto::lazy
|
17 tahun lalu |
|
ptr_container @ 8c16fe3e34
|
1addab7ef3
fixed doc problem
|
17 tahun lalu |
|
python @ 98a9fa445b
|
889c012ed0
Add PDF generation options to fix external links to point to the web site.
|
17 tahun lalu |
|
random @ a2ba8e2ac8
|
26d885c413
Enable stream operators on msvc. Fixes #1068. Fixes #1691
|
17 tahun lalu |
|
range @ bcc0ea30cf
|
277a9385d6
Ticket #2903
|
17 tahun lalu |
|
ratio @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 tahun lalu |
|
rational @ 4f0a8148b3
|
898b05faa6
MSVC warning suppression.
|
17 tahun lalu |
|
regex @ 6f7f8a6886
|
4bb6eeafe2
Allow ICU_PATH path-constant in project-config to work.
|
17 tahun lalu |
|
scope_exit @ 9ce12ad74c
|
889c012ed0
Add PDF generation options to fix external links to point to the web site.
|
17 tahun lalu |
|
serialization @ a3f1eb6fa8
|
3d6866965c
For STLport on WinCE, BOOST_NO_STDC_NAMESPACE can get defined if STLport is putting symbols in its own namespace. In the case of codecvt, however, this does not mean that codecvt is in the global namespace (it will be in STLport's namespace).
|
17 tahun lalu |
|
signals @ 48abce7d5d
|
889c012ed0
Add PDF generation options to fix external links to point to the web site.
|
17 tahun lalu |
|
signals2 @ be76a695c3
|
4abe5b64ed
Fix for broken links from Danel James.
|
17 tahun lalu |
|
smart_ptr @ 3dacec8e1d
|
1fad2d1ec1
Have config/select_stdlib_config.hpp and config/stdlib/stlport.hpp use <cstddef> instead of <utility> to determine which standard library is in use. For std lib implementations that rely on Boost components like TypeTraits, Bind, Function, or SmartPtr, this helps to avoid circular header dependency issues, since <cstddef> is much less likely to pull in Boost libraries than <utility>.
|
17 tahun lalu |
|
spirit @ 677b2fdecc
|
ce8ea41dd3
Use data() accessor for state_machine.
|
17 tahun lalu |
|
statechart @ a8ddaedef8
|
1e7bdd796f
Updated getting started text to 1.38.
|
17 tahun lalu |
|
static_assert @ 62461d8848
|
889c012ed0
Add PDF generation options to fix external links to point to the web site.
|
17 tahun lalu |
|
sync @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 tahun lalu |
|
system @ fd0605bd7e
|
c02a83b813
System, Filesystem: remove boost/detail/test_framework.hpp; use boost/detail/lightweight_test.hpp instead (Thanks to Peter Dimov for pointing this out)
|
17 tahun lalu |
|
test @ b7bb369588
|
91cbd8f166
Fix msvc warnings and Intel C++ compiler error.
|
17 tahun lalu |
|
thread @ effd891a16
|
6c80272ca2
Remove options that are no longer required and get the PDF docs building.
|
17 tahun lalu |
|
timer @ feb4fc7b01
|
055a8a2663
Fix spelling boo boo (Shawn Roe)
|
17 tahun lalu |
|
tokenizer @ 9901de0eb3
|
dcf4d68b3f
Updating dependency information for modularized libraries.
|
17 tahun lalu |
|
tr1 @ 5c814bf47f
|
f147114db3
shared_count.hpp has moved.
|
17 tahun lalu |
|
tti @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 tahun lalu |
|
tuple @ 70e04d2965
|
5a9b9a6b8f
Fix html.
|
17 tahun lalu |
|
type_erasure @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 tahun lalu |
|
type_traits @ bbb3e5da87
|
2f15e62d64
Add missing #includes.
|
17 tahun lalu |
|
typeof @ a70cd7396a
|
8f6b210786
BOOST_TYPEOF_NESTED_TYPEDEF now supports expressions containing "this" for VC compilers
|
17 tahun lalu |
|
units @ 59f81dea51
|
c2762fda66
Fix return type for division by a constant
|
17 tahun lalu |
|
unordered @ 290c7566ff
|
92cbbee0bd
Changelog for unordered and hash.
|
17 tahun lalu |
|
utility @ 91385ac627
|
bbd669ba28
Another try at the Sun workaround.
|
17 tahun lalu |
|
uuid @ 88da98e37b
|
0df8db1603
Move top-level boost directory over to "devel" (temporarily)
|
19 tahun lalu |
|
variant @ a8b1d0f5d0
|
889c012ed0
Add PDF generation options to fix external links to point to the web site.
|
17 tahun lalu |
|
wave @ 21b3deb904
|
5aecd14263
Use data() accessor on state_machine.
|
17 tahun lalu |
|
xpressive @ 2399f0c2cb
|
6eeb751839
work around gcc optimizer bug fixes #2655
|
17 tahun lalu |
|
CMakeLists.txt
|
9a856769ee
Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
|
17 tahun lalu |
|
index.html
|
a70f317546
Add copyright, license
|
19 tahun lalu |
|
libraries.htm
|
2f840e3de4
Adding documentation for make_shared and allocate_shared to smart_ptr docs.
|
17 tahun lalu |
|
maintainers.txt
|
c0b91e04cc
Added Signals2 to libraries.htm and maintainers.txt.
|
17 tahun lalu |
|
platform_maintainers.txt
|
02f2fb03da
Set up initial platform maintainers file
|
18 tahun lalu |