https://svn.boost.org/svn/boost/trunk
........
r66150 | eric_niebler | 2010-10-22 17:07:23 -0400 (Fri, 22 Oct 2010) | 1 line
add nested which typedef for matches with switch_ and if_ for Phoenix-style extensible grammars
........
r66196 | eric_niebler | 2010-10-25 19:55:22 -0400 (Mon, 25 Oct 2010) | 1 line
add when<T, external> to allow transforms to be specified with the Data parameter
........
r66197 | eric_niebler | 2010-10-25 19:57:16 -0400 (Mon, 25 Oct 2010) | 1 line
optimize boost::tr1_result_of for default_domain and default_generator
........
r66198 | eric_niebler | 2010-10-25 19:58:26 -0400 (Mon, 25 Oct 2010) | 1 line
clean-up
........
r66199 | eric_niebler | 2010-10-25 20:53:39 -0400 (Mon, 25 Oct 2010) | 1 line
s/external/external_transform/ and s/action_map/external_transforms/
........
r66200 | eric_niebler | 2010-10-26 01:42:13 -0400 (Tue, 26 Oct 2010) | 1 line
small tweak, add docs for external transforms
........
r66805 | eric_niebler | 2010-11-28 00:04:50 -0500 (Sun, 28 Nov 2010) | 1 line
fix long-standing bug in proto::make, add more callable wrappers for std utility and fusion algos, reorg and clean-up
........
r66836 | eric_niebler | 2010-11-28 22:58:02 -0500 (Sun, 28 Nov 2010) | 1 line
pop_front and reverse are not in core, add docs for new callables
........
r66990 | eric_niebler | 2010-12-03 17:10:14 -0500 (Fri, 03 Dec 2010) | 1 line
ah! the REAL fix for the long-standing proto::make bug
........
r67053 | eric_niebler | 2010-12-05 20:01:47 -0500 (Sun, 05 Dec 2010) | 1 line
revert to old slightly broken make behavior, instead of the new and very broken behavior (sigh)
........
r67122 | eric_niebler | 2010-12-08 23:08:40 -0500 (Wed, 08 Dec 2010) | 1 line
proto::matches preserves domain-specific expression wrappers
........
r67154 | eric_niebler | 2010-12-10 23:08:58 -0500 (Fri, 10 Dec 2010) | 1 line
doc tweak
........
[SVN r67155]
https://svn.boost.org/svn/boost/trunk
........
r64122 | eric_niebler | 2010-07-18 10:25:32 -0400 (Sun, 18 Jul 2010) | 1 line
proto can no longer be found in the File Vault
........
r64123 | eric_niebler | 2010-07-18 10:30:38 -0400 (Sun, 18 Jul 2010) | 1 line
xpressive can no longer be found in the File Vault
........
[SVN r64127]
* Use `doc/src/*.css` instead of `doc/html/*.css`.
* Remove wiki and people directories.
* Some documentation fixes.
* Left out `minimal.css` changes and boostbook changes because of clashes.
[SVN r63347]
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.
[SVN r63146]
https://svn.boost.org/svn/boost/trunk
........
r62926 | eric_niebler | 2010-06-13 22:47:07 -0400 (Sun, 13 Jun 2010) | 1 line
sigh, add back some ADL-blocker namespaces
........
r62927 | eric_niebler | 2010-06-14 01:22:36 -0400 (Mon, 14 Jun 2010) | 1 line
fix return type calculation of already_expr and already_child
........
r62951 | eric_niebler | 2010-06-14 17:26:12 -0400 (Mon, 14 Jun 2010) | 1 line
as_expr and as_child no longer run objects that are already proto expressions through the domain's generator
........
r62964 | eric_niebler | 2010-06-14 22:07:23 -0400 (Mon, 14 Jun 2010) | 1 line
make the reference agree with the implementation about the behavior of deduce_domain, as_child, as_expr, make_expr and unpack_expr
........
r63004 | eric_niebler | 2010-06-15 17:49:24 -0400 (Tue, 15 Jun 2010) | 1 line
fix description of how domains are deduced
........
[SVN r63005]
https://svn.boost.org/svn/boost/trunk
........
r62550 | eric_niebler | 2010-06-08 01:07:00 -0400 (Tue, 08 Jun 2010) | 1 line
namespace reform, begin to make proto internals rely less on proto::expr
........
r62616 | eric_niebler | 2010-06-08 20:14:39 -0400 (Tue, 08 Jun 2010) | 1 line
use basic_expr instead of expr when possible for better compile times
........
r62618 | eric_niebler | 2010-06-08 20:23:57 -0400 (Tue, 08 Jun 2010) | 1 line
more namespace reform
........
[SVN r62739]
https://svn.boost.org/svn/boost/trunk
........
r61076 | eric_niebler | 2010-04-05 12:15:49 -0700 (Mon, 05 Apr 2010) | 1 line
code clean-up
........
r61547 | eric_niebler | 2010-04-24 12:50:15 -0700 (Sat, 24 Apr 2010) | 1 line
when using proto::and_ as a transform, apply *all* transforms but only return the result of applying the last
........
r61675 | eric_niebler | 2010-04-29 06:59:12 -0700 (Thu, 29 Apr 2010) | 1 line
allow virtual members to be in a different domain than their enclosing class
........
r61676 | eric_niebler | 2010-04-29 08:08:18 -0700 (Thu, 29 Apr 2010) | 1 line
const-correctness fixes when invoking proto domains
........
r61677 | eric_niebler | 2010-04-29 08:18:21 -0700 (Thu, 29 Apr 2010) | 1 line
more const-correctness fixes when invoking proto domains
........
r61750 | eric_niebler | 2010-05-03 18:19:53 -0700 (Mon, 03 May 2010) | 1 line
_default transform is also a grammar that matches the expressions the transform knows how to handle
........
r61782 | eric_niebler | 2010-05-04 17:19:22 -0700 (Tue, 04 May 2010) | 1 line
pass_through transform doesn't strip expression wrappers
........
r61788 | eric_niebler | 2010-05-05 09:02:34 -0700 (Wed, 05 May 2010) | 1 line
fix broken proto
........
r61859 | eric_niebler | 2010-05-08 15:27:39 -0700 (Sat, 08 May 2010) | 1 line
add partial support for sub-domains. Full support (on compilers supporting Boost.TypeOf) to come
........
[SVN r62138]
https://svn.boost.org/svn/boost/trunk
........
r61055 | eric_niebler | 2010-04-04 16:09:58 -0700 (Sun, 04 Apr 2010) | 1 line
try to get proto working on msvc-7.1 again, misc clean-up
........
r61056 | eric_niebler | 2010-04-04 16:22:56 -0700 (Sun, 04 Apr 2010) | 1 line
acknowledge Dave A. for responding to my call for help with msvc-7.1
........
[SVN r61073]
https://svn.boost.org/svn/boost/trunk
........
r60682 | eric_niebler | 2010-03-18 12:32:54 +1100 (Thu, 18 Mar 2010) | 1 line
functional::make_expr and functional::unpack_expr return const-qualified rvalues
........
r60692 | eric_niebler | 2010-03-19 01:28:31 +1100 (Fri, 19 Mar 2010) | 1 line
fix error in invocation of callable monomorphic function objects, expression self-assignment creates an assign node
........
r60706 | eric_niebler | 2010-03-20 00:23:26 +1100 (Sat, 20 Mar 2010) | 1 line
try again to get proto assignment overloads right
........
r60788 | eric_niebler | 2010-03-23 16:07:39 +1100 (Tue, 23 Mar 2010) | 1 line
add an appendix for release notes
........
[SVN r60789]
https://svn.boost.org/svn/boost/trunk
........
r60633 | eric_niebler | 2010-03-16 12:20:57 +1100 (Tue, 16 Mar 2010) | 1 line
add proto::assert_matches function and friends to debug.hpp, flesh out docs for Expr concept
........
r60639 | eric_niebler | 2010-03-16 15:55:13 +1100 (Tue, 16 Mar 2010) | 1 line
simplify and generalize display_expr
........
r60659 | eric_niebler | 2010-03-17 09:35:40 +1100 (Wed, 17 Mar 2010) | 1 line
BOOST_PROTO_ASSERT_MATCHES should incur no runtime overhead
........
r60671 | eric_niebler | 2010-03-17 11:43:14 +1100 (Wed, 17 Mar 2010) | 1 line
add assert_matches/assert_matches_not to function list
........
[SVN r60672]
https://svn.boost.org/svn/boost/trunk
........
r60403 | eric_niebler | 2010-03-10 13:03:20 +1100 (Wed, 10 Mar 2010) | 1 line
do not use deprecated config macros, thx to daniel james
........
r60452 | eric_niebler | 2010-03-11 12:07:19 +1100 (Thu, 11 Mar 2010) | 1 line
adding concepts for Expr and Domain
........
r60453 | eric_niebler | 2010-03-11 12:08:47 +1100 (Thu, 11 Mar 2010) | 1 line
oops, fix properties
........
[SVN r60505]
Tweaked some existing Jamfiles so that PDF build finds all the necessary image files etc.
Tweaked fo.xsl to provide more options by default, and improve formatting.
[SVN r51104]
https://svn.boost.org/svn/boost/trunk
........
r50265 | eric_niebler | 2008-12-13 20:35:21 -0800 (Sat, 13 Dec 2008) | 1 line
add support for nullary expressions with tag types other than proto::tag::terminal
........
r50266 | eric_niebler | 2008-12-13 21:53:21 -0800 (Sat, 13 Dec 2008) | 1 line
allow 0- and 1-argument variants of proto::or_ and proto::and_
........
r50270 | eric_niebler | 2008-12-14 08:40:27 -0800 (Sun, 14 Dec 2008) | 1 line
fix nullary_expr bug
........
[SVN r50279]
https://svn.boost.org/svn/boost/trunk
........
r49910 | eric_niebler | 2008-11-23 23:17:40 -0800 (Sun, 23 Nov 2008) | 1 line
add an example of virtual data members
........
r49930 | eric_niebler | 2008-11-25 08:00:40 -0800 (Tue, 25 Nov 2008) | 1 line
deprecate old BOOST_PROTO_DEFINE_VARARG_FUNCTION_TEMPLATE macro, replace with more flexible and useful BOOST_PROTO_REPEAT and BOOST_PROTO_LOCAL_ITERATE
........
r49935 | eric_niebler | 2008-11-25 16:44:00 -0800 (Tue, 25 Nov 2008) | 1 line
reference documentation for new repetition and iteration macros
........
r49936 | eric_niebler | 2008-11-25 18:10:38 -0800 (Tue, 25 Nov 2008) | 1 line
user documentation for the new repetition and iteration macros
........
[SVN r49937]