04f2e74d8fadd BOOST_PROTO_DEFINE_VARARG_FUNCTION_TEMPLATE, fix proto fusion integration
Eric Niebler
2007-06-06 23:09:16 +0000
3102092acffix for repeated non-capturing groups
Eric Niebler
2007-06-06 15:48:25 +0000
dc9524a0ceuse MS stack guard when available
Eric Niebler
2007-06-05 00:27:28 +0000
a25d4e4cf8fix for trac ticket 1026: regex_token_iterator crash
Eric Niebler
2007-06-04 19:16:45 +0000
c1682e7d72construct<> takes args by const ref
Eric Niebler
2007-06-04 02:30:44 +0000
dd5fb3302amore options for creating dynamic regexes
Eric Niebler
2007-06-03 06:33:57 +0000
fc8ca92bfaadd ssub_match typedef and friends, fixed doxygen comments
Eric Niebler
2007-06-03 02:23:49 +0000
f986703988TR1 compatibility fix: regex_token_iterator::operator*() returns a sub_match
Eric Niebler
2007-06-02 07:17:02 +0000
22741e1a86fix nasty crashing bug with regex_token_iterator
Eric Niebler
2007-06-02 01:49:18 +0000
feda3a0255const-qualify return types to keep gcc happy
Eric Niebler
2007-06-02 01:48:54 +0000
92d88e7a37small tweak
Eric Niebler
2007-06-02 00:23:57 +0000
5cd4192fe9construct<> takes args by const ref
Eric Niebler
2007-06-02 00:06:37 +0000
a6c39f1024fix busted actions, add make_pair
Eric Niebler
2007-06-01 23:29:55 +0000
3916a95216allow (s1,-s1,s2) syntax as Subs parameter to regex_token_iterator ctor
Eric Niebler
2007-06-01 19:09:28 +0000
e310adee2aallow lambdas in custom assertions
Eric Niebler
2007-06-01 06:19:00 +0000
fdbb1a2ca0fix non-char array with calculation
Eric Niebler
2007-05-31 19:36:50 +0000
f13bde65cbfaster, better use_simple_repeat<> trait
Eric Niebler
2007-05-31 18:51:51 +0000
f51effb483bug fixes, work-arounds
Eric Niebler
2007-05-31 16:13:06 +0000
d902c98b17hooray, non-char data works\!
Eric Niebler
2007-05-30 19:40:15 +0000
2a5e89209estill more work to support non-char data
Eric Niebler
2007-05-30 08:34:03 +0000
81b846844cmore work in support of non-char data
Eric Niebler
2007-05-30 07:58:23 +0000
b2abdd466afix some doc bugs, simpler regex_token_iterator_impl::next()
Eric Niebler
2007-05-29 07:28:52 +0000
9d96137056regex_token_iterator's value_type is sub_match<>::string_type, not basic_string<>, add regex_token_iterator test
Eric Niebler
2007-05-29 03:06:10 +0000
7138c091efterrible, ugly hacks to make Doxygen happy. There's got to be a better way.
Eric Niebler
2007-05-27 08:06:46 +0000
c790745e28updated installation guide
Eric Niebler
2007-05-27 06:59:41 +0000
51ab27f036reset regex_impl<>::instances to zero between tests
Eric Niebler
2007-05-27 06:42:23 +0000
bc0a787e42fix oops
Eric Niebler
2007-05-27 04:00:12 +0000
cf2db6870fadd proto::deduce_domain, make it the default for proto::make_expr and friends
Eric Niebler
2007-05-27 03:56:20 +0000
c50e4f73e7fix oops
Eric Niebler
2007-05-26 03:31:42 +0000
ce8148572fkill proto::generate<>
Eric Niebler
2007-05-26 00:53:57 +0000
2c66631cc9s/op/functional/
Eric Niebler
2007-05-25 22:47:08 +0000
298e7b90d1as_expr and as_arg take optional Domain template parameter
Eric Niebler
2007-05-25 22:23:54 +0000
0536e7e1a2make_expr and friends play nice with domains and generate<>
Eric Niebler
2007-05-25 00:53:40 +0000
4ab7d84500suppress secure CRT warnings for vc8
Eric Niebler
2007-05-25 00:29:27 +0000
0727a3f981rename proto::op to proto::functional, work toward better support in xpressive for non-char data
Eric Niebler
2007-05-24 23:25:40 +0000
6c2ed8ce62workaround for Boost 1.34
Eric Niebler
2007-05-24 23:17:08 +0000
68d3747829bring make_expr, unpack_expr and (new) unfused_expr into the fold
Eric Niebler
2007-05-24 20:03:26 +0000
822acaf924deep_copy uses generate<> and domains
Eric Niebler
2007-05-23 06:54:27 +0000
82fecfda42latest proto boostbook doc
Eric Niebler
2007-05-21 05:56:17 +0000
82bd4402cbwork around doxygen/boostbook strangeness
Eric Niebler
2007-05-21 05:55:31 +0000
90214a9629fix possible erroneous macro expansion to >> token
Eric Niebler
2007-05-21 03:32:00 +0000
d0f93525b6rename left_shift to shift_left, non-terminals do not get non-const overloads for op=, op[] and op() for better compile times
Eric Niebler
2007-05-21 03:21:34 +0000
bdc6165487use as_arg instead of as_expr to avoid needless copying, proto::make_expr is slightly less broken
Eric Niebler
2007-05-09 06:55:32 +0000
1afb4440fcnamed captures for dynamic regexes, doxygen comments
Eric Niebler
2007-05-07 04:41:25 +0000
fbf2e1061aremove dead protodoc.boostbook
Eric Niebler
2007-05-06 16:56:59 +0000
ea4eb29de4make conversions in callable_eval even worse to avoid possibility of ambiguity with user-defined conversions
Eric Niebler
2007-05-05 15:02:17 +0000
ff2ea778d0documentation tweaks based on user feedback
Eric Niebler
2007-05-05 06:27:40 +0000
7f14b676c5protodoc.boostbook
Eric Niebler
2007-05-05 01:08:47 +0000
0ce820bec2doc comments for expr<>
Eric Niebler
2007-05-05 01:07:16 +0000
de465d2850various bug fixes
Eric Niebler
2007-05-03 23:32:44 +0000