Commit Graph

4777 Commits

Author SHA1 Message Date
Hartmut Kaiser
bcf726a9ab Spirit: removed lex::omitted in favor of lex::omit
[SVN r56087]
2009-09-07 14:44:19 +00:00
Hartmut Kaiser
a287dd49b7 Spirit: removed lex::omitted in favor of lex::omit
[SVN r56086]
2009-09-07 14:39:25 +00:00
Hartmut Kaiser
ab72b0e698 Spirit: Unified semantics of tokenize_and_parse functions
[SVN r56085]
2009-09-07 13:52:28 +00:00
Joel de Guzman
a8a6ddd5cb sequential-or
[SVN r56082]
2009-09-07 09:00:38 +00:00
Joel de Guzman
791533f9f0 Alternative doc
[SVN r56080]
2009-09-07 07:39:42 +00:00
Joel de Guzman
ba5fa5bc0b Sequence doc
[SVN r56079]
2009-09-07 06:11:05 +00:00
Joel de Guzman
c0188b480e Complete Auxiliary Docs
[SVN r56078]
2009-09-07 02:41:18 +00:00
Joel de Guzman
e350dcff9e Regen docs
[SVN r56076]
2009-09-07 01:29:34 +00:00
Hartmut Kaiser
8125404e28 Spirit: Fixed docs: floating point generator --> real number generator
[SVN r56075]
2009-09-06 23:43:51 +00:00
Joel de Guzman
2df4b0263e Directives complete
[SVN r56067]
2009-09-06 14:55:33 +00:00
François Barel
01bdcfa11b Spirit: support use with 1.40 release
[SVN r56060]
2009-09-06 09:57:37 +00:00
Joel de Guzman
83bc94b15f more directives
[SVN r56058]
2009-09-06 09:33:04 +00:00
Joel de Guzman
4515d9fa87 More docs
[SVN r56052]
2009-09-05 15:01:50 +00:00
Joel de Guzman
75e17b1a60 fixed broken code
[SVN r56051]
2009-09-05 14:59:37 +00:00
Joel de Guzman
c4ad45b34d Revert broken.
[SVN r56050]
2009-09-05 13:41:14 +00:00
Joel de Guzman
a535b80c2d real number parsers
[SVN r56027]
2009-09-05 06:30:00 +00:00
Joel de Guzman
8f0970b27c Minor tweaks
[SVN r56026]
2009-09-05 06:29:29 +00:00
François Barel
b9a9542dc5 Spirit: attempt to fix grammar test failure in C++0x mode
[SVN r56007]
2009-09-03 23:16:07 +00:00
François Barel
27b118ac04 Spirit: fix some C++0x failures (result_of requires operator())
[SVN r56004]
2009-09-03 22:23:37 +00:00
Joel de Guzman
8047b0749d int/uint parsers doc
[SVN r55989]
2009-09-03 05:40:11 +00:00
Hartmut Kaiser
1b66d9fa6c Spirit: allow for mpl::vector<> instead of mpl::vector0<>
[SVN r55973]
2009-09-02 09:57:03 +00:00
Joel de Guzman
c87d124a1b Doc updates: char class parsers
[SVN r55970]
2009-09-02 03:29:21 +00:00
Joel de Guzman
1c6dc27da8 Hoist the char-class namespaces into qi (for usability)
correct concept class for attr

[SVN r55969]
2009-09-02 03:27:43 +00:00
Joel de Guzman
d41d12b5cd Updates
[SVN r55958]
2009-09-01 16:18:56 +00:00
Joel de Guzman
6a12ed5d4b Doc updates
[SVN r55951]
2009-09-01 05:22:03 +00:00
Ben Hanson
20c1defded Bug fix for bol/eol flag setting.
[SVN r55920]
2009-08-31 15:17:45 +00:00
Hartmut Kaiser
b5f69ab6c0 Spirit: default parameters for custom generator specs, semantic changes to binary generators
[SVN r55904]
2009-08-31 11:29:29 +00:00
Hartmut Kaiser
1d4efd6408 Spirit: using endian from trunk starting with V1.42 only
[SVN r55903]
2009-08-31 11:21:17 +00:00
Hartmut Kaiser
2956c3956f Spirit: added more docs
[SVN r55869]
2009-08-29 21:01:56 +00:00
Ben Hanson
9b989b39db Prevent overflow in comparison.
[SVN r55829]
2009-08-28 08:10:38 +00:00
Joel de Guzman
1723a0c61e Doc updates
[SVN r55828]
2009-08-28 04:18:01 +00:00
Joel de Guzman
64a2aecaae doc updates
[SVN r55827]
2009-08-28 02:02:48 +00:00
John Maddock
553aed9cb7 Fix spirit documentation Jamfiles so the PDF's can be built from doc/pdf.
Add new docs to the PDF build.

[SVN r55798]
2009-08-27 12:39:55 +00:00
Joel de Guzman
d0fb76d6c4 Doc updates
[SVN r55783]
2009-08-26 04:48:07 +00:00
Hartmut Kaiser
1e7699830e Spirit: more docs
[SVN r55782]
2009-08-26 01:03:55 +00:00
Hartmut Kaiser
14cf77b39f Spirit: fixed a problem in lexertl
[SVN r55781]
2009-08-25 22:06:50 +00:00
Hartmut Kaiser
68dabe14e0 Spirit: moved karma::ostream_iterator out of namespace detail to make it usable by user code
[SVN r55776]
2009-08-25 14:52:35 +00:00
Hartmut Kaiser
137b7353bf Spirit: Added karma::stream_generator test cases
[SVN r55770]
2009-08-25 00:24:54 +00:00
Hartmut Kaiser
0ab6236c1e Spirit: Added karma::stream_generator
[SVN r55769]
2009-08-25 00:24:18 +00:00
Hartmut Kaiser
7b365e2e64 Spirit: fixing doc errors in porting guide
[SVN r55762]
2009-08-24 12:56:07 +00:00
Joel de Guzman
5721e09511 doc updates
[SVN r55753]
2009-08-24 05:51:21 +00:00
Joel de Guzman
ba75b8b564 clean up and reorg
[SVN r55750]
2009-08-24 03:50:59 +00:00
Hartmut Kaiser
7feabfa038 Spirit: changed chunking level to 4 again
[SVN r55748]
2009-08-24 02:07:18 +00:00
Hartmut Kaiser
870878be61 Spirit: more docs
[SVN r55747]
2009-08-24 01:56:47 +00:00
Hartmut Kaiser
1608faaf88 Spirit: mostly spelling fixes
[SVN r55741]
2009-08-23 20:46:42 +00:00
Hartmut Kaiser
f327195279 Spirit: added missing file
[SVN r55740]
2009-08-23 20:14:30 +00:00
Hartmut Kaiser
ebb3a05b57 Spirit: beginnings of a porting guide
[SVN r55739]
2009-08-23 20:13:48 +00:00
Joel de Guzman
c83c5dcb09 tweaks to chunking
[SVN r55710]
2009-08-22 05:26:45 +00:00
Joel de Guzman
e6f5f31f1d separate parsers into logical groups
[SVN r55709]
2009-08-22 05:14:02 +00:00
Hartmut Kaiser
e40b0282e4 Spirit: documentation updates
[SVN r55658]
2009-08-18 20:23:50 +00:00