Commit Graph

  • f1ea7910a1 removes superfluous workaround for VC7.1 Tobias Schwinger 2006-02-26 02:04:10 +0000
  • ac4f36abe7 applies Peder Holt's VC7.1 workaround to all functions Tobias Schwinger 2006-02-26 02:00:50 +0000
  • ebeb9e574e fixes recursion for non-templated rule parsers see http://article.gmane.org/gmane.comp.parsers.spirit.general/10249 Tobias Schwinger 2006-02-23 19:07:46 +0000
  • a02a38534d changes a comment Tobias Schwinger 2006-02-23 13:12:18 +0000
  • 64ae08f9b8 introduces support for VC7.1 Tobias Schwinger 2006-02-22 23:53:42 +0000
  • 30222816cc Tweak to allow appending/prepending references Joel de Guzman 2006-02-16 01:15:33 +0000
  • f29fe299bb adds opaque_rule_parser example Tobias Schwinger 2006-02-14 23:24:12 +0000
  • ce09916a2e improves portability Tobias Schwinger 2006-02-14 23:22:17 +0000
  • 6fef5f3ca6 silences warnings about struct/class mismatch in forward declaration Tobias Schwinger 2006-02-14 16:48:38 +0000
  • bdac718d81 adds examples for the rule parser macro Tobias Schwinger 2006-02-13 00:06:32 +0000
  • efb75750d0 adds a #pragma to keep MSVC from complaining about valid code Tobias Schwinger 2006-02-13 00:05:54 +0000
  • f8733869d3 fixes ordering of member variables Tobias Schwinger 2006-02-13 00:03:58 +0000
  • c5de58779f adds examples for the rule parser macro Tobias Schwinger 2006-02-12 22:49:42 +0000
  • 0a3655763b changes license header to Spirit style Tobias Schwinger 2006-02-12 22:47:04 +0000
  • 34da730f0f experimental rule parser macro added Tobias Schwinger 2006-02-12 01:25:43 +0000
  • 5cc6a28416 adds typeof support for grammar_def Tobias Schwinger 2006-02-12 01:23:30 +0000
  • 276cc04f3b introduces forward declaration header Tobias Schwinger 2006-02-12 01:22:39 +0000
  • c753482146 fixes broken include guard and adds missing dependency to scanner_fwd.hpp Tobias Schwinger 2006-02-11 02:22:13 +0000
  • a6c48a872b changes the names of the typeof support tests to a scheme that works better with the regression test system Tobias Schwinger 2006-02-10 18:11:25 +0000
  • 3d8deefeec adds test suite for typeof support Tobias Schwinger 2006-02-10 12:49:34 +0000
  • db966cf9de adds (maybe still incomplete) workarounds for a VC8 bug Tobias Schwinger 2006-02-10 01:50:47 +0000
  • e1a3fbae49 adds typeof support Tobias Schwinger 2006-02-10 00:10:09 +0000
  • 85c546e8b6 introduces dependency to boost/spirit/core/typeof.hpp, formatting... Tobias Schwinger 2006-02-09 23:13:33 +0000
  • 8eb0c22264 formatting... Tobias Schwinger 2006-02-09 23:11:51 +0000
  • 68da2dfbda adds typeof support Tobias Schwinger 2006-02-09 23:10:48 +0000
  • a0ac5be3a8 introduces forward declaration header Tobias Schwinger 2006-02-09 23:10:00 +0000
  • 04969c6f8d decouples iterator/typeof.hpp from core/typeof.hpp Tobias Schwinger 2006-02-09 23:08:38 +0000
  • 9b89103238 introduces dependency to boost/spirit/core/typeof.hpp Tobias Schwinger 2006-02-09 23:06:10 +0000
  • f20ebc9f2f adds registration for parse_info<> and introduces "registration guard" for nil_t (to avoid dependency from iterator/typeof.hpp) Tobias Schwinger 2006-02-09 23:05:12 +0000
  • ff1d094846 introduces dependency to boost/spirit/core/typeof.hpp, formatting... Tobias Schwinger 2006-02-09 23:02:50 +0000
  • bcce5bcc95 introduces dependency to boost/spirit/core/typeof.hpp Tobias Schwinger 2006-02-09 23:00:46 +0000
  • 9d7fe6382a formatting... Tobias Schwinger 2006-02-09 22:58:05 +0000
  • cfdea99fd6 adds typeof support Tobias Schwinger 2006-02-09 17:37:20 +0000
  • 856dd08c53 introduces forward declaration header Tobias Schwinger 2006-02-09 17:36:58 +0000
  • a1629d4d31 adds typeof support Tobias Schwinger 2006-02-08 23:10:26 +0000
  • 103b6e72b8 introduces forward declaration header Tobias Schwinger 2006-02-08 23:09:47 +0000
  • 22c1b1d887 - moves no_skipper_iteration_policy from directives.hpp to skipper.hpp - introduces forward declaration header skipper_fwd.hpp Tobias Schwinger 2006-02-08 23:04:37 +0000
  • aee0f2cf50 Added converting constructors to the tree match policies to allow mixing tree policies with gen_ast_node_d and gen_pt_node_d. João Abecasis 2006-02-07 17:25:04 +0000
  • d0d6360d8c Added test case for mix and matching tree policies with gen_pt_node_d and gen_ast_node_d. João Abecasis 2006-02-07 17:21:37 +0000
  • 40931e240a Updated Spirit changelog. Martin Wille 2006-02-02 22:49:55 +0000
  • a190796786 -- a followup to the previous fix Martin Wille 2006-02-01 11:58:55 +0000
  • fae0820fa0 Update Jamfile.v2 Vladimir Prus 2006-01-31 15:52:01 +0000
  • 8d9b897c1a -- moved "using namespace std;" from namespace scope into function scope(s) in order to work around a problem with VC++. Martin Wille 2006-01-31 15:42:36 +0000
  • 15305f2d5d -- added a compile time test for a VC8++ namespace problem Martin Wille 2006-01-31 07:59:17 +0000
  • 255a11860f Applied SourceForge patch '[ 1273960 ] spirit/symbols.ipp pragma warning fix'. Hartmut Kaiser 2006-01-27 23:44:28 +0000
  • 81e550437a Reverted the recent patch, because it made more problems than goods. Hartmut Kaiser 2006-01-10 23:30:24 +0000
  • bafb44fac9 -- bug 1220782 ( http://sourceforge.net/tracker/index.php?func=detail&aid=1220782&group_id=7586&atid=107586 ) Martin Wille 2006-01-06 11:12:29 +0000
  • 906cc7212e fixing filter view iterator equality comparison Dan Marsden 2006-01-03 21:54:10 +0000
  • 0fbe5879b3 filter view iterator comparison bug coverage Dan Marsden 2006-01-03 21:51:30 +0000
  • 86fba2671c Merged from Version_1_33_1 Douglas Gregor 2005-12-08 04:19:11 +0000
  • 33dd778159 Merged from Version_1_33_1 Douglas Gregor 2005-12-08 03:23:02 +0000
  • 8c4ac9b4da fixed scanner for handling non-PODs Joel de Guzman 2005-12-02 02:13:18 +0000
  • 89e8c8b512 fixed typo in sequence_less.hpp Dan Marsden 2005-11-29 19:09:39 +0000
  • e39425675a tighter tuple comparison tests after defect slipped through Dan Marsden 2005-11-29 19:07:15 +0000
  • b04cf48d4b fixing fusion tie test assignment issue Dan Marsden 2005-11-29 08:15:25 +0000
  • 19b810f9a1 sequence comparison operators implemented in terms of < and == only Dan Marsden 2005-11-28 23:10:18 +0000
  • 425fd2728a added new tests for the tuple_xxx and get pair support Dan Marsden 2005-11-28 23:09:23 +0000
  • cc550dc360 Fixed the switch_p problem on gcc 4.0.2. Hartmut Kaiser 2005-11-28 22:21:43 +0000
  • 92e97d4d1d tuple_xxx functions supporting pairs Dan Marsden 2005-11-28 21:20:49 +0000
  • 87e7cf740e fixes to insert/replace by avoiding temp refs in joint_view Dan Marsden 2005-11-28 08:19:25 +0000
  • ba8515ec37 Fixed forward declaration problem. Hartmut Kaiser 2005-11-25 23:25:57 +0000
  • 6d806ae888 add missing include João Abecasis 2005-11-18 17:12:54 +0000
  • 346a2ce3af tabs to spaces Joel de Guzman 2005-11-07 04:21:50 +0000
  • 40c937d44e simple xml example Joel de Guzman 2005-11-07 04:14:48 +0000
  • 61931b743d fixed push_front Joel de Guzman 2005-10-18 23:25:14 +0000
  • a02f4fabec fixed push_front Joel de Guzman 2005-10-18 22:58:49 +0000
  • 7f54983202 No Post skips!!! Joel de Guzman 2005-10-18 10:07:21 +0000
  • f49febe9db No Post skips!!! Joel de Guzman 2005-10-18 10:00:15 +0000
  • 3283842317 No Postskips Joel de Guzman 2005-10-18 09:59:49 +0000
  • 4a15ac4b9a correct postskip handling in phrase parse Joel de Guzman 2005-10-18 09:17:55 +0000
  • 395b4a294c Fixed swprintf issue on Mingw. Hartmut Kaiser 2005-10-14 14:46:38 +0000
  • 56d9cbe28c small tweaks to cons list iteration to silence some VC++ warnings Eric Niebler 2005-10-10 23:41:07 +0000
  • 0499e1c553 Make requirements a requirement, not a BUILD preference. John Maddock 2005-10-10 16:30:11 +0000
  • a5274dbff5 make cons list a valid MPL sequence Eric Niebler 2005-10-06 02:18:56 +0000
  • fcd33f8224 fixed relative file include Joel de Guzman 2005-10-03 00:02:25 +0000
  • 77dea5dcd4 Added a missing inline keyword. Hartmut Kaiser 2005-09-30 01:33:08 +0000
  • 637f2ff9e5 Updated Spirit changelog. Hartmut Kaiser 2005-09-23 16:24:50 +0000
  • aec08f6efc Fixed a regex issue. Hartmut Kaiser 2005-09-23 14:37:07 +0000
  • 67d315d204 Removed duplicate includes. Hartmut Kaiser 2005-09-22 23:52:31 +0000
  • a214b88d37 Turn off debug info for traverse_tests on intel Stefan Slapeta 2005-08-31 08:24:22 +0000
  • f0a320bcf0 Large patch from Ulrich Eckhardt to fix support for EVC++ 4. John Maddock 2005-08-25 16:27:28 +0000
  • fbb0b2db0a Fixed no_actions bug where no_action is applied recursively. Joel de Guzman 2005-08-14 22:59:44 +0000
  • 97d295d2d4 Merged from 1.33.0 release Douglas Gregor 2005-08-12 13:02:37 +0000
  • c25a38a54c Fixed no_actions bug where no_action is applied recursively. Joel de Guzman 2005-08-11 17:31:33 +0000
  • c73a4b1004 Fixed broken links. Hartmut Kaiser 2005-08-04 01:47:16 +0000
  • f9d396031e -- fixes for two thread-safe initialization issues. Martin Wille 2005-07-22 15:51:36 +0000
  • 1cf91fcd35 Linked index to change-log Joel de Guzman 2005-07-12 08:03:15 +0000
  • 7fc93aaef9 workaround for CW 9.5 Joel de Guzman 2005-07-06 17:25:03 +0000
  • 463fb38aaa -- made string_length return an unsigned int instead of int in order to avoid warnings about comparing singed with unsigned values Martin Wille 2005-07-03 16:44:05 +0000
  • 3204c8fc5b -- implemented a workaround for an ICE in gcc 3.2.3 Martin Wille 2005-07-03 15:39:31 +0000
  • 93c55fa0dc Fix for compilers not implementing the resolution to DR45. Markus Schöpflin 2005-06-20 10:39:18 +0000
  • ce34901afc Reverting to previous. Joel de Guzman 2005-06-16 18:17:39 +0000
  • 7457e6c6b0 Config correction for Sun C++ by Steve Clamage Joel de Guzman 2005-06-15 15:32:15 +0000
  • fa2aaf7d13 Doc update (sample for right recursion) Joel de Guzman 2005-06-10 07:12:54 +0000
  • 30bb4812a5 version bump Joel de Guzman 2005-06-10 06:29:19 +0000
  • cca4905c69 Version tweaks Joel de Guzman 2005-06-10 06:24:53 +0000
  • 595169d8b5 Some slight cleanup of vc7 vs. vc-7_0, and msvc vs. vc-6_5. Rene Rivera 2005-06-09 00:52:17 +0000
  • 9398676484 Fixed a couple of warnings. Hartmut Kaiser 2005-05-31 13:35:14 +0000
  • 87fbdccea7 conforming to min/max guidelines Joel de Guzman 2005-05-19 13:11:23 +0000
  • 35e8862148 Fixed flaws reported by the inspection report. Hartmut Kaiser 2005-05-18 06:41:02 +0000