| .. |
|
algorithm @ d88e251f39
|
a2032f9427
implementation changed to use boost::function instead of own
|
há 22 anos atrás |
|
any @ 3fb1dbc758
|
7e3a545af0
Don't allow a namespace and a class template to have the same name; it confuses MSVC 6.0 and 7.0.
|
há 22 anos atrás |
|
array @ cfb6d6eae6
|
2379b2676d
array.xml: documentation updates from Nico
|
há 22 anos atrás |
|
bind @ 53c2e449d1
|
47b3a273e2
g++ 2.9x fix
|
há 22 anos atrás |
|
compatibility @ 5e00bbd86e
|
93bc1e6bd7
Updated SGI version checks
|
há 23 anos atrás |
|
compose @ c174dc9e01
|
64a1659506
index.htm renamed index.html
|
há 22 anos atrás |
|
concept_check @ 1b8f363e90
|
2d6117229c
remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
|
há 22 anos atrás |
|
config @ 119f37e931
|
19c07786e1
Added new GLIBC++V3 macros (from gcc 3.4).
|
há 22 anos atrás |
|
conversion @ 463284f46f
|
2d6117229c
remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
|
há 22 anos atrás |
|
crc @ ed764fe9c4
|
284f949144
Corrected license statement
|
há 22 anos atrás |
|
date_time @ ff2404a7b7
|
f7526f7b90
add iso_from function
|
há 22 anos atrás |
|
detail @ 5f07eb294f
|
5878eef7bc
new file (needed by dynamic_bitset)
|
há 22 anos atrás |
|
disjoint_sets @ cf471f086b
|
b7e39aaaef
cwpro8.3 workaround
|
há 23 anos atrás |
|
dynamic_bitset @ 5cdfb675be
|
17f52ce9ea
removed superfluous spaces
|
há 22 anos atrás |
|
exception @ 17f806e8a7
|
cf319e71b6
_MSC_VER use clarified.
|
há 22 anos atrás |
|
filesystem @ 32c127a5c5
|
26d17a3041
Fix typo. Thanks to Jeff Flinn for noticing.
|
há 22 anos atrás |
|
format @ d09013ce9c
|
96436ea92f
changed format_item::truncate_ 's type from int to streamsize. that's what it was supposed to be from the start. spotted on 64 bit plaform by A.Leeming
|
há 22 anos atrás |
|
function @ 1b27dc8f86
|
ae25178496
Fix some shadow warnings
|
há 22 anos atrás |
|
functional @ 240f068069
|
825fe1ec07
add or update See www.boost.org comments
|
há 23 anos atrás |
|
graph @ 16cc6fed3c
|
73248fc96f
added inv_adjacent_vertices
|
há 22 anos atrás |
|
integer @ 4862574bb1
|
2d6117229c
remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
|
há 22 anos atrás |
|
io @ 70043b1ee4
|
7cdfaa4f8e
Fixed up license/copyright
|
há 22 anos atrás |
|
iterator @ b310ccda97
|
5cbf11b20c
Fixed typo
|
há 22 anos atrás |
|
lambda @ b99048eab3
|
8823df4071
Fix for gcc 3.4
|
há 22 anos atrás |
|
math @ a607b80188
|
2d6117229c
remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
|
há 22 anos atrás |
|
mpl @ 460430a167
|
19fa00f32e
better configurability fix
|
há 22 anos atrás |
|
multi_array @ 91661f2f17
|
2d6117229c
remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
|
há 22 anos atrás |
|
numeric
|
10bc2392ee
Fixed typename issues (compatibility with GCC 3.4.0)
|
há 22 anos atrás |
|
optional @ 0109fabef4
|
e76517529d
Fixed test for bcc5.6.4 weak overload resolution
|
há 22 anos atrás |
|
pool @ 4751c81a59
|
2d6117229c
remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
|
há 22 anos atrás |
|
preprocessor @ d56c9b37a6
|
99808f861f
Fix broken links.
|
há 22 anos atrás |
|
property_map @ b3ef1a3aac
|
f260725452
fixed a subtle bug in get() and put() exposed by the change to
|
há 22 anos atrás |
|
python @ 9e2b4380d5
|
e8357a53bc
ADL bug-fix
|
há 22 anos atrás |
|
random @ f63ff478d2
|
8392df980f
fix min/max problems
|
há 22 anos atrás |
|
rational @ 71ecf6f9ec
|
2d6117229c
remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
|
há 22 anos atrás |
|
regex @ 1dc081e1c2
|
92f554f55c
Fixed problem with wide character optimisations, changed asserts on pointers (HP-specific workaround).
|
há 22 anos atrás |
|
signals @ 62200755cf
|
2d8b03b8cb
Overall:
|
há 22 anos atrás |
|
smart_ptr @ c48f05dcb4
|
2cca62693e
enable_shared_from_this is now const-tolerant.
|
há 22 anos atrás |
|
spirit @ 5166bc184e
|
21cc5a55bf
fix for cases where CharT is not char or wchar_t (e.g. unsigned int)
|
há 22 anos atrás |
|
statechart @ d9f78c7214
|
acfd958d47
Changed the implementation of state_machine::terminate() so that orthogonal regions are now exited strictly from highest to lowest number instead of randomly as before.
|
há 22 anos atrás |
|
static_assert @ 68545773d5
|
944950c299
Changed tests to guarantee portability
|
há 22 anos atrás |
|
test @ 47d14290c7
|
15ba98a01b
parenthesis around std::isprint because it's a macro on mipspro
|
há 22 anos atrás |
|
thread @ 0ed112631c
|
d751b6c528
Merge tss changes from thread_dev branch.
|
há 22 anos atrás |
|
timer @ 79d6e03d1a
|
2d6117229c
remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
|
há 22 anos atrás |
|
tokenizer @ 4e7357c63e
|
8b00141520
Fixed a bug involving using char_delimiter with a true input iterator.
|
há 22 anos atrás |
|
tuple @ 78572fca7b
|
5311009f51
Bug fix for vc6
|
há 22 anos atrás |
|
type_traits @ 39ce140cf7
|
a7cf910d63
Added comment on Intel compiler problems.
|
há 22 anos atrás |
|
utility @ a821ef6e2c
|
ed676bb71f
Added enable_if.hpp as an include
|
há 22 anos atrás |
|
variant @ ec94e74611
|
2d6117229c
remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
|
há 22 anos atrás |
|
index.html
|
9ef38fdf62
htm instead of html:-)
|
há 24 anos atrás |
|
libraries.htm
|
1ab2eb02de
boost/utility/result_of.hpp, boost/utility/detail/result_of_iterate.hpp:
|
há 22 anos atrás |