Commit Graph

  • 619890d83d Spirit: fixed a lexer regression Hartmut Kaiser 2009-05-13 02:10:49 +0000
  • e4326807a4 Spirit: fixing long standing problem with lazy generators in Karma Hartmut Kaiser 2009-05-13 01:39:03 +0000
  • 964e09ce99 Spirit: removing not needed file Hartmut Kaiser 2009-05-13 01:37:42 +0000
  • 43943e726a Spirit: More reverting Hartmut Kaiser 2009-05-12 23:03:19 +0000
  • 7201c34549 Spirit: reverting recent changes Hartmut Kaiser 2009-05-12 21:39:50 +0000
  • 68af0c1931 Spirit: refined regression test Hartmut Kaiser 2009-05-12 03:00:34 +0000
  • 1936ebb467 Spirit: added test case for fixed attribute calculation for qi alternatives Hartmut Kaiser 2009-05-12 02:51:35 +0000
  • 1b386bbb95 Spirit: fixing a problem during attribute type calculation for qi alternatives Hartmut Kaiser 2009-05-12 02:50:42 +0000
  • 821404576c Spirit: changed classnames in lexer to avoid duplicate name definitions Hartmut Kaiser 2009-05-12 00:06:07 +0000
  • 4264992fe8 Spirit: added tests ensuring all headers are self contained Hartmut Kaiser 2009-05-11 23:56:17 +0000
  • 86d09d4a17 Spirit: fixed look_ahead iterator Hartmut Kaiser 2009-05-11 23:42:01 +0000
  • 92b4ac226e Spirit: removed an old header file Hartmut Kaiser 2009-05-11 23:37:27 +0000
  • e1474c23fd Spirit: Adding missing #include's Hartmut Kaiser 2009-05-11 23:35:48 +0000
  • 5bd42053f8 Spirit: fixing Boost version starting at which scoped_enum_emulation is available Hartmut Kaiser 2009-05-11 19:58:00 +0000
  • 37e2ec2bd7 Documentation update Hartmut Kaiser 2009-05-11 18:11:27 +0000
  • e742c4791c Spirit: Added missing accessor functions to lex::char_token_def and lex::string_token_def Hartmut Kaiser 2009-05-11 12:34:36 +0000
  • 9e497325de Spirit: applied same fix as for calc2_ast_vm. Hartmut Kaiser 2009-05-11 12:15:59 +0000
  • 723627c271 Spirit: Fixing usage of fusion::result_of::make_vector for newer Boost versions. Hartmut Kaiser 2009-05-11 12:11:53 +0000
  • 7f8009ccc0 Spirit: Boost.Endian will be used starting Boost V1.41 only Hartmut Kaiser 2009-05-11 12:06:18 +0000
  • 2f59901f17 Spirit: fixed mini_c: gcc name-shadowing errors Hartmut Kaiser 2009-05-11 01:58:12 +0000
  • 6c9afcfe03 Spirit: fixed a couple of copyrights Hartmut Kaiser 2009-05-11 01:32:19 +0000
  • 3ec3b60b83 Spirit: Disambiguating phoenix::ref/boost::ref Hartmut Kaiser 2009-05-10 16:47:54 +0000
  • 79d99cccc1 Spirit: Fixing ADL problem in example karma/calc2_ast_vm.cpp Hartmut Kaiser 2009-05-10 16:38:02 +0000
  • f3bc3ce46e Spirit: Applied patch fixing strange compilation errors of example karma/actions.cpp on some systems Hartmut Kaiser 2009-05-10 16:28:48 +0000
  • 8ae6870b10 Spirit: Another attempt to fix the test qi/int.cpp for platforms where sizeof(long) != sizeof(int) Hartmut Kaiser 2009-05-10 16:03:01 +0000
  • bc982a033f Spirit: Fixed static assertion in test qi/int.cpp on platforms where sizeof(long) == 8 Hartmut Kaiser 2009-05-10 03:04:11 +0000
  • e8f7001655 Spirit: Added a comment explaining the reason for a seemingless wrong initialization order. Hartmut Kaiser 2009-05-10 02:54:51 +0000
  • 105d3491b3 Spirit: fixed Jamfiles based on a patch as contributed by Francois Barel Hartmut Kaiser 2009-05-09 22:23:47 +0000
  • 164dea844c Applied a couple of patches as contributed by Francois Barel Hartmut Kaiser 2009-05-09 22:19:42 +0000
  • 618f340214 Spirit: disambiguating phoenix::ref Hartmut Kaiser 2009-05-09 20:57:57 +0000
  • 0efd68e936 uint test appeared twice, cmake was unhappy. Troy D. Straszheim 2009-05-07 14:40:05 +0000
  • 111799c553 Eliminate non-ASCII character from the description of Spirit in CMake Douglas Gregor 2009-05-06 20:18:16 +0000
  • 4e12a32db8 Spirit: pending commits related to recent namespace change Hartmut Kaiser 2009-05-05 14:07:52 +0000
  • ead5348296 Spirit: added some parenthesis' avoiding macro expansion of certain names Hartmut Kaiser 2009-05-05 14:06:05 +0000
  • 91bd6c12d9 Spirit: minor edit Hartmut Kaiser 2009-05-05 13:01:35 +0000
  • 33946739bf Spirit: Added a new test case Hartmut Kaiser 2009-05-05 13:00:56 +0000
  • 340b0b240f Spirit: fixed member initialization sequence Hartmut Kaiser 2009-05-05 12:57:16 +0000
  • 18fdb5bbb7 Spirit.Support: Renamed policy namespace for iterators Hartmut Kaiser 2009-05-01 19:27:22 +0000
  • e9f0da7843 Spirit.Lex: Added token_set::state() function Hartmut Kaiser 2009-05-01 01:12:59 +0000
  • 29957d6dda Spirit: Fixed assertion in multi_pass iterator Hartmut Kaiser 2009-04-30 18:46:53 +0000
  • a6e58dcf9b Spirit: Started to add repository of reusable Spirit components, added repository::karma::confix and some related tests Hartmut Kaiser 2009-04-30 17:14:04 +0000
  • 5963a39561 Spirit: Started to add repository of reusable Spirit components, added repository::karma::confix and some related tests Hartmut Kaiser 2009-04-30 17:13:24 +0000
  • fbfd74fc17 Spirit: Applied some changes to the result_of::terminal metafunction. Hartmut Kaiser 2009-04-30 17:05:29 +0000
  • 0e269c620b Spirit: fixes to test build system Hartmut Kaiser 2009-04-30 17:02:14 +0000
  • 75eb2fbe64 Spirit: Removed stale header references Hartmut Kaiser 2009-04-30 17:00:53 +0000
  • 62008fc00c Spirit: Comment fixes Hartmut Kaiser 2009-04-30 17:00:26 +0000
  • a061696f27 Added missing using <bla> directives to pull in the correct placeholders and types. Hartmut Kaiser 2009-04-30 17:00:02 +0000
  • aa43ba3f97 Added missing using <bla> directives to pull in the correct placeholders and types. Hartmut Kaiser 2009-04-30 16:59:24 +0000
  • b8d0765d8c Added pairs of parenthesis to avoid macro expansion Hartmut Kaiser 2009-04-30 16:58:25 +0000
  • 91f138abf3 Removed template keywords from function call as Intel compilers complain about it Hartmut Kaiser 2009-04-30 16:55:29 +0000
  • 38a6873333 Spirit: Updated what's new section to cover version 2.1 Hartmut Kaiser 2009-04-30 16:06:52 +0000
  • 3b466a9e96 Minor documentation fix (ticket #2974) Hartmut Kaiser 2009-04-29 15:22:15 +0000
  • fb99580bbb Minor documentation fix (ticket #2974) Hartmut Kaiser 2009-04-29 15:21:24 +0000
  • fd8691bbf5 Spirit: Minor re-arrangements... Hartmut Kaiser 2009-04-28 12:46:45 +0000
  • 99716175c9 Spirit: Added a new redirecting header file Hartmut Kaiser 2009-04-28 12:45:56 +0000
  • 9b7ae14040 Spirit: Removed reference to non-existing file Hartmut Kaiser 2009-04-28 03:25:16 +0000
  • a00ba36777 Spirit: Modified some of the lexer example comments Hartmut Kaiser 2009-04-28 02:19:27 +0000
  • bb00f8ed46 Spirit: Karma examples now compile using gcc 4.4 Hartmut Kaiser 2009-04-28 02:07:06 +0000
  • 9ecbdd2d17 Spirit: Fixed a couple of compilation errors when using gcc 4.3 Hartmut Kaiser 2009-04-28 00:56:20 +0000
  • 3ff7bf7e70 Spirit: Added more missing files. Hartmut Kaiser 2009-04-28 00:19:52 +0000
  • 8d5a4a793f Spirit: Re-added file (this time for sure) Hartmut Kaiser 2009-04-27 15:33:49 +0000
  • 8e537fd012 Spirit: Re-added file Hartmut Kaiser 2009-04-27 15:33:06 +0000
  • 2e52400c26 Spirit: Fixed an include directive. Hartmut Kaiser 2009-04-27 12:56:54 +0000
  • 27818066a4 Spirit: Added missing files, deleted old files, cleaned up empty directories Hartmut Kaiser 2009-04-27 12:29:34 +0000
  • 436886de50 Merging Spirit V2.1 Hartmut Kaiser 2009-04-26 14:46:34 +0000
  • c649d524d0 Merging Spirit V2.1 Hartmut Kaiser 2009-04-26 14:42:24 +0000
  • 6b020228c3 Renamed image file Hartmut Kaiser 2009-04-24 16:33:20 +0000
  • c76f1338eb Renamed image file Hartmut Kaiser 2009-04-24 16:31:58 +0000
  • 8ce1053ef4 Trying to fix template instantiation depth errors on certain gcc/darwin platforms Hartmut Kaiser 2009-04-16 18:39:48 +0000
  • 1f9505c445 Trying to fix template instantiation depth errors on certain gcc/darwin platforms Hartmut Kaiser 2009-04-16 18:39:04 +0000
  • b4d441aa3f Trying to fix template instantiation depth errors on certain gcc platforms Hartmut Kaiser 2009-04-14 14:52:49 +0000
  • 677b2fdecc Use data() accessor for state_machine. Ben Hanson 2009-04-05 12:51:43 +0000
  • 88ba41af01 Use data() accessor. Ben Hanson 2009-04-05 12:43:31 +0000
  • 621f68b97b New data() interface on state_machine. Ben Hanson 2009-04-05 12:25:56 +0000
  • f3ce220709 New data() interface on state_machine. Ben Hanson 2009-04-05 12:25:38 +0000
  • cc3f2a7a06 New data() interface on state_machine. Ben Hanson 2009-04-05 12:25:18 +0000
  • b95936cdaf New lexer guts struct: note detail namespace! Ben Hanson 2009-04-05 12:24:43 +0000
  • 03751e1849 Copyright date update Ben Hanson 2009-04-05 12:19:49 +0000
  • eb4b6cd947 Copyright date update Ben Hanson 2009-04-05 12:18:53 +0000
  • 94d6349da1 regex table Ben Hanson 2009-04-04 13:56:39 +0000
  • e476af206d Fixes to some exception messages. Ben Hanson 2009-04-01 20:34:20 +0000
  • da2838cfb1 Fixes to exception messages. Ben Hanson 2009-04-01 20:30:37 +0000
  • f722ef819f fixed. "nothing" is defined as: null_actor const nothing = null_actor(); which doesn't make it an actor, rather an "actor base". Joel de Guzman 2009-02-24 02:20:01 +0000
  • ce293871ba fixed. "nothing" is defined as: null_actor const nothing = null_actor(); which doesn't make it an actor, rather an "actor base". Joel de Guzman 2009-02-24 02:18:15 +0000
  • c0b6fdef5f Merge PDF build changes from Trunk. John Maddock 2009-02-23 18:39:32 +0000
  • 5004d3dded Indentation corrected. Ben Hanson 2009-02-17 21:52:20 +0000
  • c36aeec70e Remove :: from memcpy() Ben Hanson 2009-02-17 21:51:53 +0000
  • 2f6ce78fe2 Fix: rename "boost::math" to "boost::spirit::math". Jürgen Hunold 2009-02-17 19:22:36 +0000
  • 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. John Maddock 2009-02-17 10:05:58 +0000
  • 0a780f7429 Bug fix to iterator Ben Hanson 2009-02-11 18:07:12 +0000
  • 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. John Maddock 2009-02-08 16:59:14 +0000
  • 68fdb3534f still use "classic" docs. Joel de Guzman 2009-01-28 00:34:22 +0000
  • 57cca6bcc5 merge of cmake build files from trunk per beman Troy D. Straszheim 2009-01-24 18:57:20 +0000
  • 063723c814 Fix regression (static_assert failure) Joel de Guzman 2009-01-21 00:44:17 +0000
  • 954af733d1 Spirit: fixing merge problems Hartmut Kaiser 2009-01-16 14:01:43 +0000
  • 95d6efc67a Spirit: fixing merge problems Hartmut Kaiser 2009-01-16 14:01:09 +0000
  • 7b7675ca75 Spirit.Support: Copyright fix Hartmut Kaiser 2009-01-16 13:40:23 +0000
  • f7f7084f5f Spirit.Support: Copyright fix Hartmut Kaiser 2009-01-16 13:39:55 +0000
  • e692a38eea Spirit: Fixing fp helper classes Hartmut Kaiser 2009-01-15 23:36:36 +0000
  • c1659bbf3d Spirit: Fixing fp helper classes Hartmut Kaiser 2009-01-15 23:24:51 +0000