Commit Graph

4777 Commits

Author SHA1 Message Date
Hartmut Kaiser
38a6873333 Spirit: Updated what's new section to cover version 2.1
[SVN r52677]
2009-04-30 16:06:52 +00:00
Hartmut Kaiser
3b466a9e96 Minor documentation fix (ticket #2974)
[SVN r52661]
2009-04-29 15:22:15 +00:00
Hartmut Kaiser
fb99580bbb Minor documentation fix (ticket #2974)
[SVN r52660]
2009-04-29 15:21:24 +00:00
Hartmut Kaiser
fd8691bbf5 Spirit: Minor re-arrangements...
[SVN r52652]
2009-04-28 12:46:45 +00:00
Hartmut Kaiser
99716175c9 Spirit: Added a new redirecting header file
[SVN r52651]
2009-04-28 12:45:56 +00:00
Hartmut Kaiser
9b7ae14040 Spirit: Removed reference to non-existing file
[SVN r52647]
2009-04-28 03:25:16 +00:00
Hartmut Kaiser
a00ba36777 Spirit: Modified some of the lexer example comments
[SVN r52646]
2009-04-28 02:19:27 +00:00
Hartmut Kaiser
bb00f8ed46 Spirit: Karma examples now compile using gcc 4.4
[SVN r52645]
2009-04-28 02:07:06 +00:00
Hartmut Kaiser
9ecbdd2d17 Spirit: Fixed a couple of compilation errors when using gcc 4.3
[SVN r52644]
2009-04-28 00:56:20 +00:00
Hartmut Kaiser
3ff7bf7e70 Spirit: Added more missing files.
[SVN r52643]
2009-04-28 00:19:52 +00:00
Hartmut Kaiser
8d5a4a793f Spirit: Re-added file (this time for sure)
[SVN r52630]
2009-04-27 15:33:49 +00:00
Hartmut Kaiser
8e537fd012 Spirit: Re-added file
[SVN r52629]
2009-04-27 15:33:06 +00:00
Hartmut Kaiser
2e52400c26 Spirit: Fixed an include directive.
[SVN r52626]
2009-04-27 12:56:54 +00:00
Hartmut Kaiser
27818066a4 Spirit: Added missing files, deleted old files, cleaned up empty directories
[SVN r52625]
2009-04-27 12:29:34 +00:00
Hartmut Kaiser
436886de50 Merging Spirit V2.1
[SVN r52605]
2009-04-26 14:46:34 +00:00
Hartmut Kaiser
c649d524d0 Merging Spirit V2.1
[SVN r52603]
2009-04-26 14:42:24 +00:00
Hartmut Kaiser
6b020228c3 Renamed image file
[SVN r52581]
2009-04-24 16:33:20 +00:00
Hartmut Kaiser
c76f1338eb Renamed image file
[SVN r52580]
2009-04-24 16:31:58 +00:00
Hartmut Kaiser
8ce1053ef4 Trying to fix template instantiation depth errors on certain gcc/darwin platforms
[SVN r52427]
2009-04-16 18:39:48 +00:00
Hartmut Kaiser
1f9505c445 Trying to fix template instantiation depth errors on certain gcc/darwin platforms
[SVN r52426]
2009-04-16 18:39:04 +00:00
Hartmut Kaiser
b4d441aa3f Trying to fix template instantiation depth errors on certain gcc platforms
[SVN r52386]
2009-04-14 14:52:49 +00:00
Ben Hanson
677b2fdecc Use data() accessor for state_machine.
[SVN r52192]
2009-04-05 12:51:43 +00:00
Ben Hanson
88ba41af01 Use data() accessor.
[SVN r52191]
2009-04-05 12:43:31 +00:00
Ben Hanson
621f68b97b New data() interface on state_machine.
[SVN r52189]
2009-04-05 12:25:56 +00:00
Ben Hanson
f3ce220709 New data() interface on state_machine.
[SVN r52188]
2009-04-05 12:25:38 +00:00
Ben Hanson
cc3f2a7a06 New data() interface on state_machine.
[SVN r52187]
2009-04-05 12:25:18 +00:00
Ben Hanson
b95936cdaf New lexer guts struct: note detail namespace!
[SVN r52186]
2009-04-05 12:24:43 +00:00
Ben Hanson
03751e1849 Copyright date update
[SVN r52185]
2009-04-05 12:19:49 +00:00
Ben Hanson
eb4b6cd947 Copyright date update
[SVN r52184]
2009-04-05 12:18:53 +00:00
Ben Hanson
94d6349da1 regex table
[SVN r52169]
2009-04-04 13:56:39 +00:00
Ben Hanson
e476af206d Fixes to some exception messages.
[SVN r52120]
2009-04-01 20:34:20 +00:00
Ben Hanson
da2838cfb1 Fixes to exception messages.
[SVN r52119]
2009-04-01 20:30:37 +00:00
Joel de Guzman
f722ef819f fixed. "nothing" is defined as:
null_actor const nothing = null_actor();
which doesn't make it an actor, rather an "actor base".

Shouldn't it rather be defined as something like:
    actor<null_actor> const nothing = null_actor();

[SVN r51422]
2009-02-24 02:20:01 +00:00
Joel de Guzman
ce293871ba fixed. "nothing" is defined as:
null_actor const nothing = null_actor();
which doesn't make it an actor, rather an "actor base".

Shouldn't it rather be defined as something like:
    actor<null_actor> const nothing = null_actor();

[SVN r51421]
2009-02-24 02:18:15 +00:00
John Maddock
c0b6fdef5f Merge PDF build changes from Trunk.
[SVN r51417]
2009-02-23 18:39:32 +00:00
Ben Hanson
5004d3dded Indentation corrected.
[SVN r51305]
2009-02-17 21:52:20 +00:00
Ben Hanson
c36aeec70e Remove :: from memcpy()
[SVN r51304]
2009-02-17 21:51:53 +00:00
Jürgen Hunold
2f6ce78fe2 Fix: rename "boost::math" to "boost::spirit::math".
[SVN r51299]
2009-02-17 19:22:36 +00:00
John Maddock
87faad7da6 Add 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.

[SVN r51284]
2009-02-17 10:05:58 +00:00
Ben Hanson
0a780f7429 Bug fix to iterator
[SVN r51205]
2009-02-11 18:07:12 +00:00
John Maddock
2fa2a1f5ad Add 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.

[SVN r51104]
2009-02-08 16:59:14 +00:00
Joel de Guzman
68fdb3534f still use "classic" docs.
[SVN r50835]
2009-01-28 00:34:22 +00:00
Troy D. Straszheim
57cca6bcc5 merge of cmake build files from trunk per beman
[SVN r50756]
2009-01-24 18:57:20 +00:00
Joel de Guzman
063723c814 Fix regression (static_assert failure)
[SVN r50695]
2009-01-21 00:44:17 +00:00
Hartmut Kaiser
954af733d1 Spirit: fixing merge problems
[SVN r50628]
2009-01-16 14:01:43 +00:00
Hartmut Kaiser
95d6efc67a Spirit: fixing merge problems
[SVN r50627]
2009-01-16 14:01:09 +00:00
Hartmut Kaiser
7b7675ca75 Spirit.Support: Copyright fix
[SVN r50626]
2009-01-16 13:40:23 +00:00
Hartmut Kaiser
f7f7084f5f Spirit.Support: Copyright fix
[SVN r50625]
2009-01-16 13:39:55 +00:00
Hartmut Kaiser
e692a38eea Spirit: Fixing fp helper classes
[SVN r50618]
2009-01-15 23:36:36 +00:00
Hartmut Kaiser
c1659bbf3d Spirit: Fixing fp helper classes
[SVN r50617]
2009-01-15 23:24:51 +00:00