893ced3fbeupdated reference docs for fusion.hpp
Eric Niebler
2009-12-14 10:19:49 +0000
f306b88004assorted fixes to proto and xpressive merged to release from trunk
Eric Niebler
2009-12-13 07:29:08 +0000
da1d487f2dadd forward declarations for proto::term and proto::listN
Eric Niebler
2009-12-12 09:37:33 +0000
2b18526005in binary operations, when one operand has a user-specified domain and the other has the default domain, the user-specified domain trumps
Eric Niebler
2009-12-10 22:58:16 +0000
4bcc83647efix const correctness issues with proto::flatten and friends
Eric Niebler
2009-11-19 23:05:20 +0000
8e7729fa54work around for EDG compiler bug with function types and cv-qualification
Eric Niebler
2009-11-19 22:45:17 +0000
e608531431proto doc tweaks
Eric Niebler
2009-11-06 23:37:47 +0000
6dcc84e773better docs for proto::extends, fixes#2844
Eric Niebler
2009-11-06 23:24:22 +0000
8ace48cc28clean-up
Eric Niebler
2009-10-29 19:14:26 +0000
6bc5d73a63fix const correctness issues with proto::flatten and friends, fixes#3364
Eric Niebler
2009-10-29 18:59:43 +0000
9251f7420ework around EDG compiler bug, fixes#3290
Eric Niebler
2009-10-26 20:21:20 +0000
6796470e20accomodate recent change to fusion::fold, remove old support for Doxygen and pre-1.35 Fusion, fixes#3553
Eric Niebler
2009-10-26 15:15:05 +0000
541c129fd6rm 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
Troy D. Straszheim
2009-10-17 02:07:38 +0000
3fffa1ca37rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
Troy D. Straszheim
2009-10-17 01:10:45 +0000
b40b2dae39fix proto::_value array handling under C++0x mode, fixes#3338
Eric Niebler
2009-08-18 20:04:56 +0000
f8a3b43c90Copyrights on CMakeLists.txt to keep them from clogging up the inspect reports. This is essentially the same commit as r55095 on the release branch.
Troy D. Straszheim
2009-07-26 00:49:56 +0000
d80b95856cAdd basic copyright/license to keep cmake out of the inspection report
Troy D. Straszheim
2009-07-22 21:51:01 +0000
fb1f72db25fix some bugs with use of Transform::result<void(E,S,V)>, which is no longer valid. Make lambda.hpp example work again
Eric Niebler
2009-06-26 06:09:05 +0000
0238ce8532add lighter-weight BasicPrimitiveTransform concept, op metafunctions model that instead of PrimitiveConcept for better compile times
Eric Niebler
2009-06-02 21:33:28 +0000
dae248599ffix broken test
Eric Niebler
2009-06-02 07:28:17 +0000
bd0367878emisc clean-up and compile time tweaks
Eric Niebler
2009-06-02 07:26:49 +0000
4f8e8399c6better compile-time performance of callable transforms
Eric Niebler
2009-05-29 23:49:44 +0000
5aa5b3976flow-hanging compile perf tweak to eliminate many unnecessary instantiations of term<> and listN<> templates
Eric Niebler
2009-05-29 22:36:59 +0000
ba043dfabffix macro argument reevaluation bugaboo
Eric Niebler
2009-05-28 06:20:55 +0000
22c60e24ecsaner default evaluation behavior for member (object|function) pointers
Eric Niebler
2009-05-28 04:58:45 +0000
d3ca3b0c4efix handling of ptr-to-members in default transforms
Eric Niebler
2009-05-22 17:44:21 +0000
c5db71dd94workaround for gcc-3.4 bug, fixes#3021
Eric Niebler
2009-05-21 17:03:28 +0000
2b406df9f4minor doc tweaks
Eric Niebler
2009-03-04 00:01:09 +0000
1c29bdf855Merge PDF build changes from Trunk.
John Maddock
2009-02-23 18:39:32 +0000
fef942bfa8Add 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.
John Maddock
2009-02-17 10:05:58 +0000
5dd15f03e2Add 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.
John Maddock
2009-02-08 16:59:14 +0000
84e57f9729eliminate extra dummy template parameter from proto::function and proto::nary_expr
Eric Niebler
2009-02-07 01:09:57 +0000
41de660699merge of cmake build files from trunk per beman
Troy D. Straszheim
2009-01-24 18:57:20 +0000