Commit graph

32023 commits

Author SHA1 Message Date
Joel de Guzman
fd396d6980 Fix ticket #2158
[SVN r53985]
2009-06-17 02:11:43 +00:00
Jeremiah Willcock
a526f90a9d Added extra named parameters for McGregor maximal common subgraph algorithm; contributed by Michael Hansen; refs #3134
[SVN r53984]
2009-06-16 21:02:14 +00:00
Vladimir Prus
00379cc43b Add copyright. Addresses #3134.
[SVN r53982]
2009-06-16 18:43:31 +00:00
Jeremiah Willcock
de24a59acb Fixed warnings; refs #3134
[SVN r53981]
2009-06-16 18:00:31 +00:00
Douglas Gregor
7655e0bde7 CMake: BOOST_PLATFORM fix, from Zach Laine
[SVN r53968]
2009-06-16 05:16:20 +00:00
Joel de Guzman
fdce656742 Doc updates
[SVN r53964]
2009-06-16 03:59:00 +00:00
Joel de Guzman
65b113c61d patched ticket #4512
[SVN r53956]
2009-06-16 02:23:44 +00:00
Jeremiah Willcock
702267c462 Fixed warnings; refs #3134
[SVN r53941]
2009-06-15 18:24:59 +00:00
Jeremiah Willcock
da5cefbbf3 Removed unused variable; refs #3134
[SVN r53939]
2009-06-15 16:56:02 +00:00
Jeremiah Willcock
6abce506d5 Added header include to fix error; refs #3134
[SVN r53938]
2009-06-15 16:55:33 +00:00
Jeremiah Willcock
89e178c399 Changed tests to use only two processors
[SVN r53937]
2009-06-15 16:43:55 +00:00
Stefan Seefeld
4da935292f Use appropriate default values for global and local dicts.
[SVN r53936]
2009-06-15 14:53:48 +00:00
Jeremiah Willcock
af8cb84b3e Added Jamfile courtesy of Vladimir Prus; refs #3134
[SVN r53934]
2009-06-15 14:27:07 +00:00
Jeremiah Willcock
ff52f370e9 Added Jamfile to build examples, courtesy of Vladimir Prus; refs #3134
[SVN r53933]
2009-06-15 14:22:31 +00:00
Jeremiah Willcock
473f5bbbe0 Fixed warnings; refs #3134
[SVN r53932]
2009-06-15 14:21:38 +00:00
Jeremiah Willcock
4ec61e66eb Fixed bugs in test case; refs #3134
[SVN r53931]
2009-06-15 14:12:28 +00:00
Daniel James
7f58c9169e Check that all C and C++ files end with a newline. Fixes #3174
[SVN r53925]
2009-06-15 07:37:59 +00:00
Daniel James
c606ac1166 Remove hash_complex_test's dependency on Boost.Random.
Only test for a few values, but that should be okay as there isn't much
to test.

