| .. |
|
algorithm @ e2d5feeb06
|
4136756b75
Link to Alexandrescu's paper
|
20 years ago |
|
any @ 4c316b53d4
|
c120bc82cb
Added V2 Jamfile
|
21 years ago |
|
array @ 2fde5e334b
|
ab1c9f7456
License update
|
22 years ago |
|
assign @ 57a6ed85a7
|
e3583e596c
moved includes around to avoid http://gcc.gnu.org/PR18604 in GCC 3.4.x/4.0.x
|
21 years ago |
|
bind @ e5a60bfe1c
|
a0223f5861
Rvalue-allowing overloads for one/two arguments added.
|
20 years ago |
|
compatibility @ c10611c5e0
|
bebd91dc9e
Merged from 1.33.0 release
|
21 years ago |
|
compose @ 1dac6c4295
|
fd68083d2d
Placeholder for all time
|
22 years ago |
|
concept_check @ 8414234a2a
|
d82d312cd4
documented the restriction on BOOST_CLASS_REQUIRES
|
21 years ago |
|
config @ f021974577
|
246c3d906e
Fixed up config to include <utility> via a wrapper that turns off TR1 inclusion in case the Boost.TR1 lib is in the compilers search path.
|
20 years ago |
|
conversion @ cb2bd8076d
|
c759cfb142
Reconfigure lexical_cast to work wide character strings and VC++ when not using /Zc:wchar_t.
|
21 years ago |
|
crc @ eff9ab38f2
|
bebd91dc9e
Merged from 1.33.0 release
|
21 years ago |
|
date_time @ c2a307320b
|
20deacee13
changes for tracker issue 1178092 -- change in convert_to_lower to make local a const static and speed up parsing.
|
20 years ago |
|
detail @ 83ada0473d
|
4a79f846c5
GCC 4.0.2 workarounds
|
20 years ago |
|
disjoint_sets @ 227afeceba
|
bebd91dc9e
Merged from 1.33.0 release
|
21 years ago |
|
dynamic_bitset @ 39f11e7cc0
|
9a1991625a
Workaround for CodeWarrior 9.4/9.5, I think
|
21 years ago |
|
exception @ ae714358ad
|
e5a29a5074
fixes comeau bug
|
22 years ago |
|
filesystem @ a9458cdc47
|
efbefc2663
Revert to 0xFFFFFFFF because VC++6.0 doesn't support INVALID_FILE_ATTRIBUTES
|
21 years ago |
|
foreach @ e7d2d13da4
|
81864272e1
fix broken link ids
|
20 years ago |
|
format @ 5fd40ca227
|
bebd91dc9e
Merged from 1.33.0 release
|
21 years ago |
|
function @ 35e2ff56a0
|
f86ef3786a
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
|
21 years ago |
|
functional @ 96916fefda
|
372dd024a5
Return 0 from test, for the benefit of Visual C++ 6.
|
20 years ago |
|
graph @ 4373b57677
|
2097ca203b
Fix typos
|
20 years ago |
|
integer @ 291bb8c525
|
73127c805b
Enable support for Dragonfly BSD
|
21 years ago |
|
io @ cf2a12b4a3
|
a7142337b3
Fix to allow for the possibility that std::locale support is not available in some standard library implementations.
|
21 years ago |
|
iostreams @ 73c36ee9ea
|
0c14bea524
Added missing import
|
20 years ago |
|
iterator @ 1c3e6c5b65
|
4a79f846c5
GCC 4.0.2 workarounds
|
20 years ago |
|
lambda @ 7f77f987c1
|
b9b2cb31d0
Fixed typos in comments
|
21 years ago |
|
logic @ 5cf0ef44a7
|
f86ef3786a
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
|
21 years ago |
|
math @ 974a55463e
|
e84e7e950a
Changed config logic to not use log1pf and expm1f unless C99 compatibility is specified.
|
20 years ago |
|
mpl @ b6cb514192
|
bdaeba083c
|
20 years ago |
|
multi_array @ c6cb294daf
|
f86ef3786a
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
|
21 years ago |
|
multi_index @ 1361bfe530
|
a941be0940
updated; changes meant for 1.34 are included in 1.33.1
|
21 years ago |
|
numeric
|
75709ae51b
FIX coordinate_matrix pop_back type, should be filled_
|
20 years ago |
|
optional @ f89c517fa8
|
f86ef3786a
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
|
21 years ago |
|
parameter @ 2518454e99
|
a902e096ac
Make tutorial work with gcc-2.95.3
|
20 years ago |
|
pool @ dc59ce3abb
|
a87ee9d0fe
Try to work around Borland 5.6.4 bug
|
21 years ago |
|
preprocessor @ c9c95e1684
|
b217f31049
single element fix
|
21 years ago |
|
program_options @ 84cc0d2972
|
f86ef3786a
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
|
21 years ago |
|
property_map @ 55e50f9d1b
|
bebd91dc9e
Merged from 1.33.0 release
|
21 years ago |
|
ptr_container @ cf8278d4cf
|
1b5e6577ce
fixed too strict precondition in erase()
|
21 years ago |
|
python @ 92a6fafd20
|
d610b21a4a
Note that the libpython.a creation instructions are not needed for Python 2.4.1+
|
20 years ago |
|
random @ 9629ae44a5
|
f86ef3786a
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
|
21 years ago |
|
range @ e76e9cda28
|
f86ef3786a
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
|
21 years ago |
|
rational @ e2815547d3
|
bebd91dc9e
Merged from 1.33.0 release
|
21 years ago |
|
regex @ 5fb9181efa
|
18983b4485
Quote pathnames for ICU and STLport.
|
20 years ago |
|
serialization @ 454aeece14
|
f86ef3786a
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
|
21 years ago |
|
signals @ dd1f6008f0
|
1fcfdc3deb
Added alternative Qt hack from Frank Hess
|
21 years ago |
|
smart_ptr @ 92a027fbeb
|
a19daf97bf
Minor warning fix for SGI MIPSPro (Kevin Wheatley)
|
21 years ago |
|
spirit @ 61931b743d
|
979c450c2d
fixed push_front
|
20 years ago |
|
statechart @ 602789befa
|
cf0c109ba8
Minor clarification
|
21 years ago |
|
static_assert @ 6541c76677
|
74968f7831
Remove the warnings: they don't really work as intended.
|
20 years ago |
|
test @ 72b4954942
|
f86ef3786a
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
|
21 years ago |
|
thread @ 358e32e98f
|
20d220c7af
Remove <runtime-link>static requirement: it's not universally supported.
|
21 years ago |
|
timer @ 8599182708
|
bebd91dc9e
Merged from 1.33.0 release
|
21 years ago |
|
tokenizer @ 4ad66f6c9c
|
f86ef3786a
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
|
21 years ago |
|
tr1 @ f5a8660f4d
|
316d7ca07a
Stop using relative paths: it doesn't work from /status.
|
20 years ago |
|
tuple @ 2d13a60d05
|
f02f028291
applied patch by Rupert Kittinger, avoids potentially undefined behavior
|
21 years ago |
|
type_traits @ 8dbdb5315b
|
a1338c024f
Fix regression: operator= should return a reference.
|
20 years ago |
|
typeof @ 670d5d4fd4
|
5ca44eea49
removed tabs
|
20 years ago |
|
utility @ 30236f8915
|
ab9ae7e32e
Made the Boost logo link to the home page
|
21 years ago |
|
variant @ 93353f3afc
|
f86ef3786a
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
|
21 years ago |
|
wave @ 806c1d4465
|
f2d46a62fb
Fixed warnings reported by gcc 4.x.
|
20 years ago |
|
xpressive @ 51eb200039
|
9b6e08f880
fix gcc-3.4-linux
|
20 years ago |
|
expected_results.xml
|
bebd91dc9e
Merged from 1.33.0 release
|
21 years ago |
|
index.html
|
9ef38fdf62
htm instead of html:-)
|
24 years ago |
|
libraries.htm
|
2bedf80ff1
add link to xpressive
|
20 years ago |
|
maintainers.txt
|
8832d2c0cc
Added tr1 additions to the maintainer file.
|
20 years ago |
|
platform_maintainers.txt
|
0698677e2a
Add platform maintainers file
|
21 years ago |