Commit Graph

4777 Commits

Author SHA1 Message Date
Hartmut Kaiser
eb9a14b9b3 Spirit: Merging from trunk
[SVN r50611]
2009-01-15 17:34:54 +00:00
Hartmut Kaiser
2a9d64c976 Spirit.Karma: Fixed example Jamfile
[SVN r50438]
2009-01-02 11:00:46 +00:00
Hartmut Kaiser
2f0b1c643b Spirit.Karma: Fixed Karma examples for very strict compilers
[SVN r50436]
2009-01-02 10:49:15 +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
70f8eb9170 another typo
[SVN r50421]
2009-01-01 05:43:50 +00:00
Joel de Guzman
fa2e749a17 typo fix
[SVN r50420]
2009-01-01 03:14:36 +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
130e6c4940 doc updates
[SVN r50369]
2008-12-23 09:39:09 +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
Ben Hanson
6e8db8ef0a grammar fixes
[SVN r50010]
2008-11-29 12:33:45 +00:00
Michael A. Jackson
2ba342e058 Adding proper compiler flags to match those from the jam file.
[SVN r49914]
2008-11-24 15:44:25 +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
Steven Watanabe
cc08665c3a More thorough tests for using bind with member variables
[SVN r49818]
2008-11-17 19:43:41 +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
78845f4c95 added cref/ref/val tests from Steven
[SVN r49695]
2008-11-12 07:26:40 +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
Michael A. Jackson
6d521ba2c0 Updating dependency information for modularized libraries.
[SVN r49628]
2008-11-07 17:05:27 +00:00
Michael A. Jackson
01e11a8481 Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
[SVN r49627]
2008-11-07 17:02:56 +00:00
Michael A. Jackson
16fa9c5439 Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
[SVN r49510]
2008-11-01 13:15:41 +00:00
Hartmut Kaiser
a2fe4e437d Spirit: Applied Joel's fix for ISO8859/1 charclass.
[SVN r49455]
2008-10-26 00:13:38 +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