[SVN r53924]
2009-06-15 07:37:42 +00:00
Daniel James
a922a57d1c Use wrong line ends in wrong_line_ends_test.cpp.
[SVN r53923]
2009-06-15 07:32:43 +00:00
Eric Niebler
872b52cb69 accomodate fusion:vector0 interface change
[SVN r53919]
2009-06-15 06:27:13 +00:00
Joel de Guzman
4c893d0e43 Fix Ticket #1614:
[SVN r53917]
2009-06-15 03:30:35 +00:00
Joel de Guzman
a62d7ef124 Fix Ticket #1614:
[SVN r53916]
2009-06-15 02:07:19 +00:00
Joel de Guzman
1bfb8eb001 fix trac issue #1608
[SVN r53915]
2009-06-15 01:54:01 +00:00
Joel de Guzman
668e1fb2cc fix trac issue #1608
[SVN r53914]
2009-06-15 01:53:43 +00:00
Jeremiah Willcock
e0a4edbe31 Turned off bundled properties for Sun CC due to compiler bug; refs #3134
[SVN r53913]
2009-06-15 00:55:35 +00:00
Jeremiah Willcock
84943c9598 Added newline to end of file; refs #3134
[SVN r53912]
2009-06-15 00:24:55 +00:00
Jeremiah Willcock
4460be4f02 Reverted r53870 (unnecessary patch); refs #3134
[SVN r53911]
2009-06-15 00:19:08 +00:00
Tobias Schwinger
8730d8bd60 introduces test case for unfusing adapter
[SVN r53906]
2009-06-14 18:31:09 +00:00
Tobias Schwinger
8f46a68b00 introduces test for unfusing adapter
[SVN r53905]
2009-06-14 18:30:02 +00:00
Tobias Schwinger
9464663e4c introduces unfused adapter
[SVN r53903]
2009-06-14 11:09:03 +00:00
François Barel
50f6bed2db Phoenix: define or check FUSION_MAX_VECTOR_SIZE, not FUSION_MAX_TUPLE_SIZE
[SVN r53899]
2009-06-14 09:07:14 +00:00
François Barel
2f9fa0d396 Phoenix: move all PHOENIX_*LIMIT definitions to core/limits.hpp and add range checks
[SVN r53898]
2009-06-14 09:00:10 +00:00
François Barel
bb2edbed32 Phoenix: use PHOENIX_DYNAMIC_LIMIT instead of PHOENIX_LIMIT in scope/dynamic.hpp
[SVN r53897]
2009-06-14 08:52:45 +00:00
François Barel
449276a9e0 Spirit: fix GCC compile error
[SVN r53896]
2009-06-14 08:22:50 +00:00
François Barel
820f73f5f8 Spirit: fix typo
[SVN r53895]
2009-06-14 08:21:47 +00:00
Steven Watanabe
fe52ea047c Supress warnings from narrowing conversions.
[SVN r53888]
2009-06-14 02:33:22 +00:00
Jeremiah Willcock
326008daac Changed sort_pair to try to appease VC++; refs #3134
[SVN r53870]
2009-06-13 16:22:20 +00:00
Steven Watanabe
b0b85f04ea Use BOOST_PP_DEC instead of BOOST_PP_SUB for macros used inside BOOST_PP_ITERATE(). Fixes #3170.
[SVN r53869]
2009-06-13 16:14:36 +00:00
Hartmut Kaiser
19105f3c62 Spirit: Fixed test build system
[SVN r53868]
2009-06-13 13:48:56 +00:00
Joel de Guzman
039044834d update for trac #1893
[SVN r53856]
2009-06-13 06:29:32 +00:00
Joel de Guzman
753c8ea984 doc updates
[SVN r53852]
2009-06-13 05:07:43 +00:00
Hartmut Kaiser
0bc243290e Spirit: Fixed a problem in the new boost::lexer::rules::add_rules function
[SVN r53844]
2009-06-13 02:23:17 +00:00
Hartmut Kaiser
2a382f4e26 Spirit: Fixing bogus assertions
[SVN r53843]
2009-06-13 01:57:39 +00:00
Hartmut Kaiser
e2e82df880 Spirit: Fixing lexer test after changes to multi_pass
[SVN r53842]
2009-06-13 01:43:59 +00:00
Hartmut Kaiser
9fee68a766 Spirit: Simplified multi_pass iterator
[SVN r53841]
2009-06-13 01:42:49 +00:00
Hartmut Kaiser
6a1dd9617f Spirit: Added operator safe_bool to lexer token type
[SVN r53840]
2009-06-13 01:41:49 +00:00
Hartmut Kaiser
380b512854 Spirit: Fixed a comment
[SVN r53839]
2009-06-13 01:40:59 +00:00
Jeremiah Willcock
820e0de07b Added constructors from multi-pass unsorted, filtered edge lists; refs #3134
[SVN r53837]
2009-06-12 23:40:53 +00:00
Jeremiah Willcock
9cfde98ecc Added more special constructors for distributed CSR; refs #3134
[SVN r53836]
2009-06-12 21:07:38 +00:00
Jeremiah Willcock
da071a7fe6 Added constructors from unsorted single-pass ranges for CSR graph by caching data in vectors; refs #3134
[SVN r53835]
2009-06-12 20:56:54 +00:00