| .. |
|
algorithm @ a23ae6316f
|
721f81bb9b
Licence from authors of previous versions changed to BSL (according to blanket-permission.txt)
|
22 years ago |
|
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.
|
22 years ago |
|
array @ 4ee6e051fe
|
7919160468
*** empty log message ***
|
22 years ago |
|
assign @ d88858ad5d
|
f6d9fe766c
*** empty log message ***
|
21 years ago |
|
bind @ 4e287df40c
|
0a3b5459fa
Converted to Boost Software License, Version 1.0
|
22 years ago |
|
compatibility @ 5e00bbd86e
|
93bc1e6bd7
Updated SGI version checks
|
23 years ago |
|
compose @ c174dc9e01
|
64a1659506
index.htm renamed index.html
|
22 years ago |
|
concept_check @ bc8f520895
|
0a3b5459fa
Converted to Boost Software License, Version 1.0
|
22 years ago |
|
config @ b8c5b0b240
|
bc9726428c
Updated como config.
|
21 years ago |
|
conversion @ ec35f00bc3
|
3ad05ddecc
Removed boost.org copyright assignments, and reverted to orginal author (as based on cvs history).
|
22 years ago |
|
crc @ ed764fe9c4
|
284f949144
Corrected license statement
|
22 years ago |
|
date_time @ 84333ae50e
|
04ff3c732c
various documentation cleanups
|
21 years ago |
|
detail @ d29b455f5f
|
13977897ec
Converted files to the BSL.
|
21 years ago |
|
disjoint_sets @ 545e568d7b
|
b13be9176b
Get rid of test lib
|
22 years ago |
|
dynamic_bitset @ e85ab3cb63
|
be7999f0f6
Add workaround for CW8 when it compiles reset(), as it generates invalid code otherwise.
|
22 years ago |
|
exception @ ae714358ad
|
e5a29a5074
fixes comeau bug
|
22 years ago |
|
filesystem @ 06aa67ca32
|
6b63c2bd06
Another Win32 error code that needs handling (indicates that the file does not exist).
|
21 years ago |
|
format @ 0b12543b27
|
aaed9be51f
-feed_args.hpp : includes boost/assert.hpp and replaced "assert" by "BOOST_ASSERT", thanks to Nando for reporting this.
|
21 years ago |
|
function @ c9d7858ff0
|
236f1ed0f3
Remove tabs in file.
|
22 years ago |
|
functional @ 240f068069
|
825fe1ec07
add or update See www.boost.org comments
|
23 years ago |
|
graph @ 0f54780d9b
|
13977897ec
Converted files to the BSL.
|
21 years ago |
|
integer @ 7197caf500
|
63e9a13d18
Added Daryle Walker's copyrights as requested.
|
22 years ago |
|
io @ a14284ef8a
|
63e9a13d18
Added Daryle Walker's copyrights as requested.
|
22 years ago |
|
iterator @ 4e07575b78
|
4ff8b7f64b
Update tests for fixed postfix increment
|
21 years ago |
|
lambda @ 3bd135028e
|
d2ecdc0e70
Move to BSL
|
22 years ago |
|
logic @ e5c2ea9a90
|
3f81c6d366
Update copyrights
|
22 years ago |
|
math @ 4471d90c95
|
5d57f0dcb3
License updates
|
21 years ago |
|
mpl @ e2e70427cc
|
5d57f0dcb3
License updates
|
21 years ago |
|
multi_array @ a3af91491c
|
6b344e9fab
Added copyright notice.
|
22 years ago |
|
multi_index @ 44dd6da9ad
|
06f4c889a2
added MSVC 8.0
|
22 years ago |
|
numeric
|
b75fa228ef
comment
|
21 years ago |
|
optional @ 7717a785de
|
370c98cc18
Fix some typos
|
22 years ago |
|
pool @ 187051f4a7
|
0f27cfd851
Fixed windows platform detection.
|
22 years ago |
|
preprocessor @ fb183beac1
|
b4ecccaf18
apply Digital Mars patch by Daniel James (http://article.gmane.org/gmane.comp.lib.boost.devel/107127)
|
22 years ago |
|
program_options @ b4f699c0de
|
a69c959823
Fix for CW 9 (namespace ambiguity)
|
22 years ago |
|
property_map @ d5762a3491
|
cd6254eb97
Converted to Boost Software License, Version 1.0
|
22 years ago |
|
python @ 0f19b148f6
|
13977897ec
Converted files to the BSL.
|
21 years ago |
|
random @ 3e53b922c7
|
5201cbf5a2
Work around GCC 3.3 problem with
|
21 years ago |
|
range @ a929adc492
|
cd8ebfb166
*** empty log message ***
|
21 years ago |
|
rational @ 71ecf6f9ec
|
2d6117229c
remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
|
22 years ago |
|
regex @ 54be0eaa9d
|
7878b347a7
VC6-specific fixes for wide character convenience functions.
|
21 years ago |
|
serialization @ d6fcf2150d
|
a9e304f8bc
attempt to compile intel 7.1
|
21 years ago |
|
signals @ 42d6f7828e
|
13977897ec
Converted files to the BSL.
|
21 years ago |
|
smart_ptr @ ef51f6a1de
|
0a1f2abe9a
License update
|
21 years ago |
|
spirit @ eea0877b60
|
7985b58358
Applied Joao's summary switch_p patch.
|
21 years ago |
|
statechart @ eaa1f4d80d
|
334f506cc2
Fixed bug that led to a failing runtime assert when a transition is made in an unstable state machine with orthogonal regions.
|
22 years ago |
|
static_assert @ f0969644d0
|
3c01d369b9
Fixed doc typo.
|
22 years ago |
|
test @ 988ac68788
|
2c929db461
another tru64cxx65 workaround
|
21 years ago |
|
thread @ 43cbe3f1f8
|
d1df67a3d8
Include detail/config.hpp; fix include path.
|
21 years ago |
|
timer @ 7d7b156a03
|
d466a77c37
Updated Beman Dawes' licence statement to use the new prefered form of words.
|
22 years ago |
|
tokenizer @ 8fb15d50ea
|
0a1f2abe9a
License update
|
21 years ago |
|
tuple @ eea1937afc
|
cd6254eb97
Converted to Boost Software License, Version 1.0
|
22 years ago |
|
type_traits @ 55e2d27da4
|
0a1f2abe9a
License update
|
21 years ago |
|
utility @ b0baebeb0a
|
6cf80be3a4
fix noncopyable, finally
|
21 years ago |
|
variant @ 953a3bceed
|
13977897ec
Converted files to the BSL.
|
21 years ago |
|
expected_results.xml
|
f9945c77f8
add expected_results.xml
|
22 years ago |
|
index.html
|
9ef38fdf62
htm instead of html:-)
|
24 years ago |
|
libraries.htm
|
fd2c59b56b
added serialization
|
22 years ago |