Commit Graph

  • 6d7e4f4a1e Merged revisions 43663 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2008-03-17 16:25:52 +0000
  • fade278e7b document new format flags, and range-based interface for regex_match and regex_search Eric Niebler 2008-03-17 00:35:04 +0000
  • 749be29b7f more tests for new regex_replace functionality Eric Niebler 2008-03-16 23:06:26 +0000
  • b26c88a8ae allow lambdas to be used as formatters Eric Niebler 2008-03-16 22:37:06 +0000
  • e8b5a63570 regex_replace supports formatter functions and function objects Eric Niebler 2008-03-16 06:49:13 +0000
  • 334b39da0e range-based regex_replace, address LWG issues #726 and #727, misc. feedback about proto and docs Eric Niebler 2008-03-15 23:43:21 +0000
  • 80a290d936 add lambda example, fix doc errors and typos Eric Niebler 2008-03-13 17:46:09 +0000
  • a775d1ea9d work around msvc bug Eric Niebler 2008-03-13 17:22:59 +0000
  • b1f5cca3cc Fix keep() of nested regex with action David Jenkins 2008-03-12 14:48:32 +0000
  • c7dbee5801 Added test for keep() of nested regex with action David Jenkins 2008-03-12 14:46:24 +0000
  • 44726081bc fix oops Eric Niebler 2008-03-07 07:37:46 +0000
  • 887994c6df work around msvc-7.1 bug Eric Niebler 2008-03-06 17:56:42 +0000
  • 84c2251069 fix bad interaction between boyer-moore optimization and partial match feature, fixes #1564 Eric Niebler 2008-03-04 23:01:17 +0000
  • bb57856a76 add Dave Jenkin's evil static/dynamic actions in keep test case Eric Niebler 2008-03-04 19:42:36 +0000
  • d101343476 handle static regexes with actions nested in dynamic independent subexpressions Eric Niebler 2008-03-03 23:48:17 +0000
  • 1e401b1dad second attempt at fixing actions in independent expressions Eric Niebler 2008-03-03 19:47:47 +0000
  • 68e57dd29d add Map Assign example to documentation Eric Niebler 2008-03-03 19:44:54 +0000
  • f479c3e7e1 add map_assign example Eric Niebler 2008-03-01 19:32:56 +0000
  • 04493ce505 fix typo causing use_simple_repeat error, add test case Eric Niebler 2008-03-01 01:54:58 +0000
  • 38a8116273 fix oops Eric Niebler 2008-02-28 22:47:12 +0000
  • 9bef42668c add test case for use_simple_repeat fix Eric Niebler 2008-02-28 00:03:15 +0000
  • 3d5a775d1e fix bug in use_simple_repeat calculation Eric Niebler 2008-02-27 19:39:43 +0000
  • e3c6fe8910 partially revert breaking change to independent sub-expressions until I can make a proper fix Eric Niebler 2008-02-27 18:48:22 +0000
  • 34cf2c9ad3 doxygen comments Eric Niebler 2008-02-22 02:01:46 +0000
  • 88cee30f4a fix crash when actions are in keep() expressions Eric Niebler 2008-02-22 00:42:12 +0000
  • 5a43ef4fb7 doxygen comments for proto::when<> Eric Niebler 2008-02-21 20:12:02 +0000
  • 339e8ee431 More Proto documentation Eric Niebler 2008-02-21 07:18:24 +0000
  • 758c7e5eef more proto documentation tweaks, remove unnecessary result_of::arg_c instantiation Eric Niebler 2008-02-19 05:56:52 +0000
  • 2eadfd3b2f some doxygen comments for proto/traits.hpp Eric Niebler 2008-02-18 23:03:23 +0000
  • c056040c72 proto documentation improvements Eric Niebler 2008-02-17 20:53:18 +0000
  • e485508040 cleanup using local<> and skip() David Jenkins 2008-02-11 20:49:19 +0000
  • 4140b8272c suppress msvc warning Eric Niebler 2008-02-10 07:02:54 +0000
  • 4e4c7170bf fix oops in proto fusion interface Eric Niebler 2008-02-10 06:57:24 +0000
  • 287e2f5736 document how to access children of proto expressions Eric Niebler 2008-02-09 20:34:33 +0000
  • 5675808e2e more doxygen comments, const-correctness tweak for fusion::at() on proto expression Eric Niebler 2008-02-09 20:32:27 +0000
  • aa072a2754 reserve some c_type bits for dinkumware on windows, fixes #1625 Eric Niebler 2008-02-08 17:11:57 +0000
  • 058f35f379 tweaks for doxygen 1.5.4, document matches<> Eric Niebler 2008-02-07 08:06:29 +0000
  • 5d990f92f1 reasonably complete user docs for expression evaluation Eric Niebler 2008-02-07 00:05:01 +0000
  • 798f965dbb add handy get() accessors on literal<> wrapper Eric Niebler 2008-02-06 22:57:57 +0000
  • b7e357ffeb Merged revisions 43130 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2008-02-06 20:01:59 +0000
  • ac9d613f8d untabify Eric Niebler 2008-02-06 19:57:51 +0000
  • 8cc0791c4b add missing #include Eric Niebler 2008-02-05 21:07:31 +0000
  • 0bece84c03 fix typo Eric Niebler 2008-02-05 06:03:01 +0000
  • fee8c067f4 eliminate warnings under msvc's -W4 Eric Niebler 2008-02-05 05:33:12 +0000
  • 6d8ba66a97 fleshing out evaluation.qbk, document transforms of if_, not_, and_ and or_ Eric Niebler 2008-02-05 02:09:51 +0000
  • 779189f258 fix bug found by L. Evans re: fusion and stateful function objects Eric Niebler 2008-02-03 18:40:03 +0000
  • be3f66e749 port test to boost version 1.34.1 Eric Niebler 2008-02-02 12:27:16 +0000
  • acb3888dfa add future group example Eric Niebler 2008-02-01 20:30:29 +0000
  • c284c35f32 finish documentation for expression construction utilities Eric Niebler 2008-01-31 21:12:44 +0000
  • 5c584d8be1 minor tweak to fusion value_of and value_at for expressions, for better interop with proto::unpack_expr Eric Niebler 2008-01-31 18:44:17 +0000
  • bcad0b8f57 simplify make_expr.hpp, user docs for make_expr() Eric Niebler 2008-01-31 07:36:28 +0000
  • ce5c04faab minor tweak to make_expr result_of return type calculation Eric Niebler 2008-01-30 23:03:36 +0000
  • 99aa491bd2 regenerated boostbook reference Eric Niebler 2008-01-30 22:26:34 +0000
  • 71684b6a1d finally, a make_expr() I can live with Eric Niebler 2008-01-30 22:10:13 +0000
  • bad9d28292 use skip directive to simplify example David Jenkins 2008-01-30 03:39:02 +0000
  • f0357334df make_expr and unpack_expr improvements, fix scary transform::arg_c bug Eric Niebler 2008-01-29 21:02:52 +0000
  • 4951276004 update copyright and misc cleanup David Jenkins 2008-01-29 16:43:51 +0000
  • ad80c74d3d fix typo David Jenkins 2008-01-29 16:41:12 +0000
  • e11ee8f947 add tests for deep_copy, make_expr, unpack_expr; fix bugs; update more copyrights Eric Niebler 2008-01-29 07:03:03 +0000
  • 7243c179a4 more proto doxygen comments, update copyright Eric Niebler 2008-01-29 02:20:45 +0000
  • c92c8b1d63 proto doxygen comments, misc clean-up Eric Niebler 2008-01-28 22:56:46 +0000
  • 373c755d78 doc more concepts, misc clean-up Eric Niebler 2008-01-28 22:55:30 +0000
  • a5bf4a73f3 update acknowledgement of john maddock Eric Niebler 2008-01-28 20:03:41 +0000
  • d7f65b3460 fix typo Eric Niebler 2008-01-27 05:57:08 +0000
  • 23db02ee53 updated vcproj Eric Niebler 2008-01-27 05:56:46 +0000
  • d01ccabb4f optimize repeated searches with patterns that have leading repeats Eric Niebler 2008-01-26 19:38:44 +0000
  • ca6f651949 peeker optimization looks inside independent sub-expressions Eric Niebler 2008-01-24 21:06:23 +0000
  • 31b22c7040 proto works with boost 1.34.1 Eric Niebler 2008-01-23 02:23:15 +0000
  • 91c6f821c1 add concepts section to proto reference Eric Niebler 2008-01-22 20:42:18 +0000
  • 85a6a4781a minor clean-up Eric Niebler 2008-01-21 20:39:35 +0000
  • 9c11a8292c add back reference section, document user-defined transforms Eric Niebler 2008-01-18 07:58:48 +0000
  • 0daeef0d0b updated reference section Eric Niebler 2008-01-18 07:56:59 +0000
  • 2823bcec29 tweaks for better doxygen-ated output Eric Niebler 2008-01-18 07:56:31 +0000
  • 2b5dab7d5b document when<> and is_callable<> Eric Niebler 2008-01-16 19:24:33 +0000
  • 861b861298 missing include David Jenkins 2008-01-16 06:39:34 +0000
  • 08360e49cd document call<>, make<> and bind<> Eric Niebler 2008-01-15 22:06:51 +0000
  • 220a5785a1 code clean-up, begin updating the transform section in proto's docs Eric Niebler 2008-01-15 06:46:39 +0000
  • 34599a58c8 add skip(), for specifying a skip regex Eric Niebler 2008-01-14 20:26:58 +0000
  • 4a773c568e register mpl::bool_ with typeof Eric Niebler 2008-01-14 16:49:32 +0000
  • d2b2c6354e boost template instantiation depth on darwin Eric Niebler 2008-01-13 21:56:56 +0000
  • 7ec617389d work around msvc-7.1 bug Eric Niebler 2008-01-13 19:39:54 +0000
  • 4ab0f22924 port toy_spirit example to proto v3 Eric Niebler 2008-01-12 21:19:45 +0000
  • 86884dfbee more msvc-7.1-friendly default_context implementation, more missing headers Eric Niebler 2008-01-12 17:40:40 +0000
  • 2a93e9642e missing includes Eric Niebler 2008-01-12 17:09:17 +0000
  • 072b39ad75 new style transforms a-la proto v3 Eric Niebler 2008-01-12 06:43:28 +0000
  • b04a2a5df5 Modified spelling of my surname to avoid problems with non-ASCII characters. Markus Schöpflin 2008-01-03 10:04:39 +0000
  • 4da5fb5bc7 Merged revisions 42433 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2008-01-03 06:46:12 +0000
  • f926e775b7 add missing #includes Eric Niebler 2008-01-03 06:11:00 +0000
  • e80e58573f Merged revisions 42270 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2007-12-24 04:07:19 +0000
  • 01f96c4577 add missing #includes Eric Niebler 2007-12-24 03:51:59 +0000
  • 7f13d7bfbe merged from trunk Eric Niebler 2007-12-06 23:42:32 +0000
  • 16233c4a44 Fix msvc-9.0 code analysis problem David Jenkins 2007-12-04 22:19:58 +0000
  • 51cee19491 Changes for msvc-9.0 /clr flag David Jenkins 2007-11-27 18:59:06 +0000
  • da6088ca9a Changes for msvc-9.0 /clr flag David Jenkins 2007-11-27 18:57:48 +0000
  • f0eae3b660 Full merge from trunk at revision 41356 of entire boost-root tree. Beman Dawes 2007-11-25 18:38:02 +0000
  • 7782d4a6cc Full merge from trunk at revision 41356 of entire boost-root tree. Beman Dawes 2007-11-25 18:07:19 +0000
  • 93e63c72d8 Remove extraneous comments David Jenkins 2007-11-16 21:25:07 +0000
  • 30c423c219 fix typo Eric Niebler 2007-11-15 16:06:22 +0000
  • 0567ebc8cf portability fix for Intel 8.1 Eric Niebler 2007-11-13 16:38:11 +0000
  • e043b78f43 minor clean-up Eric Niebler 2007-11-12 21:07:54 +0000