cc08665c3aMore thorough tests for using bind with member variables
Steven Watanabe
2008-11-17 19:43:41 +0000
1cc172f7feport spirit2 to proto v4 (merged from trunk)
Eric Niebler
2008-11-16 18:55:37 +0000
48b0d1db11Copyright message update.
Ben Hanson
2008-11-14 15:24:00 +0000
5c4bcafafeCopyright message update.
Ben Hanson
2008-11-14 15:23:22 +0000
16ad945260Copyright message update.
Ben Hanson
2008-11-14 15:22:46 +0000
a29e79fba8Copyright message update.
Ben Hanson
2008-11-14 15:21:49 +0000
b0fc58e039Copyright message update.
Ben Hanson
2008-11-14 15:20:56 +0000
91a34c2e96Copyright message update.
Ben Hanson
2008-11-14 15:20:16 +0000
71458aa68bregex flags.
Ben Hanson
2008-11-14 15:18:34 +0000
f4ec6fc80bbol bug fixes.
Ben Hanson
2008-11-14 15:17:35 +0000
25fe03f896regex flags, switched to iterators for hash vector, cleanups.
Ben Hanson
2008-11-14 15:15:46 +0000
cb9a76c732Added enums for regex flags.
Ben Hanson
2008-11-14 15:12:40 +0000
32f194bdb5Copyright message change, removed redundant if statement.
Ben Hanson
2008-11-14 15:09:45 +0000
7e87b23daeUpdated Copyright message.
Ben Hanson
2008-11-14 15:08:32 +0000
b8aa25cae9Copyright message changes.
Ben Hanson
2008-11-14 15:06:39 +0000
d91e99ca2bflag shenanigans.
Ben Hanson
2008-11-14 15:05:24 +0000
2e70077297icase/dot_not_newline changes.
Ben Hanson
2008-11-14 15:04:12 +0000
a5793edaf0icase and dot_not_newline flags, bug fixes.
Ben Hanson
2008-11-14 15:03:03 +0000
7873024d53enum syntax error fix.
Ben Hanson
2008-11-14 15:01:06 +0000
3fe4e8b343Block support for icase and dot_not_newline
Ben Hanson
2008-11-14 14:58:43 +0000
447f6eb7f4Updated Copyright message.
Ben Hanson
2008-11-14 14:56:36 +0000
d22c98f006Updated Copyright message.
Ben Hanson
2008-11-14 14:55:16 +0000
c3e267bca4restoring version.hpp and bumping the version to 2.0
Joel de Guzman
2008-11-13 00:37:21 +0000
78845f4c95added cref/ref/val tests from Steven
Joel de Guzman
2008-11-12 07:26:40 +0000
5309759c3fsteven's patch for const
Joel de Guzman
2008-11-12 07:25:42 +0000
f24c02b483overloads of the io operators for ostream/istream to fix ambiguity with fusion
Steven Watanabe
2008-11-12 02:59:10 +0000
35e056c974Avoid comparing default initialised iterators in position_iterator.
Daniel James
2008-11-09 19:12:05 +0000
03a9fb7676port Spirit2 to Proto v4, fixes#2488
Eric Niebler
2008-11-09 01:24:06 +0000
6d521ba2c0Updating dependency information for modularized libraries.
Michael A. Jackson
2008-11-07 17:05:27 +0000
01e11a8481Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
Michael A. Jackson
2008-11-07 17:02:56 +0000
16fa9c5439Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
Michael A. Jackson
2008-11-01 13:15:41 +0000
a2fe4e437dSpirit: Applied Joel's fix for ISO8859/1 charclass.
Hartmut Kaiser
2008-10-26 00:13:38 +0000
c93b93a2f0Spirit: Applied Joel's fix for ISO8859/1 charclass.
Hartmut Kaiser
2008-10-26 00:13:20 +0000
f1cdc2de96Spirit: This should fix the remaining regressions
Hartmut Kaiser
2008-10-14 16:43:27 +0000
019d1ee678Spirit: This should fix the remaining regressions
Hartmut Kaiser
2008-10-14 16:42:26 +0000
f7efc1153dSpirit: Fixing more regressions
Hartmut Kaiser
2008-10-14 16:37:41 +0000
550d420b0aSpirit: Fixing more regressions
Hartmut Kaiser
2008-10-14 16:31:30 +0000
ca88d61d1cSpirit: Fixed part of the current regressions
Hartmut Kaiser
2008-10-14 16:22:28 +0000
79709f9428Spirit: Fixed part of the current regressions
Hartmut Kaiser
2008-10-14 16:19:05 +0000
f86844465eMerge fixes from Trunk.
John Maddock
2008-10-13 09:00:03 +0000
e0faf49b0eSpirit: Fixed conditional compilation problems in lexertl code
Hartmut Kaiser
2008-10-13 01:39:00 +0000
cf800c032aSpirit: Fixed conditional compilation problems in lexertl code
Hartmut Kaiser
2008-10-13 01:37:47 +0000
fe7a2091c6Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.
John Maddock
2008-10-10 16:10:00 +0000
60012ad817Merge from Trunk
Joel de Guzman
2008-10-10 14:47:53 +0000
f3851dcdf0Merge from Trunk
Joel de Guzman
2008-10-10 14:38:57 +0000
8b81731e75Merge quickbook workaround and fix some links.
Daniel James
2008-10-10 09:29:21 +0000
3374392764Remove tabs.
Daniel James
2008-10-09 22:26:02 +0000
bbd5584421Change position_iterator so that it doesn't count '\n\r' as a single newline and doesn't change the sequence at all (which was conflicting with spirit's newline handling).
Daniel James
2008-10-09 22:16:26 +0000
db190604c2Add some extra checks to position_iterator tests, and fix an incorrect character count.
Daniel James
2008-10-09 22:16:11 +0000
ffadf75e91position_iterator is a forward iterator, so tag it appropriately. 'operator-' was giving incorrect results when there were windows newlines which can cause all sorts of problems.
Daniel James
2008-10-09 22:15:57 +0000
857625f845Spirit: Fixed initialization sequence in what_function avoiding some warnings...
Hartmut Kaiser
2008-10-06 11:26:32 +0000
0352f405adDisambiguated calls to spirit::left and spirit::right
Hartmut Kaiser
2008-10-05 13:51:21 +0000
af93eb6bd4restored orig version without local_reference
Joel de Guzman
2008-10-04 12:32:19 +0000
bf700e4c36More include file fixes
Joel de Guzman
2008-10-03 02:55:29 +0000
754d085a9ballow multiple inclusion let.hpp and lambda.hpp will have the guards
Joel de Guzman
2008-10-03 02:49:38 +0000
7730e41185fix for vc9
Joel de Guzman
2008-10-03 02:01:25 +0000
f315840bcafixed wrong include
Joel de Guzman
2008-10-03 01:53:05 +0000
9c4e826596Bug fix (reported by Steven Watanabe)
Joel de Guzman
2008-10-02 22:30:53 +0000
9acddcc466Bug fix (reported by Steven Watanabe)
Joel de Guzman
2008-10-02 22:30:31 +0000
46d6284494fix for vc7.1 when boost.function is included
Joel de Guzman
2008-10-02 15:44:37 +0000
5b01bace7cClean up some link errors.
Daniel James
2008-09-28 12:21:39 +0000
60f86c9707fixed bug. missing specialization for nullary version.
Joel de Guzman
2008-09-26 12:37:38 +0000
bcc28450defixed bug. missing specialization for nullary version.
Joel de Guzman
2008-09-26 12:37:27 +0000
c215b4fbc2added support.hpp forwarding include
Joel de Guzman
2008-09-26 10:15:02 +0000
de8703d806added test from review of Giovanni Piero Deretta
Joel de Guzman
2008-09-26 00:58:27 +0000
9cc8c00549bugfix: std::basic_string<Char>() instead of ""
Joel de Guzman
2008-09-24 06:37:19 +0000
ca46634eedworkaround for sun compiler
Joel de Guzman
2008-09-06 15:22:21 +0000
c74dfcb21fSpirit: Renamed test to match Jamfile
Hartmut Kaiser
2008-08-27 16:42:27 +0000
6727e65d7bSpirit.Lex: Fixed a problem with in_state()
Hartmut Kaiser
2008-08-27 00:18:19 +0000
c47a24f646Spirit.Qi: Added confix parser
Hartmut Kaiser
2008-08-27 00:17:06 +0000
40c3592c16Spirit.Karma: Added confix generator
Hartmut Kaiser
2008-08-27 00:15:36 +0000
8199f8911bSpirit.Karma: made certain error messages more consistent
Hartmut Kaiser
2008-08-23 20:43:47 +0000
1b544b1144Spirit: some comment fixes
Hartmut Kaiser
2008-08-23 20:38:34 +0000
730cfeaa70Spirit.Karma: Fixed optional to accept non-optional attributes.
Hartmut Kaiser
2008-08-23 20:37:36 +0000
88ede1d199Fixed a bug in ISO8859/1 character case conversion.
Hartmut Kaiser
2008-08-15 14:13:25 +0000
28b7105273fix: when testing for equality, always check the underlying iterators when _isend is not the same for the LHS and the RHS
Joel de Guzman
2008-08-15 12:13:59 +0000
7cd35e6802Spirit: Applied pending commits from release branch
Hartmut Kaiser
2008-07-29 02:12:59 +0000
e33075a2bbSpirit: Added missing file
Hartmut Kaiser
2008-07-29 02:08:58 +0000
a2ae55708eupdate docs for changes in include paths
Joel de Guzman
2008-07-23 17:30:44 +0000
9b7a2c0bbcupdate docs for changes in include paths
Joel de Guzman
2008-07-23 17:30:13 +0000
015b91c07aswitching docs back to "classic"
Joel de Guzman
2008-07-22 09:39:09 +0000
832d4328b2copyright/license
Joel de Guzman
2008-07-22 01:34:21 +0000