Jeremiah Willcock
|
db8b842e38
Fixed float->int warnings
|
před 17 roky |
Jeremiah Willcock
|
5739c46e20
Merged in more changes from Parallel BGL
|
před 17 roky |
Jeremiah Willcock
|
4f5fce062e
Removed blank line at end to match PBGL
|
před 17 roky |
Eric Niebler
|
e23f3b742a
fix proto::lazy
|
před 17 roky |
Gunter Winkler
|
0a19f54ca3
storage.hpp: fix #2891, now check new size instead of old one
|
před 17 roky |
Gunter Winkler
|
0604d23c61
test/test71.cpp reverted some changes regarding boost::interval
|
před 17 roky |
Gunter Winkler
|
f36e1ef3a0
Jamfile.v2: disabled failing test7 (need more time to investigate this)
|
před 17 roky |
Jeremiah Willcock
|
5be60d6a27
Fixed min/max inspection reports
|
před 17 roky |
Jeremiah Willcock
|
25cb2c47c7
Removed tabs
|
před 17 roky |
Jeremiah Willcock
|
8f685410e0
Removed uses of drand48() in Fruchterman-Reingold layout
|
před 17 roky |
Jeremiah Willcock
|
96b34670dc
Generalized layout algorithms to use extended version of topology objects from Gursoy-Atun layout; Kamada-Kawai now supports 3-D; random layout supports arbitrary topologies
|
před 17 roky |
Emil Dotchevski
|
5c8051a576
documentation update
|
před 17 roky |
Emil Dotchevski
|
737b17c576
documentation update
|
před 17 roky |
Emil Dotchevski
|
b8f8c5772c
documentation update
|
před 17 roky |
Emil Dotchevski
|
c0225cde9b
documentation copyright message update
|
před 17 roky |
Emil Dotchevski
|
0713159cee
documentation typos
|
před 17 roky |
Emil Dotchevski
|
00d8813fdb
Documentation update
|
před 17 roky |
Ben Hanson
|
115ccefc5f
Fixes to some exception messages.
|
před 17 roky |
Ben Hanson
|
63ab13727f
Fixes to exception messages.
|
před 17 roky |
Jeremiah Willcock
|
1837ef3342
Removed #if 0 code
|
před 17 roky |
Jeremiah Willcock
|
3974960af0
Merged more changes from Parallel BGL
|
před 17 roky |
Jeremiah Willcock
|
4da7f9757e
First batch of merges from Parallel BGL
|
před 17 roky |
Jeremiah Willcock
|
1094c17d86
Renamed some functions to work better on some compilers
|
před 17 roky |
David Deakins
|
a23d92c0b2
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.
|
před 17 roky |
David Deakins
|
3d6866965c
For STLport on WinCE, BOOST_NO_STDC_NAMESPACE can get defined if STLport is putting symbols in its own namespace. In the case of codecvt, however, this does not mean that codecvt is in the global namespace (it will be in STLport's namespace).
|
před 17 roky |
David Deakins
|
1fad2d1ec1
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>.
|
před 17 roky |
John Maddock
|
2f15e62d64
Add missing #includes.
|
před 17 roky |
Emil Dotchevski
|
19d36273b6
documentation update
|
před 17 roky |
Vladimir Prus
|
9e04033a60
Add example of using built tool.
|
před 17 roky |
Emil Dotchevski
|
07c2923af7
documentation update
|
před 17 roky |