Vladimir Prus
09131befa4
Polish the front page
...
[SVN r22869]
2004-05-19 06:11:30 +00:00
Vladimir Prus
2f5cf9d20b
Change size_t to unsigned in one place.
...
[SVN r22868]
2004-05-19 05:50:19 +00:00
Toon Knapen
17b23804d1
added doc on file boost-build.jam to locate the build system
...
[SVN r22866]
2004-05-18 13:51:32 +00:00
Douglas Gregor
d2e41a7e7c
class_properties.hpp: Make the empty character constant into a single space (which isn't used), because the Sun compiler is very eager to spit out an error here.
...
[SVN r22865]
2004-05-18 13:39:32 +00:00
Douglas Gregor
a6418093ee
Needed to include <cstdlib> to get std::getenv.
...
[SVN r22864]
2004-05-18 13:34:15 +00:00
Douglas Gregor
1a831cab1e
Moved some inline functions out-of-line to silence warnings (and because it doesn't matter).
...
[SVN r22863]
2004-05-18 13:30:04 +00:00
Douglas Gregor
d5750526ba
unit_test_suite.cpp: Try to work around an Intel 7.1 bug with conversions in a base class.
...
[SVN r22862]
2004-05-18 13:26:47 +00:00
Douglas Gregor
78bc851b07
named_slot_map.hpp: Work around a Borland bug where destructors get instantiated when they should not be.
...
[SVN r22861]
2004-05-18 13:12:15 +00:00
Douglas Gregor
7de5515f82
class_properties.hpp: Borland C++ does not handle using declarations for data members properly; fixed the existing Borland workaround.
...
[SVN r22860]
2004-05-18 13:10:49 +00:00
Vladimir Prus
6b130b5922
Update sources list.
...
[SVN r22859]
2004-05-18 08:21:06 +00:00
Vladimir Prus
253194a789
Add V2 Jamfile.
...
[SVN r22858]
2004-05-18 07:30:09 +00:00
Vladimir Prus
eb213d1da5
Add program options to the main Jamfile.v2.
...
[SVN r22857]
2004-05-18 07:20:41 +00:00
Vladimir Prus
04b8b29111
Declare the 'environ' variable, since it's not always declared in headers,
...
even on Posix systems.
[SVN r22856]
2004-05-18 07:03:43 +00:00
Vladimir Prus
7168a7e42b
Try to enable locale/facet support for metrowerks.
...
[SVN r22855]
2004-05-18 06:38:17 +00:00
Vladimir Prus
8104366aa1
Try to handle the case the intel does not have strncmp in std:: namespace.
...
[SVN r22854]
2004-05-18 06:27:21 +00:00
Vladimir Prus
00907d9c9d
Use _putenv, not setenv, on Win32.
...
[SVN r22853]
2004-05-18 06:26:08 +00:00
Bruno da Silva de Oliveira
b6508da74b
Applied a patch by Roman Yakovenko that makes the export of unnamed enums
...
better.
[SVN r22852]
2004-05-17 22:46:43 +00:00
Jens Maurer
e62ca006bc
add missing set(min, max) to uniform_smallint_float constructor (Topher Cooper)
...
[SVN r22851]
2004-05-17 21:18:40 +00:00
Vladimir Prus
bceb19bf13
Integrate program_options into main Boost.Book docs.
...
[SVN r22850]
2004-05-17 09:03:26 +00:00
Vladimir Prus
a8112b6e00
When project-scope 'glob' is called with directory in wildcard, return
...
absolute paths names.
[SVN r22849]
2004-05-17 09:02:27 +00:00
Vladimir Prus
f7c9e32219
More libraries in V2 regression testing.
...
[SVN r22848]
2004-05-17 08:33:18 +00:00
Joaquín M. López Muñoz
f67b2e4c2f
updated revision date
...
[SVN r22847]
2004-05-17 08:09:17 +00:00
Vladimir Prus
17c016c711
Attempt to sync V2 Jamfiles with V1 ones, again...
...
[SVN r22846]
2004-05-17 07:45:33 +00:00
Vladimir Prus
d4814fba54
Account for the fact that std::strncmp has "C" linkage, and some
...
compilers don't allow to use functions with different linkage as branches
of ?: operator.
[SVN r22845]
2004-05-17 06:59:03 +00:00
Vladimir Prus
174235e94e
Don't use trailing comma in enumerators, this appears to be
...
non-standard usage.
[SVN r22844]
2004-05-17 06:45:48 +00:00
Vladimir Prus
56d46ee9bf
Add missing include
...
[SVN r22843]
2004-05-17 06:42:16 +00:00
Vladimir Prus
1402296cac
Random attempt to fix vc7 bug
...
[SVN r22842]
2004-05-17 06:35:15 +00:00
Vladimir Prus
4f0af5879e
Don't redefine default value.
...
[SVN r22841]
2004-05-17 06:13:38 +00:00
Joaquín M. López Muñoz
59826a6997
removed some remnants of index_list
...
[SVN r22840]
2004-05-17 06:02:18 +00:00
Joaquín M. López Muñoz
a21692de1d
typo
...
[SVN r22839]
2004-05-17 06:00:02 +00:00
Joaquín M. López Muñoz
8c9f21a571
more info on output, fixed a trivial two-phase lookup bug
...
[SVN r22838]
2004-05-17 05:58:59 +00:00
Gennaro Prota
fe790f3e32
new license reference
...
[SVN r22834]
2004-05-16 09:17:55 +00:00
Gennaro Prota
111d34e1c3
removed some superfluous spaces and added workaround for VC6's Dinkum
...
[SVN r22833]
2004-05-16 08:43:38 +00:00
Jeff Garland
463bdc59c7
update witt email address
...
[SVN r22830]
2004-05-15 20:01:01 +00:00
Jeff Garland
d2ae58a996
update review schedule with results
...
[SVN r22829]
2004-05-15 12:06:32 +00:00
Michael Glassford
848f8dcc7d
Win32: use critical section instead of mutex whenever possible; abstract common code into functions.
...
[SVN r22828]
2004-05-15 02:03:48 +00:00
Douglas Gregor
63e128fb54
Try to work around an MSVC 6/STLport problem
...
[SVN r22826]
2004-05-14 16:15:35 +00:00
Vladimir Prus
06bb5aa3b4
Add program_options to the regression tests.
...
[SVN r22825]
2004-05-14 14:58:26 +00:00
Vladimir Prus
340cf09af7
Make test Jamfile work with regression tests.
...
[SVN r22824]
2004-05-14 14:57:46 +00:00
Vladimir Prus
84b8514a41
Import revision 295 of the program_options library.
...
[SVN r22823]
2004-05-14 13:40:31 +00:00
John Maddock
b376084f42
Patch for nosubs flag bug.
...
[SVN r22821]
2004-05-14 10:27:13 +00:00
John Maddock
bccb7aa600
Patch for sunpro 5.5 and long long numeric_limits support
...
[SVN r22820]
2004-05-14 10:26:36 +00:00
Douglas Gregor
944845732f
Overall: introduce bundled properties
...
index.htm:
- Announce bundled properties
libs/graph/doc/bundles.html:
- Document bundled properties
libs/graph/doc/adjacency_list.html:
- Refer to bundled properties
boost/graph/properties.hpp:
- Added vertex_bundle and edge_bundle properties for bundling
- Added bundle_property_map for directly handling bundles
boost/pending/property.hpp:
- Added retag_property_list metafunction that allows us to add a tag
to the non-property<> element at the end of a property<> list.
boost/graph/adjacency_list.hpp:
- Implement bundled properties
libs/graph/test/Jamfile, libs/graph/test/bundled_properties.cpp:
- Test bundled properties
[SVN r22819]
2004-05-14 05:53:33 +00:00
Douglas Gregor
f2644668da
reverse_graph.hpp: Add null_vertex() to traits
...
[SVN r22818]
2004-05-14 05:41:53 +00:00
Douglas Gregor
8cbe0c48ec
trackable.hpp: Trivial PREFIX->SUFFIX fix
...
[SVN r22817]
2004-05-14 05:25:31 +00:00
Douglas Gregor
6e18604683
Several grisly workarounds for Microsoft Visual C++ 6.0 compatibility.
...
[SVN r22816]
2004-05-14 04:18:39 +00:00
John Maddock
82214f4927
Added additional tests for new bugs
...
[SVN r22813]
2004-05-13 12:33:22 +00:00
Vladimir Prus
9436f54064
Add
...
/Zc:forScope /Zc:wchar_t
options for 7.0 and 7.1 versions.
[SVN r22810]
2004-05-13 12:01:36 +00:00
Vladimir Prus
17e961acf1
Fix typo.
...
[SVN r22809]
2004-05-13 11:21:12 +00:00
Vladimir Prus
136a88419c
Attempt to properly detect free VC 7.1 tools.
...
[SVN r22808]
2004-05-13 10:51:44 +00:00