David Deakins
|
48c69c2f7a
Windows CE does not define the wcscoll function from the CRT so, for WinCE, don't try to pull wcscoll from the global namespace into the std namespace.
|
17 年之前 |
David Deakins
|
02456ce85d
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 年之前 |
Vladimir Prus
|
e8918f8e9f
Merge from trunk
|
17 年之前 |
Thorsten Jørgen Ottosen
|
b82fe44217
fix for bug Ticket #2903
|
17 年之前 |
Thorsten Jørgen Ottosen
|
05d031a4e6
fix for supressing warnings
|
17 年之前 |
Thorsten Jørgen Ottosen
|
553eb8315c
merge from trunk -- doc only
|
17 年之前 |
Thorsten Jørgen Ottosen
|
2a4c79d08a
bug-fixes from trunk
|
17 年之前 |
Thorsten Jørgen Ottosen
|
73bb074fe0
merge from trunk
|
17 年之前 |
Gunter Winkler
|
145be0c418
ublas/detail/concepts.hpp: added conditional to enable/disable test of experimental vector_view
|
17 年之前 |
Vladimir Prus
|
eda070d945
When processing value multitoken options, don't eat futher options.
|
17 年之前 |
Gunter Winkler
|
4b0aa52a3a
ublas/doc/samples/ex_triangular.cpp: added new example
|
17 年之前 |
Eric Niebler
|
455ce86684
Merged revisions 52144 via svnmerge from
|
17 年之前 |
Gunter Winkler
|
b874107735
ublas/expression_types.hpp: added typedef ublas_expression::self_type
|
17 年之前 |
Emil Dotchevski
|
273f79714b
documentation update
|
17 年之前 |
Emil Dotchevski
|
36e6f1da12
documentation update
|
17 年之前 |
Emil Dotchevski
|
6753c711ab
documentation update
|
17 年之前 |
Emil Dotchevski
|
5f00142e9f
documentation copyright message update
|
17 年之前 |
Emil Dotchevski
|
21b48a84dd
documentation typos
|
17 年之前 |
Emil Dotchevski
|
8ac9d4fd49
Documentation update
|
17 年之前 |
Robert Ramey
|
897c52199c
Merge changes from trunk to release
|
17 年之前 |
Robert Ramey
|
72bf3dcfa2
Merge changes from trunk to release
|
17 年之前 |
Robert Ramey
|
95f77a0561
Merge changes from trunk to release
|
17 年之前 |
Robert Ramey
|
06baae851e
Merge changes from trunk to release
|
17 年之前 |
John Maddock
|
0ab544e09f
Merged additional type_traits from Robert Ramey.
|
17 年之前 |
Joaquín M López Muñoz
|
8d8c447924
merged rev [52078] from trunk
|
17 年之前 |
Emil Dotchevski
|
86657aa57b
documentation update
|
17 年之前 |
Emil Dotchevski
|
a7291e70ca
documentation update
|
17 年之前 |
Emil Dotchevski
|
09205b8cdc
Documentation update
|
17 年之前 |
Emil Dotchevski
|
1d53106e8f
documentation update
|
17 年之前 |
Daniel James
|
3183f3a34c
Tweak unordered for some compilers.
|
17 年之前 |