Commit Graph

  • 5e9e5b6291 Don't mention --preserve-test-targets. Vladimir Prus 2009-05-29 08:05:49 +0000
  • 88663b0ec7 Clarify docs for --build-type=minimal. Vladimir Prus 2009-05-29 08:01:31 +0000
  • d9e54322ca add test for unassigned rule Joel de Guzman 2009-05-29 06:34:24 +0000
  • 7c3edcf763 Documented fruchterman-reingold as well as possible without actually understanding how it works. Nicholas Edmonds 2009-05-28 23:24:45 +0000
  • 9773b2356b Documented CC parallel search, mostly using comments from the source code Nicholas Edmonds 2009-05-28 23:24:16 +0000
  • 1788184886 Removed requirement that graph must be directed (copy-paste error) Nicholas Edmonds 2009-05-28 23:23:29 +0000
  • cabcdbcfbd Finished 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
  • d19f7128a5 Spirit: Added a FAQ explaining Spirits directory structure Hartmut Kaiser 2009-05-28 22:18:28 +0000
  • c79c565d09 Remove a couple of old uses of BOOST_NO_INITIALIZER_LISTS. Daniel James 2009-05-28 22:06:42 +0000
  • fb2d4a0182 Corrected type of some parameters (OUT vs. IN, etc.) Nicholas Edmonds 2009-05-28 22:01:16 +0000
  • bb78225b99 Added documentation for st_connected() algorithm Nicholas Edmonds 2009-05-28 22:00:33 +0000
  • a9de79c9a7 Made examples build correctly and added them as build tests when testing is enabled Nicholas Edmonds 2009-05-28 21:54:05 +0000
  • 5f13b7d575 Bugs #3090, #3101, #2992, #2973, #2967 Ion Gaztañaga 2009-05-28 20:50:07 +0000
  • 166732d662 Bugs #3090, #3101, #2992, #2973, #2967 Ion Gaztañaga 2009-05-28 20:44:12 +0000
  • 291bdf22d0 Automatically 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
  • ca8ea25c1c Added signature_type member typedef to variadic signal implementation. Also added it to slot classes. Frank Mori Hess 2009-05-28 19:44:44 +0000
  • 17593d25e7 Added some files I forgot to add with changeset [53355] Frank Mori Hess 2009-05-28 19:00:01 +0000
  • a58291adf7 Added 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
  • 57a5cec179 Tweaked #include directives a little. Frank Mori Hess 2009-05-28 18:45:22 +0000
  • 5b40269ebe Use BOOST_NO_VARIADIC_TEMPLATES instead of BOOST_HAS_VARIADIC_TMPL, etc. Frank Mori Hess 2009-05-28 18:37:40 +0000
  • 62db5fab99 Added more changes from Michael Hansen Jeremiah Willcock 2009-05-28 17:17:49 +0000
  • a7d0814ee9 Fixed tabs Jeremiah Willcock 2009-05-28 14:49:25 +0000
  • 0211417268 Fixed tab Jeremiah Willcock 2009-05-28 14:47:39 +0000
  • 3a81a81e35 Removing subgraph props from build. Andrew Sutton 2009-05-28 11:35:12 +0000
  • c2d4dc3705 circular_buffer: fixed bounded_buffer_comparison Jan Gaspar 2009-05-28 10:48:21 +0000
  • 5ba3e66800 Oops, previous commit was buggy, try again. John Maddock 2009-05-28 08:53:21 +0000
  • 984f458d45 Added a couple of static assertions to prevent misuse. John Maddock 2009-05-28 08:52:05 +0000
  • 2ad681e53e fix macro argument reevaluation bugaboo Eric Niebler 2009-05-28 06:20:55 +0000
  • 8ac565eebf Renamed pass to _pass Joel de Guzman 2009-05-28 06:05:20 +0000
  • 08ce8cbac0 Renamed pass to _pass Joel de Guzman 2009-05-28 06:04:25 +0000
  • f46027201c saner default evaluation behavior for member (object|function) pointers Eric Niebler 2009-05-28 04:58:45 +0000
  • e62e5eadb5 switched from detail::wrap_ref to boost::ref Nicholas Edmonds 2009-05-27 23:43:27 +0000
  • 43aaa847fb Added/updated graph_parallel docs Nicholas Edmonds 2009-05-27 23:35:34 +0000
  • dd4ed86597 Fixed conversion of parameters after end-of-list marker, as used in strong_components Jeremiah Willcock 2009-05-27 22:37:56 +0000
  • 7eab00389e Second try at merging emplace support. Daniel James 2009-05-27 21:31:08 +0000
  • a6b802c5d0 Added more updates, docs, and tests from Michael Hansen Jeremiah Willcock 2009-05-27 20:54:24 +0000
  • fa09a3969f Remove an unused function. Daniel James 2009-05-27 18:32:38 +0000
  • 0d853cc415 Fix a change accidentally included in the last commit. Daniel James 2009-05-27 18:32:22 +0000
  • 2b7a6efc7b Some workarounds for old versions of Borland. Daniel James 2009-05-27 18:19:32 +0000
  • 502a90730a Use lightweight_test for unordered. Daniel James 2009-05-27 17:44:09 +0000
  • bf291dc047 Fix a couple of links to serialization headers. Refs #3602. Daniel James 2009-05-27 17:43:36 +0000
  • 5fe28655b5 Remove obsolete comment. Daniel James 2009-05-27 17:43:22 +0000
  • 068ee760cf Missing changelog entry. Daniel James 2009-05-27 17:42:01 +0000
  • d8e6d705ac Added a little test of a signal taking a reference argument. Frank Mori Hess 2009-05-27 17:26:19 +0000
  • c9d7430aa2 Spirit: repository docs, added template Hartmut Kaiser 2009-05-27 17:13:58 +0000
  • 7ffeb4cade Spirit: work on repository includes Hartmut Kaiser 2009-05-27 16:32:10 +0000
  • 64ffe586eb Spirit: added #pragma once to headers in include directory Hartmut Kaiser 2009-05-27 16:30:17 +0000
  • 5d57f3d03e Spirit: added tokenize_and_parse functions taking multiple attributes Hartmut Kaiser 2009-05-27 16:15:05 +0000
  • 2e1f48b63b Spirit: added missing build system files to repository tests Hartmut Kaiser 2009-05-27 16:09:01 +0000
  • 689b78a899 added qualifier to solve ambiguity with std::make_tuple Joaquín M López Muñoz 2009-05-27 12:26:43 +0000
  • ba9f365ae7 Code formatting. Ben Hanson 2009-05-27 09:07:14 +0000
  • 2cc405e148 Removed unneeded typedef. Ben Hanson 2009-05-27 08:56:18 +0000
  • 4da8207567 Removed spurious newline to bring in sync with local version. Ben Hanson 2009-05-27 08:29:05 +0000
  • 860e38f95b Spirit: pending commits Hartmut Kaiser 2009-05-27 02:18:30 +0000
  • 8b698d8c7d Spirit: more work on first repository example Hartmut Kaiser 2009-05-27 02:08:43 +0000
  • fef1f33322 Patch from Richard Webb for msvc10 compile error, refs #3091 Frank Mori Hess 2009-05-27 01:48:08 +0000
  • b5a2ccdfa4 Allow printing to wostream. Fixes #3089. Steven Watanabe 2009-05-27 01:15:24 +0000
  • 41f296b78e Spirit: repository: changing directory structure Hartmut Kaiser 2009-05-27 00:07:00 +0000
  • 612b13eea5 Spirit: Documentation changes Hartmut Kaiser 2009-05-26 23:40:44 +0000
  • 2bb25431dd Augmenting property lookup strategies for subgraphs. Andrew Sutton 2009-05-26 22:22:55 +0000
  • 59e2715fc2 Fixed bug in default for distance_combine Jeremiah Willcock 2009-05-26 19:28:31 +0000
  • 13bd2510ae Modifications to subgraph, graph testing framework. Andrew Sutton 2009-05-26 20:06:07 +0000
  • ce7e90ec45 Fixed bad syntax Jeremiah Willcock 2009-05-26 16:11:25 +0000
  • 46719f63bb Added no-color-map Dijkstra to test Jeremiah Willcock 2009-05-26 16:10:45 +0000
  • 06c97033c8 Added no-color-map version of Dijkstra's algorithm from Michael Hansen Jeremiah Willcock 2009-05-26 15:42:40 +0000
  • 16d718d189 Rollback [52357] as it depends on macros that aren't in release. Daniel James 2009-05-26 09:56:59 +0000
  • 8d969b906a handcrafted 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
  • fd223913fe GCC warning suppression fixes. Fixes #3071. John Maddock 2009-05-26 08:31:23 +0000
  • 1afca4201d handcrafted 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
  • d6be7d1b5d Updated 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
  • 1477ff6e87 Added "edges_are_sorted" to CSR test case Nicholas Edmonds 2009-05-26 03:00:42 +0000
  • 56d9de4c99 Merge [53062] from the trunk Steven Watanabe 2009-05-26 01:17:07 +0000
  • b4fae8d42b Fixed handling of lex errors at end of input Jeremiah Willcock 2009-05-26 01:13:36 +0000
  • 7b4b13d65b Added support for HTML identifiers Jeremiah Willcock 2009-05-26 01:08:48 +0000
  • 83798f1cab Changed 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
  • d0df205417 Merge [53061] and [53233] from the trunk Steven Watanabe 2009-05-26 00:59:17 +0000
  • 5b8a90d177 Fixed strict graph support Jeremiah Willcock 2009-05-26 00:10:22 +0000
  • cf1f697180 Added backslash-newline as a form of whitespace outside strings Jeremiah Willcock 2009-05-25 23:59:45 +0000
  • 80f37632b0 circular_buffer: #2785, #3032 Jan Gaspar 2009-05-25 22:11:02 +0000
  • 2fd680b64c Fix standard container forward declarations. Fixes #3081 Steven Watanabe 2009-05-25 21:58:47 +0000
  • 3fd33beef8 Fix lambda regression with msvc 7.1 Steven Watanabe 2009-05-25 21:52:12 +0000
  • e081c60b5f Spirit: minor changes to lexer API Hartmut Kaiser 2009-05-25 21:43:42 +0000
  • 7113052d28 Merge dynamic bitset fixes for gcc 4.3.3. Daniel James 2009-05-25 20:26:02 +0000
  • 55c345dc90 Use 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
  • 17b88e7312 Merge unordered changes: Daniel James 2009-05-25 19:57:04 +0000
  • 9c958f1832 Unordered change log for explicit destructors. Daniel James 2009-05-25 19:45:23 +0000
  • 138f71c753 Unordered change log. Daniel James 2009-05-25 19:45:06 +0000
  • 25f66cd26a Hash change log. Daniel James 2009-05-25 19:44:52 +0000
  • 5a7564cc79 Add explicit destructors to the unordered containers. Refs #2908. Daniel James 2009-05-25 19:14:07 +0000
  • af22b5e6f9 Spirit: static lexer generator tweaks Hartmut Kaiser 2009-05-25 18:12:58 +0000
  • c8fceb7c2c Fix a couple of clumsy errors in the last commit. Daniel James 2009-05-25 14:27:00 +0000
  • b7c590647a Check for float functions with less templates. Daniel James 2009-05-25 13:45:16 +0000
  • 6976935c80 fixed #3076 Joaquín M López Muñoz 2009-05-25 12:20:07 +0000
  • 5ec3ce880d documentation update Emil Dotchevski 2009-05-25 07:16:32 +0000
  • 9f5d0554d3 documentation update Emil Dotchevski 2009-05-25 07:14:17 +0000
  • 3fcf2bcba0 documentation update Emil Dotchevski 2009-05-25 06:13:42 +0000
  • 6c4051bcc0 documentation update Emil Dotchevski 2009-05-25 06:09:01 +0000
  • 30b5bbe519 Changed 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
  • 987e6d27a6 Spirit: added more lexer tests Hartmut Kaiser 2009-05-25 03:24:42 +0000
  • b2c17e1e0b Spirit: more fixes for static lexers Hartmut Kaiser 2009-05-25 02:12:21 +0000