Commit Graph

50050 Commits

Author SHA1 Message Date
Vladimir Prus
282be90c7d Improve random graph utilities.
* boost/graph/random.hpp: New file.
    (random_vertex, random_edge): Moved from graph_utility.hpp
    (generate_random_graph): Moved from graph_utility.hpp and
     added 'allow_parallel' parameter.
    (randomize_property): New function.

* lib/graph/doc/random.html: New file.


[SVN r17233]
2003-02-05 15:17:47 +00:00
Jaakko Järvi
6cbcc8f0b7 added a link
[SVN r17232]
2003-02-05 14:58:37 +00:00
Vladimir Prus
a39b87412d Update to use the correct Boost.Test library name. Compile "copy" as well.
[SVN r17231]
2003-02-05 13:03:00 +00:00
Peter Dimov
1190f38af0 Documentation fixes, make_shared -> get_shared_ptr.
[SVN r17230]
2003-02-05 12:56:48 +00:00
Björn Karlsson
a934635472 Added Jamfile check
[SVN r17229]
2003-02-05 12:47:25 +00:00
John Maddock
f7b2877476 Reverted to previous version for Borland C++ Builder 5
[SVN r17228]
2003-02-05 12:13:48 +00:00
Vladimir Prus
6ab8b7018a Make 'copy_graph' version with named parameters work.
[SVN r17227]
2003-02-05 12:02:02 +00:00
Björn Karlsson
83fb758b0c Added copyright statement
[SVN r17226]
2003-02-05 09:47:21 +00:00
Markus Schöpflin
24718a022a Added helper function to_int_type() to fix the conversion problems
from char_type to int_type. The helper uses std::char_traits when
available. A workaround for platforms where no std::char_traits is
available is provided as well. The workaround is triggered by the
define BOOST_SPIRIT_NO_CHAR_TRAITS.


[SVN r17225]
2003-02-05 09:42:25 +00:00
Björn Karlsson
2da023df0a Added copyright statement
[SVN r17224]
2003-02-05 09:33:54 +00:00
Guillaume Melquiond
62567c82ac Modified the Interval Library to be compliant with the regression tests
[SVN r17223]
2003-02-05 08:38:59 +00:00
Björn Karlsson
113ab0be8c Added copyright statement
[SVN r17222]
2003-02-05 08:38:32 +00:00
Vladimir Prus
b336862cf7 Kill tabs.
[SVN r17221]
2003-02-05 08:00:34 +00:00
Vladimir Prus
c50a0eaeae Improve diagnostics.
[SVN r17220]
2003-02-05 08:00:06 +00:00
Samuel Krempp
6a2343eb92 .BOOST_WORKAROUND( _CRAYC ..) for the template functions friend declarations
[SVN r17219]
2003-02-05 01:34:45 +00:00
Samuel Krempp
5ddcae0df0 minor diff. (include <locale> when possible, even if BAD_IS_DIGIT)
[SVN r17218]
2003-02-05 00:46:01 +00:00
Samuel Krempp
aa2dc0dd3d call isdigit after using namespace std, tos upport macro-defined isdigit
[SVN r17217]
2003-02-05 00:42:52 +00:00
Samuel Krempp
35ca69a776 . Now using BOOST_WORKAROUND. renamed local macros, and checked they are not already defined.
. Borland does not support 'non-const-overloads' correctly  (triggers warnings, temporaries being used).  So this feature is now disabled for borland.


[SVN r17216]
2003-02-05 00:16:52 +00:00
Samuel Krempp
4eaaed92bf . Now using BOOST_WORKAROUND. renamed local macros, and checked they are not already defined.
. std::swap(string1, string2) replaced by string1.swap(string2).
  it was triggering borland bugs.
. Borland does not support 'non-const-overloads' correctly  (triggers warnings, temporaries being used).
  The non-const reference scheme is now disabled for borland.


