Commit Graph

4777 Commits

Author SHA1 Message Date
Hartmut Kaiser
acb3a2febf Spirit: Added a missing header #include.
[SVN r44629]
2008-04-20 13:45:06 +00:00
Hartmut Kaiser
e5459e94ab Spirit.Lex: Yet another wchar_t fix.
[SVN r44628]
2008-04-20 13:37:42 +00:00
Hartmut Kaiser
bf519c4922 Spirit.Lex: Added another workaround for wchar.h
[SVN r44627]
2008-04-20 13:33:53 +00:00
Hartmut Kaiser
3a058d9103 Spirit.Lex: Added a workaround for missing WCHAR_MAX constant.
[SVN r44626]
2008-04-20 13:30:15 +00:00
Hartmut Kaiser
445460321b Spirit.Lex: Reverted wrap_action code to use Boost.Bind for now, just to avoid regression errors.
[SVN r44625]
2008-04-20 13:25:47 +00:00
Hartmut Kaiser
057ae7efb1 Spirit.Lex: Worked around a problem related to HP-UX_ia64_aCC.
[SVN r44624]
2008-04-20 13:24:11 +00:00
Hartmut Kaiser
1cb517eca7 Spirit.Lex: Changed wrap_action::phoenix_action to be a embedded function object. Same errors still...
[SVN r44623]
2008-04-20 13:13:42 +00:00
Hartmut Kaiser
8285af4c3f Spirit.Karma: re-enabled real_numerics tests related to math::real_concept.
[SVN r44622]
2008-04-20 13:00:21 +00:00
Joel de Guzman
a61287861a more tests
[SVN r44611]
2008-04-20 08:27:41 +00:00
Joel de Guzman
7ff19d4ae9 various fixes
[SVN r44610]
2008-04-20 08:27:25 +00:00
Joel de Guzman
30ff9930a0 add wchar test
[SVN r44609]
2008-04-20 08:00:41 +00:00
Hartmut Kaiser
8d6396669a Spirit.Lex: First version of wrapped semantic actions.
[SVN r44608]
2008-04-20 01:42:27 +00:00
Hartmut Kaiser
7113a63181 Spirit: renamed end_type to eoi_type (missed that while original renaming)
[SVN r44605]
2008-04-19 20:22:39 +00:00
Hartmut Kaiser
85597dea09 Spirit.Karma: disabled real_numerics tests for real_concept for now.
[SVN r44597]
2008-04-19 16:41:29 +00:00
Joel de Guzman
b173d8390d no-case for chsets
[SVN r44570]
2008-04-19 02:14:11 +00:00
Joel de Guzman
26854ba520 no-case for chsets
[SVN r44569]
2008-04-19 02:13:57 +00:00
Hartmut Kaiser
6ef195bf25 Spirit: removed multi_pass tests from regression runs, these are not completed yet.
[SVN r44568]
2008-04-19 01:11:17 +00:00
Hartmut Kaiser
ce5ac8867d Spirit.Qi: Fixed a big endian issue in tests/qi/binary.cpp
[SVN r44564]
2008-04-19 00:23:19 +00:00
Hartmut Kaiser
e67ccf7aa7 Spirit: Removed testing for compatibility of skipper and delimiter with the rule. Added some comments at the place where the compilation error occurs if skipper of delimiter are incompatible.
[SVN r44562]
2008-04-19 00:06:02 +00:00
Joel de Guzman
dcfccb43a8 put virtual_component_base outside detail namespace plus a few renames
[SVN r44561]
2008-04-18 23:41:48 +00:00
Joel de Guzman
a3bda1ebe4 fixed rule accepting any type of skipper but doing nothing
[SVN r44560]
2008-04-18 21:09:11 +00:00
Joel de Guzman
8167d05087 fixed rule accepting any type of skipper but doing nothing
[SVN r44559]
2008-04-18 21:04:15 +00:00
Joel de Guzman
87cef26948 fixed rule accepting any type of skipper but doing nothing
[SVN r44558]
2008-04-18 21:03:53 +00:00
Joel de Guzman
24956f5b87 uncommenting failing code (a regression)
[SVN r44557]
2008-04-18 20:33:10 +00:00
Joel de Guzman
2da1838bc1 tweaks
[SVN r44556]
2008-04-18 20:32:43 +00:00
Joel de Guzman
faba835c78 disallow mutability of attribute in actions
[SVN r44555]
2008-04-18 20:23:49 +00:00
Joel de Guzman
03caba0b50 added test for function reference; removed test for non-const ref attribute.
[SVN r44554]
2008-04-18 20:23:21 +00:00
Joel de Guzman
76eebdb3fd removed unnecessary stuff
[SVN r44553]
2008-04-18 20:05:59 +00:00
Hartmut Kaiser
baeaffcb6c Spirit: Fixed a duplicate header include guard constant
[SVN r44547]
2008-04-18 16:03:09 +00:00
Hartmut Kaiser
0d05a19fcb Spirit.Lex: trying to fix some gcc issues.
[SVN r44541]
2008-04-18 13:52:47 +00:00
Hartmut Kaiser
d8ceabba73 Spirit: changed end parser to be named eoi.
[SVN r44540]
2008-04-18 12:35:25 +00:00
Joel de Guzman
671bc84a17 tweaks
[SVN r44539]
2008-04-18 11:12:14 +00:00
Joel de Guzman
e5d2f7790f added actions test + bug fixes
[SVN r44538]
2008-04-18 10:32:40 +00:00
Joel de Guzman
abb5ca0886 added actions test + bug fixes
[SVN r44537]
2008-04-18 10:32:09 +00:00
Joel de Guzman
a3e695b437 fixed include
[SVN r44531]
2008-04-18 08:33:12 +00:00
Joel de Guzman
7301242691 minor tweaks
[SVN r44530]
2008-04-18 01:49:31 +00:00
Hartmut Kaiser
40ffde23f5 Spirit.Karma: added simple function support for semantic actions, added example.
[SVN r44529]
2008-04-18 01:39:58 +00:00
Hartmut Kaiser
299c865272 Spirit.Lex: Added support for token ids other than std::size_t.
[SVN r44528]
2008-04-18 01:12:10 +00:00
Hartmut Kaiser
f0c8c61753 Spirit: added eol and end parsers.
[SVN r44527]
2008-04-18 01:11:25 +00:00
Joel de Guzman
c94a2c87cc action-dispatch tweaks for phoenix special handling
[SVN r44526]
2008-04-18 00:59:39 +00:00
Joel de Guzman
9d00a34502 added example on various ways to attach actions
[SVN r44525]
2008-04-18 00:55:12 +00:00
Joel de Guzman
400ca0d9d0 action-dispatch
[SVN r44524]
2008-04-17 23:59:34 +00:00
Hartmut Kaiser
db23e48ee3 Spirit V2: Fixed a gcc complaint
[SVN r44497]
2008-04-17 12:29:18 +00:00
Hartmut Kaiser
ccfc1e3869 Spirit V2: Fixed a gcc complaint
[SVN r44496]
2008-04-17 12:22:33 +00:00
Joel de Guzman
66e8471d2d fixed redundancy in namespace qi::detail::detail
[SVN r44493]
2008-04-17 09:44:31 +00:00
Joel de Guzman
706b11546b char-sets
[SVN r44492]
2008-04-17 09:02:03 +00:00
Joel de Guzman
1628e941ea char-sets
[SVN r44491]
2008-04-17 09:01:51 +00:00
Hartmut Kaiser
a1ef04fe31 Wave: minor edits...
[SVN r44482]
2008-04-17 01:04:19 +00:00
Hartmut Kaiser
19e9487cad Spirit V2: Fixed more regression problems.
[SVN r44478]
2008-04-16 23:17:24 +00:00
Hartmut Kaiser
34d36738cf Spirit V2: started to address regression test failures
[SVN r44475]
2008-04-16 22:50:47 +00:00