.. |
algorithm@e2d5feeb06
|
Link to Alexandrescu's paper
|
2005-09-27 21:42:58 +00:00 |
any@4c316b53d4
|
Added V2 Jamfile
|
2005-05-25 13:33:14 +00:00 |
array@2fde5e334b
|
License update
|
2004-09-09 13:59:01 +00:00 |
assign@57a6ed85a7
|
moved includes around to avoid http://gcc.gnu.org/PR18604 in GCC 3.4.x/4.0.x
|
2005-06-07 07:11:16 +00:00 |
bind@5fbb6558ec
|
Switched GCC to use inline function placeholders because of PCH limitations (Matthew Gruenke)
|
2005-10-06 19:03:19 +00:00 |
compatibility@c10611c5e0
|
Merged from 1.33.0 release
|
2005-08-12 13:02:37 +00:00 |
compose@1dac6c4295
|
Placeholder for all time
|
2004-09-14 12:28:18 +00:00 |
concept_check@8414234a2a
|
documented the restriction on BOOST_CLASS_REQUIRES
|
2005-09-12 15:17:27 +00:00 |
config@c92043496d
|
Intel have now fixed their ADL lookup bug, so don't enable BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL for the fixed version.
|
2005-10-04 09:37:13 +00:00 |
conversion@cb2bd8076d
|
Reconfigure lexical_cast to work wide character strings and VC++ when not using /Zc:wchar_t.
|
2005-08-29 12:44:09 +00:00 |
crc@eff9ab38f2
|
Merged from 1.33.0 release
|
2005-08-12 13:02:37 +00:00 |
date_time@6ab46fc3d4
|
fixes for regression in gcc295 compilers
|
2005-09-11 23:21:00 +00:00 |
detail@ae07663830
|
first try at fixing is_incrementable for gcc 4.0.2
|
2005-10-08 16:04:39 +00:00 |
disjoint_sets@227afeceba
|
Merged from 1.33.0 release
|
2005-08-12 13:02:37 +00:00 |
dynamic_bitset@39f11e7cc0
|
Workaround for CodeWarrior 9.4/9.5, I think
|
2005-05-16 14:22:35 +00:00 |
exception@ae714358ad
|
fixes comeau bug
|
2004-08-04 05:15:01 +00:00 |
filesystem@a9458cdc47
|
Revert to 0xFFFFFFFF because VC++6.0 doesn't support INVALID_FILE_ATTRIBUTES
|
2005-09-18 14:53:36 +00:00 |
foreach@e7d2d13da4
|
fix broken link ids
|
2005-10-04 15:38:56 +00:00 |
format@5fd40ca227
|
Merged from 1.33.0 release
|
2005-08-12 13:02:37 +00:00 |
function@35e2ff56a0
|
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
|
2005-08-25 16:27:28 +00:00 |
functional@96916fefda
|
Return 0 from test, for the benefit of Visual C++ 6.
|
2005-10-05 20:52:00 +00:00 |
graph@4373b57677
|
Fix typos
|
2005-09-29 13:36:46 +00:00 |
integer@291bb8c525
|
Enable support for Dragonfly BSD
|
2005-08-24 15:45:17 +00:00 |
io@cf2a12b4a3
|
Fix to allow for the possibility that std::locale support is not available in some standard library implementations.
|
2005-05-02 06:24:20 +00:00 |
iostreams@46e55682dc
|
initial commitment
|
2005-08-26 02:04:13 +00:00 |
iterator@ae10a3b706
|
Added first (rough) draft of quickbook documentation
|
2005-09-13 22:42:38 +00:00 |
lambda@7f77f987c1
|
Fixed typos in comments
|
2005-08-02 17:43:37 +00:00 |
logic@5cf0ef44a7
|
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
|
2005-08-25 16:27:28 +00:00 |
math@7a4ca04278
|
Work around Tiger's wonky double double format for long double
|
2005-09-15 02:22:13 +00:00 |
mpl@b6cb514192
|
#defined AUX778076_CONVERT_CN_TO and used in modified AUX778076_SEQUENCE_N_ARGS
|
2005-10-04 18:01:35 +00:00 |
multi_array@c6cb294daf
|
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
|
2005-08-25 16:27:28 +00:00 |
multi_index@1361bfe530
|
updated; changes meant for 1.34 are included in 1.33.1
|
2005-09-05 08:40:38 +00:00 |
numeric
|
FIX ref returned reference to 0 pointer if new element. Thanks Max Weinberg.
|
2005-10-09 16:43:42 +00:00 |
optional@f89c517fa8
|
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
|
2005-08-25 16:27:28 +00:00 |
parameter@73eccfc901
|
added Stuart Dootson's results
|
2005-09-19 02:29:23 +00:00 |
pool@dc59ce3abb
|
Try to work around Borland 5.6.4 bug
|
2005-05-19 13:45:53 +00:00 |
preprocessor@c9c95e1684
|
single element fix
|
2005-09-05 07:58:27 +00:00 |
program_options@84cc0d2972
|
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
|
2005-08-25 16:27:28 +00:00 |
property_map@55e50f9d1b
|
Merged from 1.33.0 release
|
2005-08-12 13:02:37 +00:00 |
ptr_container@cf8278d4cf
|
fixed too strict precondition in erase()
|
2005-08-24 18:19:54 +00:00 |
python@67a7669ff4
|
work around Visual C++ 6 problem
|
2005-09-22 06:20:25 +00:00 |
random@9629ae44a5
|
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
|
2005-08-25 16:27:28 +00:00 |
range@e76e9cda28
|
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
|
2005-08-25 16:27:28 +00:00 |
rational@e2815547d3
|
Merged from 1.33.0 release
|
2005-08-12 13:02:37 +00:00 |
regex@b5bc6e2be9
|
Enabled negated character classes inside character sets.
|
2005-09-20 12:01:25 +00:00 |
serialization@454aeece14
|
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
|
2005-08-25 16:27:28 +00:00 |
signals@dd1f6008f0
|
Added alternative Qt hack from Frank Hess
|
2005-09-23 11:45:10 +00:00 |
smart_ptr@92a027fbeb
|
Minor warning fix for SGI MIPSPro (Kevin Wheatley)
|
2005-09-25 22:00:31 +00:00 |
spirit@a5274dbff5
|
make cons list a valid MPL sequence
|
2005-10-06 02:18:56 +00:00 |
statechart@602789befa
|
Minor clarification
|
2005-09-10 11:00:53 +00:00 |
static_assert@6541c76677
|
Remove the warnings: they don't really work as intended.
|
2005-09-30 12:43:31 +00:00 |
test@72b4954942
|
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
|
2005-08-25 16:27:28 +00:00 |
thread@358e32e98f
|
Remove <runtime-link>static requirement: it's not universally supported.
|
2005-09-23 15:09:33 +00:00 |
timer@8599182708
|
Merged from 1.33.0 release
|
2005-08-12 13:02:37 +00:00 |
tokenizer@4ad66f6c9c
|
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
|
2005-08-25 16:27:28 +00:00 |
tuple@2d13a60d05
|
applied patch by Rupert Kittinger, avoids potentially undefined behavior
|
2005-08-26 16:03:05 +00:00 |
type_traits@b5c4409c76
|
Suppressed some unnecessary VC++ warnings so that tests are -W4 clean.
|
2005-10-07 14:27:39 +00:00 |
typeof@670d5d4fd4
|
removed tabs
|
2005-10-05 02:47:56 +00:00 |
utility@30236f8915
|
Made the Boost logo link to the home page
|
2005-09-25 21:54:19 +00:00 |
variant@93353f3afc
|
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
|
2005-08-25 16:27:28 +00:00 |
wave@806c1d4465
|
Fixed warnings reported by gcc 4.x.
|
2005-10-08 13:27:39 +00:00 |
xpressive@63dabd204e
|
misc doc tweaks
|
2005-10-08 06:44:30 +00:00 |
expected_results.xml
|
Merged from 1.33.0 release
|
2005-08-12 13:02:37 +00:00 |
index.html
|
htm instead of html:-)
|
2002-08-15 18:37:55 +00:00 |
libraries.htm
|
add link to xpressive
|
2005-10-06 00:58:00 +00:00 |
maintainers.txt
|
maintainer for xpressive is eric niebler
|
2005-10-06 00:52:06 +00:00 |
platform_maintainers.txt
|
Add platform maintainers file
|
2005-07-15 13:57:31 +00:00 |