Eric Niebler
893ced3fbe
updated reference docs for fusion.hpp
...
[SVN r58375]
2009-12-14 10:19:49 +00:00
Eric Niebler
e608531431
proto doc tweaks
...
[SVN r57440]
2009-11-06 23:37:47 +00:00
Eric Niebler
6dcc84e773
better docs for proto::extends, fixes #2844
...
[SVN r57439]
2009-11-06 23:24:22 +00:00
Troy D. Straszheim
541c129fd6
rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
...
[SVN r56942]
2009-10-17 02:07:38 +00:00
Eric Niebler
6e9e1129f4
Merged revisions 56321 via svnmerge from
...
https://svn.boost.org/svn/boost/trunk
........
r56321 | eric_niebler | 2009-09-20 11:09:28 -0400 (Sun, 20 Sep 2009) | 1 line
const-qualify return type of pow() function
........
[SVN r56322]
2009-09-20 15:17:13 +00:00
Eric Niebler
f4f8a9facb
const-qualify return type of pow() function
...
[SVN r56321]
2009-09-20 15:09:28 +00:00
Eric Niebler
f0124690dd
Merged revisions 54559,54610,54853,54871 via svnmerge from
...
https://svn.boost.org/svn/boost/trunk
........
r54559 | eric_niebler | 2009-07-01 00:21:54 -0700 (Wed, 01 Jul 2009) | 1 line
eliminate use of deprecated proto macros in proto's and xpressive's public interface
........
r54610 | eric_niebler | 2009-07-03 09:58:55 -0700 (Fri, 03 Jul 2009) | 1 line
fix slicing problem of unary operators
........
r54853 | eric_niebler | 2009-07-09 21:44:23 -0700 (Thu, 09 Jul 2009) | 1 line
revert the BasicPrimitiveTransform changes as leading to weird inconsistencies
........
r54871 | eric_niebler | 2009-07-10 12:45:01 -0700 (Fri, 10 Jul 2009) | 1 line
fix oops
........
[SVN r54872]
2009-07-10 21:13:22 +00:00
Eric Niebler
df18ee653a
revert the BasicPrimitiveTransform changes as leading to weird inconsistencies
...
[SVN r54853]
2009-07-10 04:44:23 +00:00
Eric Niebler
471ec28162
Merged revisions 54067 via svnmerge from
...
https://svn.boost.org/svn/boost/trunk
........
r54067 | eric_niebler | 2009-06-18 14:39:09 -0700 (Thu, 18 Jun 2009) | 1 line
add a sensible default for proto::_default's template parameter
........
[SVN r54068]
2009-06-18 22:16:56 +00:00
Eric Niebler
fdc94e71fa
add a sensible default for proto::_default's template parameter
...
[SVN r54067]
2009-06-18 21:39:09 +00:00
Eric Niebler
6590f9be15
Merged revisions 53158,53182,53334,53337,53419,53421,53521,53566-53568,53578,53590 via svnmerge from
...
https://svn.boost.org/svn/boost/trunk
[SVN r53591]
2009-06-03 04:32:30 +00:00
Eric Niebler
0238ce8532
add lighter-weight BasicPrimitiveTransform concept, op metafunctions model that instead of PrimitiveConcept for better compile times
...
[SVN r53578]
2009-06-02 21:33:28 +00:00
Eric Niebler
3e2c617f4e
Merged revisions 52617 via svnmerge from
...
https://svn.boost.org/svn/boost/trunk
........
r52617 | eric_niebler | 2009-04-26 19:26:18 -0700 (Sun, 26 Apr 2009) | 1 line
add proto::noinvoke to the Class reference
........
[SVN r53053]
2009-05-16 18:09:07 +00:00
Eric Niebler
0ed5ae92fe
add proto::noinvoke to the Class reference
...
[SVN r52617]
2009-04-27 02:26:18 +00:00
Troy D. Straszheim
5e5e12011e
enable docs build for proto under cmake
...
[SVN r52233]
2009-04-07 17:24:15 +00:00
Eric Niebler
617efcb3a6
Merged revisions 51808,51821 via svnmerge from https://svn.boost.org/svn/boost/trunk
...
[SVN r51878]
2009-03-20 23:22:17 +00:00
Eric Niebler
571c10de27
add proto::noinvoke to block metafunction invocation in ObjectTransforms
...
[SVN r51821]
2009-03-17 18:21:40 +00:00
Eric Niebler
add33c8cf5
Merged revisions 51585 via svnmerge from
...
https://svn.boost.org/svn/boost/trunk
........
r51585 | eric_niebler | 2009-03-03 16:01:09 -0800 (Tue, 03 Mar 2009) | 1 line
minor doc tweaks
........
[SVN r51586]
2009-03-04 00:10:39 +00:00
Eric Niebler
2b406df9f4
minor doc tweaks
...
[SVN r51585]
2009-03-04 00:01:09 +00:00
John Maddock
1c29bdf855
Merge PDF build changes from Trunk.
...
[SVN r51417]
2009-02-23 18:39:32 +00:00
John Maddock
fef942bfa8
Add PDF generation options to fix external links to point to the web site.
...
Added a few more Boostbook based libs that were missed first time around.
Fixed PDF naming issues.
[SVN r51284]
2009-02-17 10:05:58 +00:00
John Maddock
5dd15f03e2
Add Jamfile to build PDF versions of all the docs.
...
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]
2009-02-08 16:59:14 +00:00
Eric Niebler
bea6f7f4a0
Merged revisions 50265-50266,50270 via svnmerge from
...
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]
2008-12-15 17:23:56 +00:00
Eric Niebler
db63657081
add support for nullary expressions with tag types other than proto::tag::terminal
...
[SVN r50265]
2008-12-14 04:35:21 +00:00
Eric Niebler
f36b18fcd1
Merged revisions 50165 via svnmerge from
...
https://svn.boost.org/svn/boost/trunk
........
r50165 | eric_niebler | 2008-12-06 13:02:38 -0800 (Sat, 06 Dec 2008) | 1 line
fix bad link
........
[SVN r50166]
2008-12-06 21:32:06 +00:00
Eric Niebler
c6e1ef17a6
fix bad link
...
[SVN r50165]
2008-12-06 21:02:38 +00:00
Eric Niebler
6ed590b864
Merged revisions 50106 via svnmerge from
...
https://svn.boost.org/svn/boost/trunk
........
r50106 | eric_niebler | 2008-12-03 22:14:06 -0800 (Wed, 03 Dec 2008) | 1 line
unpack_expr works with Fusion Forward Sequences
........
[SVN r50164]
2008-12-06 20:59:40 +00:00
Eric Niebler
d33bc755a5
unpack_expr works with Fusion Forward Sequences
...
[SVN r50106]
2008-12-04 06:14:06 +00:00
Eric Niebler
e4f355683f
Merged revisions 49910,49930,49935-49936 via svnmerge from
...
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]
2008-11-26 05:59:02 +00:00
Eric Niebler
07d98367d6
user documentation for the new repetition and iteration macros
...
[SVN r49936]
2008-11-26 02:10:38 +00:00
Eric Niebler
0b132219fd
reference documentation for new repetition and iteration macros
...
[SVN r49935]
2008-11-26 00:44:00 +00:00
Eric Niebler
393cfe78f9
Merged revisions 49902 via svnmerge from
...
https://svn.boost.org/svn/boost/trunk
........
r49902 | eric_niebler | 2008-11-23 15:41:41 -0800 (Sun, 23 Nov 2008) | 1 line
misc doc tweaks
........
[SVN r49903]
2008-11-23 23:58:47 +00:00
Eric Niebler
de11d75f25
misc doc tweaks
...
[SVN r49902]
2008-11-23 23:41:41 +00:00
Eric Niebler
634b0c55be
latest proto from trunk
...
[SVN r49780]
2008-11-16 07:47:47 +00:00
Eric Niebler
5ff74f2f1c
latest docs, make result_of::value consistent with rest of proto wrt array types
...
[SVN r49779]
2008-11-16 01:32:52 +00:00
Eric Niebler
e92f442afe
Merged revisions 49599 via svnmerge from
...
https://svn.boost.org/svn/boost/trunk
........
r49599 | eric_niebler | 2008-11-05 10:50:01 -0800 (Wed, 05 Nov 2008) | 1 line
fix bad links
........
[SVN r49600]
2008-11-05 19:35:54 +00:00
Eric Niebler
e826fc176e
fix bad links
...
[SVN r49599]
2008-11-05 18:50:01 +00:00
Eric Niebler
2d9e10e8f9
Merged revisions 49590 via svnmerge from
...
https://svn.boost.org/svn/boost/trunk
........
r49590 | eric_niebler | 2008-11-04 11:11:59 -0800 (Tue, 04 Nov 2008) | 1 line
misc doc clean-up
........
[SVN r49591]
2008-11-04 19:26:32 +00:00
Eric Niebler
524a2e93eb
misc doc clean-up
...
[SVN r49590]
2008-11-04 19:11:59 +00:00
Eric Niebler
a1a6168403
Merged revisions 49531 via svnmerge from
...
https://svn.boost.org/svn/boost/trunk
........
r49531 | eric_niebler | 2008-11-02 04:33:48 -0800 (Sun, 02 Nov 2008) | 1 line
remove dead files
........
[SVN r49533]
2008-11-02 12:39:24 +00:00
Eric Niebler
8a27ddc146
remove dead files
...
[SVN r49531]
2008-11-02 12:33:48 +00:00
Eric Niebler
58b6139eda
improved reference section
...
[SVN r49530]
2008-11-02 12:20:59 +00:00
Eric Niebler
bd90f4dd97
fix typos and misspellings
...
[SVN r49382]
2008-10-18 22:52:04 +00:00
Eric Niebler
6610b46b47
reorged docs
...
[SVN r49369]
2008-10-17 02:48:46 +00:00
Eric Niebler
c67af1cdb6
documentation for proto::switch_
...
[SVN r49134]
2008-10-05 04:04:57 +00:00
Eric Niebler
6c3c875843
document as_expr(), as_child(), literal<>, lit() and BOOST_PROTO_EXTENDS() and friends
...
[SVN r48914]
2008-09-21 20:48:06 +00:00
Eric Niebler
f531481bc6
add missing file
...
[SVN r48799]
2008-09-16 17:37:43 +00:00
Eric Niebler
cd8d163e5d
more doc improvements
...
[SVN r48479]
2008-08-30 20:30:00 +00:00
Eric Niebler
d065db2abd
latest doc tweaks
...
[SVN r48468]
2008-08-30 02:38:07 +00:00
Eric Niebler
5d9f13c446
more doxygen comments for some proto primitive transforms
...
[SVN r48345]
2008-08-24 06:34:00 +00:00
Eric Niebler
5277b4675f
more work on proto's docs
...
[SVN r48344]
2008-08-24 04:12:20 +00:00
Eric Niebler
a51e81a4f8
adding new transforms users guide
...
[SVN r48308]
2008-08-23 07:54:14 +00:00
Eric Niebler
70d0b29614
adding new transforms users guide
...
[SVN r48307]
2008-08-23 07:53:13 +00:00
Eric Niebler
b9325b29e6
merging new transforms users guide
...
[SVN r48306]
2008-08-23 07:52:35 +00:00
Eric Niebler
a8a264d961
more doc work
...
[SVN r48146]
2008-08-14 23:42:03 +00:00
Eric Niebler
49f1c0493b
fix typo, logic-o and bad wording
...
[SVN r48130]
2008-08-13 17:47:15 +00:00
Eric Niebler
ac0a1b66c2
more work on proto's docs
...
[SVN r48108]
2008-08-12 20:18:30 +00:00
Eric Niebler
645527c397
add Boost.Proto to trunk
...
[SVN r48079]
2008-08-11 07:10:51 +00:00
Eric Niebler
7b90f7be99
more doc tweaks
...
[SVN r48074]
2008-08-11 02:07:01 +00:00
Eric Niebler
8edc2776a7
greatly fleshed out calculator example
...
[SVN r48072]
2008-08-11 01:01:33 +00:00
Eric Niebler
6394094092
remove dead file
...
[SVN r48061]
2008-08-10 16:12:04 +00:00
Eric Niebler
35d1083bf5
more doc improvements
...
[SVN r48060]
2008-08-10 16:07:20 +00:00
Eric Niebler
36d26075ff
more work on docs
...
[SVN r48051]
2008-08-10 00:22:50 +00:00
Eric Niebler
d922b3fff0
latest and greatest
...
[SVN r47974]
2008-08-04 19:15:28 +00:00
Eric Niebler
c86e3609c1
improvements to the users' guide
...
[SVN r47642]
2008-07-20 22:38:34 +00:00
Eric Niebler
3a8e485872
define the ObjectTransform concept
...
[SVN r47611]
2008-07-19 21:22:44 +00:00
Eric Niebler
8c7beb452d
regenerate doxygen docs, fix PrimitiveTransform concept reference documentation
...
[SVN r47609]
2008-07-19 20:32:57 +00:00
Eric Niebler
2d384d81f0
fix example models in concept docs
...
[SVN r47608]
2008-07-19 19:47:15 +00:00
Eric Niebler
9047e6c579
move lambda.cpp to mini_lambda.cpp
...
[SVN r44859]
2008-04-28 20:51:36 +00:00
Eric Niebler
0407f2b380
update history
...
[SVN r44522]
2008-04-17 21:32:57 +00:00
Eric Niebler
c49a04de48
small tweaks
...
[SVN r44447]
2008-04-15 22:25:11 +00:00
Eric Niebler
225944e934
latest doc tweaks
...
[SVN r44378]
2008-04-13 22:29:39 +00:00
Eric Niebler
8d79f318ab
s/functor/functional
...
[SVN r44110]
2008-04-08 00:17:52 +00:00
Eric Niebler
c34253a836
initial proto v4, the post-review version
...
[SVN r44068]
2008-04-06 06:19:35 +00:00