[SVN r17215]
2003-02-05 00:15:18 +00:00
William E. Kempf
1ebf732f2b Updated format (removed tabs) and added missing copyrights
[SVN r17214]
2003-02-04 23:23:02 +00:00
William E. Kempf
d0e816b2cf Updated format (removed tabs) and added missing copyrights
[SVN r17213]
2003-02-04 23:08:28 +00:00
Beman Dawes
c74e427ecd status tables moved to SourceForge
[SVN r17212]
2003-02-04 21:31:36 +00:00
Beman Dawes
b8719fc19a point to summary on sourceforge for actual results
[SVN r17211]
2003-02-04 21:14:54 +00:00
Joel de Guzman
86ae673dff More MSVC and Borland Fixes
[SVN r17210]
2003-02-04 20:45:30 +00:00
Aleksey Gurtovoy
dc5e94e1cb ICE cast fixes
[SVN r17209]
2003-02-04 20:21:36 +00:00
Joel de Guzman
17a15ae42d trivial fixes
[SVN r17208]
2003-02-04 18:18:21 +00:00
Joel de Guzman
c9d840d385 bug-fix
[SVN r17207]
2003-02-04 18:16:37 +00:00
Joel de Guzman
2c97b2ea14 Borland workarounds (must wait for boost::is_convertible to be fixed). In the meantime, revert to a previous working is_convertible version.
[SVN r17206]
2003-02-04 18:09:14 +00:00
Joel de Guzman
6f4d009fa9 simplified implementation of is_parser by using boost::is_base_and_derived
[SVN r17205]
2003-02-04 17:55:49 +00:00
Fernando Cacciola
639c47ea2a Initial Commit (was left out when the Optional Library was commited)
[SVN r17204]
2003-02-04 15:29:12 +00:00
Björn Karlsson
331786d569 Added copyright statement
[SVN r17203]
2003-02-04 15:02:15 +00:00
Björn Karlsson
f1238f603b Untabified
[SVN r17202]
2003-02-04 15:01:48 +00:00
Beman Dawes
cea090da13 Add Spirit links
[SVN r17201]
2003-02-04 14:46:18 +00:00
Björn Karlsson
05b66f07eb Added copyright statement and untabified
[SVN r17200]
2003-02-04 14:25:27 +00:00
Beman Dawes
d475e7849c tweaks
[SVN r17199]
2003-02-04 14:22:58 +00:00
Beman Dawes
a525acf460 quiet compiler warnings
[SVN r17198]
2003-02-04 14:22:32 +00:00
Peter Dimov
e1de7a8583 Added copyright.
[SVN r17197]
2003-02-04 13:35:06 +00:00
Björn Karlsson
5f8b61f6b0 Added copyright statement
[SVN r17196]
2003-02-04 12:24:06 +00:00
Björn Karlsson
1be438b2bc Untabified
[SVN r17195]
2003-02-04 12:20:06 +00:00
Björn Karlsson
be53ef9177 Untabified
[SVN r17194]
2003-02-04 12:14:34 +00:00
Björn Karlsson
736f82cbc0 Added copyright statement
[SVN r17193]
2003-02-04 11:54:01 +00:00
Björn Karlsson
1068151c64 Added copyright statement and untabified
[SVN r17192]
2003-02-04 11:32:55 +00:00
Björn Karlsson
8a1b5bccc2 Added copyright statement and untabified
[SVN r17191]
2003-02-04 09:53:59 +00:00
Björn Karlsson
28f523b31f Untabified
[SVN r17190]
2003-02-04 09:10:50 +00:00
Vladimir Prus
4ccfcf363f Kill tabs.
[SVN r17189]
2003-02-04 09:03:07 +00:00
Björn Karlsson
7813c0004f Untabified
[SVN r17188]
2003-02-04 08:42:36 +00:00
Björn Karlsson
e9bc1c5f75 Added copyright statement
[SVN r17187]
2003-02-04 08:41:54 +00:00
Joel de Guzman
2d20147719 Move to MPL
[SVN r17186]
2003-02-04 08:33:27 +00:00
Joel de Guzman
0fb51cb908 move to MPL
[SVN r17185]
2003-02-04 07:31:00 +00:00
Jörg Walter
ea79f47a12 Documentation update and some fixes.
[SVN r17184]
2003-02-04 07:22:11 +00:00