0d57ee6906Spirit: extending usage of BOOST_SPIRIT_NO_PREDEFINED_TERMINALS to all Karma components
Hartmut Kaiser
2011-02-13 20:47:46 +0000
0dc2bc3fc6Spirit: fixing a kleene/sequence attribute issue
Hartmut Kaiser
2011-02-13 20:43:52 +0000
dda450b4d8Spirit: added one more test
Hartmut Kaiser
2011-02-09 14:26:54 +0000
fa2c1aad8eadded option to have no predefined terminals
Joel de Guzman
2011-02-09 10:47:49 +0000
b49f827549added option to have no predefined terminals
Joel de Guzman
2011-02-09 10:44:41 +0000
779975c25eSpirit: added missing CP specializations
Hartmut Kaiser
2011-02-08 17:32:06 +0000
67b62c8efdPhoenix: fixing floating point comparisons
Hartmut Kaiser
2011-02-07 22:05:20 +0000
e77e112383Spirit: fixed spelling in comments
Hartmut Kaiser
2011-02-07 13:41:52 +0000
09bb853789Spirit: fixing handling for container attributes in parser sequences
Hartmut Kaiser
2011-02-07 01:25:22 +0000
cda73af00fSpirit: fixing basic_hold_any<> for wchar_t
Hartmut Kaiser
2011-02-06 18:58:59 +0000
78be66628eSpirit: adding missing file
Hartmut Kaiser
2011-02-05 16:24:19 +0000
c86a51c6f1Spirit: committing missed file
Hartmut Kaiser
2011-02-05 04:10:11 +0000
3fc4ceb718Spirit: unified handling of sequences and container components for container attributes, modified hold_any to enable streaming with wchar_t, added extract_from_container CP, fixed integral generators for const data types
Hartmut Kaiser
2011-02-05 03:48:49 +0000
5ef613e353Removed unnecessary overload for the std::basic_string<> overload of extract_c_string, added embedded char_type typedef to extract_c_string specializations that were missing it.
Bryce Adelstein-Lelbach
2011-01-27 22:59:14 +0000
4ae17451f3Spirit: adding advance tests to repository
Hartmut Kaiser
2011-01-27 22:13:46 +0000
ac25d4ea4dRegenerated Spirit documentation, added a missing generated HTML file.
Bryce Adelstein-Lelbach
2011-01-27 20:43:24 +0000
5a30752baaAdded regression tests and fixes for Spirit.Qi numeric literal alternatives issue.
Bryce Adelstein-Lelbach
2011-01-27 20:30:12 +0000
2adcb7862bRevert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
Steven Watanabe
2011-01-15 08:11:51 +0000
984bd64e97Spirit: added explicit name() to symbols
Hartmut Kaiser
2011-01-15 02:54:22 +0000
5cca7065e8Spirit: added explicit name() to symbols, doc fixes
Hartmut Kaiser
2011-01-15 02:48:46 +0000
a6685cec5bAdded html docs that I missed.
Bryce Adelstein-Lelbach
2011-01-15 00:03:12 +0000
51ab66858aDocs for karma::as, more utree docs.
Bryce Adelstein-Lelbach
2011-01-14 23:15:23 +0000
3d1cd1811cReplacing 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.
Bryce Adelstein-Lelbach
2011-01-14 02:35:58 +0000
255afe7c3dSpirit: fixing merge problems
Hartmut Kaiser
2011-01-13 03:09:28 +0000
397741e232Spirit: merge from trunk
Hartmut Kaiser
2011-01-13 02:11:19 +0000
23d885ad70Spirit: merge from trunk, more to come
Hartmut Kaiser
2011-01-12 19:22:18 +0000
f9ecc500edSpirit: merge from trunk, more to come
Hartmut Kaiser
2011-01-12 13:22:40 +0000
028307eb03Spirit: started to merge from trunk, more to come
Hartmut Kaiser
2011-01-12 04:36:23 +0000
6c807cea4dUpdating Spirit from 2.4.1 to 2.4.2.
Bryce Adelstein-Lelbach
2011-01-12 01:28:48 +0000
9e414c3297Spirit: fixing docs
Hartmut Kaiser
2011-01-11 21:00:47 +0000
9fec54a408Spirit: fixing regression in netlib url parser
Hartmut Kaiser
2011-01-11 16:18:19 +0000
f60ca006faSpirit: removed debug print statements
Hartmut Kaiser
2011-01-11 13:55:02 +0000
8a89ccbac0Added utree example to Spirit docs.
Bryce Adelstein-Lelbach
2011-01-10 20:50:17 +0000
dd897317caRe-added Qi numeric literals as they no longer break Qi auto-magic.
Bryce Adelstein-Lelbach
2011-01-10 03:04:31 +0000
b30b5156e3updated to use rule pointers for efficiency
Joel de Guzman
2011-01-10 01:11:28 +0000
ba9a3c3092updated to use rule pointers for efficiency
Joel de Guzman
2011-01-10 01:08:46 +0000
ca6b180931Spirit: replaced proto::lit with spirit::lit
Hartmut Kaiser
2011-01-07 17:50:06 +0000
9a4c9d7852Fixes for utree tags (tag method won't throw for non-strings utree types, bug fix from peper for max-size shorts).
Bryce Adelstein-Lelbach
2011-01-07 01:09:17 +0000
8d8a3d971cSpirit: adding a missing inline
Hartmut Kaiser
2011-01-06 23:54:10 +0000