5e9e5b6291Don't mention --preserve-test-targets.
Vladimir Prus
2009-05-29 08:05:49 +0000
88663b0ec7Clarify docs for --build-type=minimal.
Vladimir Prus
2009-05-29 08:01:31 +0000
d9e54322caadd test for unassigned rule
Joel de Guzman
2009-05-29 06:34:24 +0000
7c3edcf763Documented fruchterman-reingold as well as possible without actually understanding how it works.
Nicholas Edmonds
2009-05-28 23:24:45 +0000
9773b2356bDocumented CC parallel search, mostly using comments from the source code
Nicholas Edmonds
2009-05-28 23:24:16 +0000
1788184886Removed requirement that graph must be directed (copy-paste error)
Nicholas Edmonds
2009-05-28 23:23:29 +0000
cabcdbcfbdFinished basic support for local/global property references for old-style properties. Actually adding the test file today.
Andrew Sutton
2009-05-28 22:20:48 +0000
d19f7128a5Spirit: Added a FAQ explaining Spirits directory structure
Hartmut Kaiser
2009-05-28 22:18:28 +0000
c79c565d09Remove a couple of old uses of BOOST_NO_INITIALIZER_LISTS.
Daniel James
2009-05-28 22:06:42 +0000
fb2d4a0182Corrected type of some parameters (OUT vs. IN, etc.)
Nicholas Edmonds
2009-05-28 22:01:16 +0000
bb78225b99Added documentation for st_connected() algorithm
Nicholas Edmonds
2009-05-28 22:00:33 +0000
a9de79c9a7Made examples build correctly and added them as build tests when testing is enabled
Nicholas Edmonds
2009-05-28 21:54:05 +0000
291bdf22d0Automatically detect what float functions the compiler/library supports in hash and seperate out some of the detail headers.
Daniel James
2009-05-28 20:42:55 +0000
ca8ea25c1cAdded signature_type member typedef to variadic signal implementation. Also added it to slot classes.
Frank Mori Hess
2009-05-28 19:44:44 +0000
17593d25e7Added some files I forgot to add with changeset [53355]
Frank Mori Hess
2009-05-28 19:00:01 +0000
a58291adf7Added variadic signal/slot implementations used when BOOST_NO_VARIADIC_TEMPLATES is not defined. The signal0, signal1, etc classes are not available when using the variadic implementations, I plan to mark them as deprecated. Also the arg1_type, arg2_type member typedefs are not available and are replaced with a "arg" member template class. Documentation updates to follow.
Frank Mori Hess
2009-05-28 18:49:27 +0000
57a5cec179Tweaked #include directives a little.
Frank Mori Hess
2009-05-28 18:45:22 +0000
5b40269ebeUse BOOST_NO_VARIADIC_TEMPLATES instead of BOOST_HAS_VARIADIC_TMPL, etc.
Frank Mori Hess
2009-05-28 18:37:40 +0000
62db5fab99Added more changes from Michael Hansen
Jeremiah Willcock
2009-05-28 17:17:49 +0000
2e1f48b63bSpirit: added missing build system files to repository tests
Hartmut Kaiser
2009-05-27 16:09:01 +0000
689b78a899added qualifier to solve ambiguity with std::make_tuple
Joaquín M López Muñoz
2009-05-27 12:26:43 +0000
ba9f365ae7Code formatting.
Ben Hanson
2009-05-27 09:07:14 +0000
2cc405e148Removed unneeded typedef.
Ben Hanson
2009-05-27 08:56:18 +0000
4da8207567Removed spurious newline to bring in sync with local version.
Ben Hanson
2009-05-27 08:29:05 +0000
860e38f95bSpirit: pending commits
Hartmut Kaiser
2009-05-27 02:18:30 +0000
8b698d8c7dSpirit: more work on first repository example
Hartmut Kaiser
2009-05-27 02:08:43 +0000
fef1f33322Patch from Richard Webb for msvc10 compile error, refs #3091
Frank Mori Hess
2009-05-27 01:48:08 +0000
b5a2ccdfa4Allow printing to wostream. Fixes#3089.
Steven Watanabe
2009-05-27 01:15:24 +0000
41f296b78eSpirit: repository: changing directory structure
Hartmut Kaiser
2009-05-27 00:07:00 +0000
612b13eea5Spirit: Documentation changes
Hartmut Kaiser
2009-05-26 23:40:44 +0000
2bb25431ddAugmenting property lookup strategies for subgraphs.
Andrew Sutton
2009-05-26 22:22:55 +0000
59e2715fc2Fixed bug in default for distance_combine
Jeremiah Willcock
2009-05-26 19:28:31 +0000
13bd2510aeModifications to subgraph, graph testing framework.
Andrew Sutton
2009-05-26 20:06:07 +0000
ce7e90ec45Fixed bad syntax
Jeremiah Willcock
2009-05-26 16:11:25 +0000
46719f63bbAdded no-color-map Dijkstra to test
Jeremiah Willcock
2009-05-26 16:10:45 +0000
06c97033c8Added no-color-map version of Dijkstra's algorithm from Michael Hansen
Jeremiah Willcock
2009-05-26 15:42:40 +0000
16d718d189Rollback [52357] as it depends on macros that aren't in release.
Daniel James
2009-05-26 09:56:59 +0000
8d969b906ahandcrafted the element type of the bimap example for the same reasons as explained in [53273]
Joaquín M López Muñoz
2009-05-26 08:59:47 +0000
fd223913feGCC warning suppression fixes. Fixes#3071.
John Maddock
2009-05-26 08:31:23 +0000
1afca4201dhandcrafted pair_of_ints to guarantee that first and second belong to pair_of_ints proper and not to some implementation-specific base class, which happens with std::pair in MSVC 10 thus precluding the use of boost::multi_index::member as per 14.3.2/5 (no conversions applied to pointer to member functions template arguments).
Joaquín M López Muñoz
2009-05-26 06:34:33 +0000
d6be7d1b5dUpdated CMake build system to match updated Boost.MPI build files. All tests now build and run, examples do not currently build though if the directory is added to the build a CMakeLists.txt file is present.
Nicholas Edmonds
2009-05-26 03:12:31 +0000
1477ff6e87Added "edges_are_sorted" to CSR test case
Nicholas Edmonds
2009-05-26 03:00:42 +0000
56d9de4c99Merge [53062] from the trunk
Steven Watanabe
2009-05-26 01:17:07 +0000
b4fae8d42bFixed handling of lex errors at end of input
Jeremiah Willcock
2009-05-26 01:13:36 +0000
7b4b13d65bAdded support for HTML identifiers
Jeremiah Willcock
2009-05-26 01:08:48 +0000
83798f1cabChanged default (empty) queue type from queue<int> to queue<vertex_descriptor> where vertex_descriptor is the graph's vertex descriptor type.
Nicholas Edmonds
2009-05-26 01:05:09 +0000
d0df205417Merge [53061] and [53233] from the trunk
Steven Watanabe
2009-05-26 00:59:17 +0000
5b8a90d177Fixed strict graph support
Jeremiah Willcock
2009-05-26 00:10:22 +0000
cf1f697180Added backslash-newline as a form of whitespace outside strings
Jeremiah Willcock
2009-05-25 23:59:45 +0000
2fd680b64cFix standard container forward declarations. Fixes#3081
Steven Watanabe
2009-05-25 21:58:47 +0000
3fd33beef8Fix lambda regression with msvc 7.1
Steven Watanabe
2009-05-25 21:52:12 +0000
e081c60b5fSpirit: minor changes to lexer API
Hartmut Kaiser
2009-05-25 21:43:42 +0000
7113052d28Merge dynamic bitset fixes for gcc 4.3.3.
Daniel James
2009-05-25 20:26:02 +0000
55c345dc90Use local copy of the valid HTML 4.01 icon, and make sure all the pages that use it are valid.
Daniel James
2009-05-25 20:06:26 +0000
17b88e7312Merge unordered changes:
Daniel James
2009-05-25 19:57:04 +0000
9c958f1832Unordered change log for explicit destructors.
Daniel James
2009-05-25 19:45:23 +0000
138f71c753Unordered change log.
Daniel James
2009-05-25 19:45:06 +0000
25f66cd26aHash change log.
Daniel James
2009-05-25 19:44:52 +0000
5a7564cc79Add explicit destructors to the unordered containers. Refs #2908.
Daniel James
2009-05-25 19:14:07 +0000
af22b5e6f9Spirit: static lexer generator tweaks
Hartmut Kaiser
2009-05-25 18:12:58 +0000
c8fceb7c2cFix a couple of clumsy errors in the last commit.
Daniel James
2009-05-25 14:27:00 +0000
b7c590647aCheck for float functions with less templates.
Daniel James
2009-05-25 13:45:16 +0000
6976935c80fixed#3076
Joaquín M López Muñoz
2009-05-25 12:20:07 +0000
5ec3ce880ddocumentation update
Emil Dotchevski
2009-05-25 07:16:32 +0000
9f5d0554d3documentation update
Emil Dotchevski
2009-05-25 07:14:17 +0000
3fcf2bcba0documentation update
Emil Dotchevski
2009-05-25 06:13:42 +0000
6c4051bcc0documentation update
Emil Dotchevski
2009-05-25 06:09:01 +0000
30b5bbe519Changed new GraphViz parser to be less generic (so it can be built as a binary); fixed subgraph issues by doing a lot of tests on GraphViz itself and restructuring a lot of the parser; made docs only point to new parser and made old one not build by default (although it is not removed)
Jeremiah Willcock
2009-05-25 05:38:56 +0000
987e6d27a6Spirit: added more lexer tests
Hartmut Kaiser
2009-05-25 03:24:42 +0000
b2c17e1e0bSpirit: more fixes for static lexers
Hartmut Kaiser
2009-05-25 02:12:21 +0000