Hartmut Kaiser
e072d85c37
Adding test
...
[SVN r68292]
2011-01-19 16:08:52 +00:00
Joel de Guzman
9a36ea759b
fixes Ticket #3418
...
[SVN r68274]
2011-01-19 11:20:30 +00:00
Eric Niebler
014c7ef3b7
fix 1.46 showstopper, fix #5084
...
[SVN r68264]
2011-01-19 04:28:17 +00:00
Joel de Guzman
cf593a5f7a
Added rationale section
...
[SVN r68263]
2011-01-19 03:44:14 +00:00
Joel de Guzman
f250307e0e
typo
...
[SVN r68261]
2011-01-19 01:00:21 +00:00
Joel de Guzman
fba87b4685
small tweak
...
[SVN r68260]
2011-01-19 00:53:35 +00:00
Hartmut Kaiser
5d0a9a59ad
Updated qi::as<T> and karma::as<T> docs (specified clearly the requirements on
...
T).
[SVN r68224]
2011-01-18 12:31:52 +00:00
Hartmut Kaiser
5368650377
Spirit: merging from trunk
...
[SVN r68198]
2011-01-17 02:29:15 +00:00
Hartmut Kaiser
6944381906
Spirit: updated acknowledgments section
...
[SVN r68197]
2011-01-17 00:24:16 +00:00
Joel de Guzman
b27d004dfd
applying 'inline' patch to numerics
...
[SVN r68196]
2011-01-17 00:10:17 +00:00
Bryce Adelstein-Lelbach
63eea24818
Workaround regressions introduced in Karma by r68177; add asserts to karma::as
...
and qi::as.
[SVN r68180]
2011-01-16 06:28:23 +00:00
Bryce Adelstein-Lelbach
588f73fc34
Fixed typo.
...
[SVN r68171]
2011-01-15 15:03:34 +00:00
Steven Watanabe
2adcb7862b
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
...
[SVN r68168]
2011-01-15 08:11:51 +00:00
Hartmut Kaiser
984bd64e97
Spirit: added explicit name() to symbols
...
[SVN r68167]
2011-01-15 02:54:22 +00:00
Hartmut Kaiser
5cca7065e8
Spirit: added explicit name() to symbols, doc fixes
...
[SVN r68166]
2011-01-15 02:48:46 +00:00
Bryce Adelstein-Lelbach
a6685cec5b
Added html docs that I missed.
...
[SVN r68164]
2011-01-15 00:03:12 +00:00
Bryce Adelstein-Lelbach
51ab66858a
Docs for karma::as, more utree docs.
...
[SVN r68163]
2011-01-14 23:15:23 +00:00
Bryce Adelstein-Lelbach
3d1cd1811c
Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost.
...
On Linux, GNU's libstdc++, which is the default stdlib for icc and clang,
cannot parse the <iomanip> header in version 4.5+ (which thankfully neither
compiler advises the use of yet), as it's original C++98-friendly
implementation has been replaced with a gnu++0x implementation.
<boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing
boost::detail::setfill, boost::detail::setbase, boost::detail::setw,
boost::detail::setprecision, boost::detail::setiosflags and
boost::detail::resetiosflags.
[SVN r68140]
2011-01-14 02:35:58 +00:00
Hartmut Kaiser
255afe7c3d
Spirit: fixing merge problems
...
[SVN r68079]
2011-01-13 03:09:28 +00:00
Hartmut Kaiser
397741e232
Spirit: merge from trunk
...
[SVN r68078]
2011-01-13 02:11:19 +00:00
Hartmut Kaiser
23d885ad70
Spirit: merge from trunk, more to come
...
[SVN r68069]
2011-01-12 19:22:18 +00:00
Hartmut Kaiser
f9ecc500ed
Spirit: merge from trunk, more to come
...
[SVN r68039]
2011-01-12 13:22:40 +00:00
Hartmut Kaiser
028307eb03
Spirit: started to merge from trunk, more to come
...
[SVN r68026]
2011-01-12 04:36:23 +00:00
Bryce Adelstein-Lelbach
6c807cea4d
Updating Spirit from 2.4.1 to 2.4.2.
...
[SVN r68023]
2011-01-12 01:28:48 +00:00
Hartmut Kaiser
9e414c3297
Spirit: fixing docs
...
[SVN r67981]
2011-01-11 21:00:47 +00:00
Hartmut Kaiser
9fec54a408
Spirit: fixing regression in netlib url parser
...
[SVN r67963]
2011-01-11 16:18:19 +00:00
Hartmut Kaiser
f60ca006fa
Spirit: removed debug print statements
...
[SVN r67956]
2011-01-11 13:55:02 +00:00
Bryce Adelstein-Lelbach
8a89ccbac0
Added utree example to Spirit docs.
...
[SVN r67924]
2011-01-10 20:50:17 +00:00
Bryce Adelstein-Lelbach
dd897317ca
Re-added Qi numeric literals as they no longer break Qi auto-magic.
...
[SVN r67902]
2011-01-10 03:04:31 +00:00
Joel de Guzman
b30b5156e3
updated to use rule pointers for efficiency
...
[SVN r67901]
2011-01-10 01:11:28 +00:00
Joel de Guzman
ba9a3c3092
updated to use rule pointers for efficiency
...
[SVN r67900]
2011-01-10 01:08:46 +00:00
Hartmut Kaiser
ca6b180931
Spirit: replaced proto::lit with spirit::lit
...
[SVN r67754]
2011-01-07 17:50:06 +00:00
Bryce Adelstein-Lelbach
9a4c9d7852
Fixes for utree tags (tag method won't throw for non-strings utree types, bug
...
fix from peper for max-size shorts).
[SVN r67744]
2011-01-07 01:09:17 +00:00
Hartmut Kaiser
8d8a3d971c
Spirit: adding a missing inline
...
[SVN r67741]
2011-01-06 23:54:10 +00:00
Bryce Adelstein-Lelbach
e1b0e45a5d
Removed Qi numeric literals (interference w/ auto magic)
...
[SVN r67737]
2011-01-06 23:37:52 +00:00
Bryce Adelstein-Lelbach
a1fa5e9721
Added FIXME comments for utree sequence tests.
...
[SVN r67713]
2011-01-06 04:24:26 +00:00
Hartmut Kaiser
2b12744edf
Spirit: added more tests
...
[SVN r67712]
2011-01-06 03:12:02 +00:00
Hartmut Kaiser
e67c5575bd
Spirit: added customization points for attribute transformation in compound operators
...
[SVN r67711]
2011-01-06 03:11:09 +00:00
Hartmut Kaiser
d59d39f02e
Spirit: utree: including ranges and references into list handling
...
[SVN r67696]
2011-01-05 23:31:39 +00:00
Hartmut Kaiser
5525aadf0f
Spirit: fixing utree compilation problems - doh!
...
[SVN r67695]
2011-01-05 23:14:09 +00:00
Hartmut Kaiser
0134cd358f
Spirit: added more tests
...
[SVN r67693]
2011-01-05 22:38:10 +00:00
Hartmut Kaiser
ecfd64ec3e
Spirit: utree: got rid of static class members, fixed another use case
...
[SVN r67692]
2011-01-05 22:34:51 +00:00
Hartmut Kaiser
242874826f
Spirit: more utree fixes
...
[SVN r67689]
2011-01-05 21:06:41 +00:00
Hartmut Kaiser
c959120913
Spirit: more utree fixes
...
[SVN r67688]
2011-01-05 21:06:11 +00:00
Hartmut Kaiser
24600f8664
Spirit: Fixing utree problems
...
[SVN r67687]
2011-01-05 20:14:25 +00:00
Bryce Adelstein-Lelbach
77f6955781
Regenned docs to fix a problem in them, added more utree tests.
...
[SVN r67683]
2011-01-05 16:44:32 +00:00
Hartmut Kaiser
a210e96357
Spirit: fixing lexer regression introduced with new customization points
...
[SVN r67679]
2011-01-05 13:53:00 +00:00
Hartmut Kaiser
19b5f8473e
Spirit: fixed an index problem
...
[SVN r67621]
2011-01-03 17:11:08 +00:00
Hartmut Kaiser
83a792d7ed
Spirit: updating copyrights
...
[SVN r67619]
2011-01-03 16:58:38 +00:00
Hartmut Kaiser
f7008981e0
Spirit: updating copyrights
...
[SVN r67618]
2011-01-03 16:46:06 +00:00