2382 Commits

Author SHA1 Message Date
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
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
Ben Hanson 0a780f7429 Bug fix to iterator
[SVN r51205]
2009-02-11 18:07:12 +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
Hartmut Kaiser eb9a14b9b3 Spirit: Merging from trunk
[SVN r50611]
2009-01-15 17:34:54 +00:00
Hartmut Kaiser d8c02d1159 Spirit.Karma: Fixed Karma output_iterator for very strict compilers
[SVN r50435]
2009-01-02 10:47:49 +00:00
Hartmut Kaiser 54565a342d Spirit: Updated copyright
[SVN r50424]
2009-01-01 11:59:13 +00:00
Joel de Guzman ade48e297c fixed bug where leading zeroes more than MaxDigits are skipped
[SVN r50375]
2008-12-24 02:08:52 +00:00
Joel de Guzman 6a95c74e9a fixed empty file
[SVN r50287]
2008-12-16 08:48:58 +00:00
Steven Watanabe 931aff5052 handle more combinations of const/pointer/reference in result<>
[SVN r50240]
2008-12-11 15:51:39 +00:00
Daniel James 507071e127 Avoid a couple of gcc warnings.
[SVN r50214]
2008-12-08 23:35:33 +00:00
Hartmut Kaiser 6704c23a31 Spirit.Karma: Fixed optional operator
[SVN r50080]
2008-12-02 23:27:11 +00:00
Daniel James ee501d7cdd Merged revisions 49661-49662,49666,49669,49735,49756,49770,49811 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r49661 | danieljames | 2008-11-09 12:03:45 +0000 (Sun, 09 Nov 2008) | 1 line
  
  Move hash detail headers out of boost/functional/detail.
........
  r49662 | danieljames | 2008-11-09 12:11:50 +0000 (Sun, 09 Nov 2008) | 1 line
  
  Add a forwarding header for container_fwd.hpp
........
  r49666 | danieljames | 2008-11-09 19:12:05 +0000 (Sun, 09 Nov 2008) | 1 line
  
  Avoid comparing default initialised iterators in position_iterator.
........
  r49669 | danieljames | 2008-11-09 21:57:38 +0000 (Sun, 09 Nov 2008) | 2 lines
  
  Add link to the header to the synopsis in reference documentation.
  Refs #2214
........
  r49735 | danieljames | 2008-11-14 12:51:00 +0000 (Fri, 14 Nov 2008) | 1 line
  
  Explicitly specify the template parameters in the unordered container friend, in order to avoid some warnings.
........
  r49756 | danieljames | 2008-11-14 16:11:16 +0000 (Fri, 14 Nov 2008) | 1 line
  
  Use pragmas to suppress a Visual C++ warning.
........
  r49770 | danieljames | 2008-11-15 13:07:29 +0000 (Sat, 15 Nov 2008) | 1 line
  
  Use the new swap library.
........
  r49811 | danieljames | 2008-11-16 23:10:00 +0000 (Sun, 16 Nov 2008) | 1 line
  
  Fix a typo.
........


[SVN r49855]
2008-11-20 22:53:20 +00:00
Eric Niebler 1cc172f7fe port spirit2 to proto v4 (merged from trunk)
[SVN r49802]
2008-11-16 18:55:37 +00:00
Ben Hanson 48b0d1db11 Copyright message update.
[SVN r49755]
2008-11-14 15:24:00 +00:00
Ben Hanson 5c4bcafafe Copyright message update.
[SVN r49754]
2008-11-14 15:23:22 +00:00
Ben Hanson 16ad945260 Copyright message update.
[SVN r49753]
2008-11-14 15:22:46 +00:00
Ben Hanson a29e79fba8 Copyright message update.
[SVN r49752]
2008-11-14 15:21:49 +00:00
Ben Hanson b0fc58e039 Copyright message update.
[SVN r49751]
2008-11-14 15:20:56 +00:00
Ben Hanson 91a34c2e96 Copyright message update.
[SVN r49750]
2008-11-14 15:20:16 +00:00
Ben Hanson 71458aa68b regex flags.
[SVN r49749]
2008-11-14 15:18:34 +00:00
Ben Hanson f4ec6fc80b bol bug fixes.
[SVN r49748]
2008-11-14 15:17:35 +00:00
Ben Hanson 25fe03f896 regex flags, switched to iterators for hash vector, cleanups.
[SVN r49747]
2008-11-14 15:15:46 +00:00
Ben Hanson cb9a76c732 Added enums for regex flags.
[SVN r49746]
2008-11-14 15:12:40 +00:00
Ben Hanson 32f194bdb5 Copyright message change, removed redundant if statement.
[SVN r49745]
2008-11-14 15:09:45 +00:00
Ben Hanson 7e87b23dae Updated Copyright message.
[SVN r49744]
2008-11-14 15:08:32 +00:00
Ben Hanson b8aa25cae9 Copyright message changes.
[SVN r49743]
2008-11-14 15:06:39 +00:00
Ben Hanson d91e99ca2b flag shenanigans.
[SVN r49742]
2008-11-14 15:05:24 +00:00
Ben Hanson 2e70077297 icase/dot_not_newline changes.
[SVN r49741]
2008-11-14 15:04:12 +00:00
Ben Hanson a5793edaf0 icase and dot_not_newline flags, bug fixes.
[SVN r49740]
2008-11-14 15:03:03 +00:00
Ben Hanson 7873024d53 enum syntax error fix.
[SVN r49739]
2008-11-14 15:01:06 +00:00
Ben Hanson 3fe4e8b343 Block support for icase and dot_not_newline
[SVN r49738]
2008-11-14 14:58:43 +00:00
Ben Hanson 447f6eb7f4 Updated Copyright message.
[SVN r49737]
2008-11-14 14:56:36 +00:00
Ben Hanson d22c98f006 Updated Copyright message.
[SVN r49736]
2008-11-14 14:55:16 +00:00
Joel de Guzman c3e267bca4 restoring version.hpp and bumping the version to 2.0
[SVN r49708]
2008-11-13 00:37:21 +00:00
Joel de Guzman 5309759c3f steven's patch for const
[SVN r49693]
2008-11-12 07:25:42 +00:00
Steven Watanabe f24c02b483 overloads of the io operators for ostream/istream to fix ambiguity with fusion
[SVN r49691]
2008-11-12 02:59:10 +00:00
Daniel James 35e056c974 Avoid comparing default initialised iterators in position_iterator.
[SVN r49666]
2008-11-09 19:12:05 +00:00
Eric Niebler 03a9fb7676 port Spirit2 to Proto v4, fixes #2488
[SVN r49658]
2008-11-09 01:24:06 +00:00
Hartmut Kaiser c93b93a2f0 Spirit: Applied Joel's fix for ISO8859/1 charclass.
[SVN r49454]
2008-10-26 00:13:20 +00:00
Hartmut Kaiser f1cdc2de96 Spirit: This should fix the remaining regressions
[SVN r49333]
2008-10-14 16:43:27 +00:00