Joel de Guzman
57a2d4a9a2
fixed scope of std::strlen
...
[SVN r28980]
2005-05-17 02:28:44 +00:00
Joel de Guzman
cc3f6214a1
Pushed code down a little to make CW happy with BOOST_STATIC_ASSERT
...
[SVN r28979]
2005-05-17 02:20:10 +00:00
Hartmut Kaiser
3199e4f0ef
Fixed several problems with AST tree directives.
...
[SVN r28929]
2005-05-15 15:32:12 +00:00
Rene Rivera
b9ab158d97
Some compilers don't support, or make it hard to use, source relative includes. So avoid them.
...
[SVN r28920]
2005-05-15 06:32:18 +00:00
Hartmut Kaiser
cde37cec03
Fixed an issue uncovered by the checked VC8 STL.
...
[SVN r28883]
2005-05-13 18:09:12 +00:00
Hartmut Kaiser
9aa6da7f82
Fixed an issue uncovered by the checked VC8 STL.
...
[SVN r28882]
2005-05-13 18:03:14 +00:00
Hartmut Kaiser
ce9b7bbadf
Removed tabs in file.
...
[SVN r28733]
2005-05-08 11:42:16 +00:00
Hartmut Kaiser
ae1d0e6ff0
Fixed problems diagnosed by the inspection report.
...
[SVN r28651]
2005-05-04 07:33:08 +00:00
Victor A. Wagner Jr.
d98880ced3
Changed - value of maximum test for VC8 debug
...
- the iterator testing in the library is several orders of magnitude
more expensive than simple iterator use, so I dropped the upper
limit by a factor of 100... the test runs in about 5 minutes now
on my 2.2GHz Athlon64 running 32bit XP
[SVN r28538]
2005-04-30 00:27:19 +00:00
Hartmut Kaiser
ac28e585d7
Fixed for 64 platforms, where sizeof(int) != sizeof(ptr_type).
...
[SVN r28507]
2005-04-28 05:39:42 +00:00
João Abecasis
fc3e6e822f
don't skip in the middle of an EOL in eol_parser (this was long overdue)
...
[SVN r28284]
2005-04-17 00:40:13 +00:00
Hartmut Kaiser
be1590fc56
Fixed warnings on CW 8.3.
...
[SVN r28272]
2005-04-15 12:33:07 +00:00
Vladimir Prus
5076636b3b
Add V2 Jamfile.
...
[SVN r28235]
2005-04-14 06:16:10 +00:00
João Abecasis
70776fc0a2
Fixed bug that prevents the use of closures with grammars with multiple entry
...
points
[SVN r28024]
2005-04-06 19:11:13 +00:00
João Abecasis
bea370cf91
updating changelog :-p
...
[SVN r28011]
2005-04-06 11:19:39 +00:00
João Abecasis
b96fa95744
fix embedding of grammar with multiple_entries
...
bug reported by David Pierre here:
http://article.gmane.org/gmane.comp.parsers.spirit.general/8860
[SVN r28010]
2005-04-06 11:11:01 +00:00
Eric Niebler
3695252130
any() algorithm for detecting if an element in a sequence satisfies a predicate
...
[SVN r27895]
2005-03-31 05:48:29 +00:00
Eric Niebler
e1cd5d1b99
tests for cons sequence
...
[SVN r27893]
2005-03-31 02:21:43 +00:00
Eric Niebler
5654b1177f
add missing file
...
[SVN r27892]
2005-03-31 02:20:26 +00:00
Eric Niebler
cb2f0b2d58
add a cons list and iterators
...
[SVN r27891]
2005-03-31 02:17:21 +00:00
Joel de Guzman
93f6f8bcfd
allow single_view's data to be mutable
...
add an append_view class
[SVN r27878]
2005-03-30 06:56:00 +00:00
Joel de Guzman
ae1d48367c
Fixed
...
if (str[0] == 'q' || str[0] == 'Q')
break;
To
if (str.empty() || str[0] == 'q' || str[0] == 'Q')
break;
[SVN r27813]
2005-03-25 05:34:26 +00:00
João Abecasis
9c7874a3d3
test for null in first character of added symbol
...
[SVN r27778]
2005-03-23 12:57:28 +00:00
João Abecasis
9beb977f22
check if first character is null
...
[SVN r27775]
2005-03-23 12:48:07 +00:00
João Abecasis
839284769e
added missing overload of deref for const iterators
...
[SVN r27774]
2005-03-23 12:47:16 +00:00
Joel de Guzman
dbd464d805
Improved if_p accepting int as condition
...
[SVN r27692]
2005-03-16 10:37:21 +00:00
Hartmut Kaiser
f9686f234f
Removed the '\0' case.
...
[SVN r27610]
2005-03-11 15:56:09 +00:00
Hartmut Kaiser
a22d4f3d9e
Fixed the new \0 escape sequence understood by escape_ch_p.
...
[SVN r27609]
2005-03-11 15:10:20 +00:00
João Abecasis
d88b06993c
iterator_root doesn't belong in detail
...
[SVN r27608]
2005-03-11 15:03:06 +00:00
João Abecasis
9ab3cdc193
missing includes
...
[SVN r27607]
2005-03-11 15:01:05 +00:00
João Abecasis
0985bf23c9
backslashes in includes
...
[SVN r27606]
2005-03-11 14:58:44 +00:00
Hartmut Kaiser
34ce4a6211
Added '\0' to the set of valid escaped characters for escape_ch_p.
...
[SVN r27603]
2005-03-10 18:14:23 +00:00
Hartmut Kaiser
e1beefaaca
Fixed a switch_p bug.
...
[SVN r27600]
2005-03-10 15:10:46 +00:00
João Abecasis
9275d76325
fixed indentation
...
[SVN r27504]
2005-02-25 13:24:05 +00:00
Hartmut Kaiser
42b2782b00
Updated changelog.
...
[SVN r27502]
2005-02-25 09:07:53 +00:00
Joel de Guzman
6e973d2e69
removing old changelog.txt
...
[SVN r27500]
2005-02-24 23:00:43 +00:00
João Abecasis
71e5abd213
this is the log message for adding missing log messages to the change_log :p
...
[SVN r27498]
2005-02-24 18:54:07 +00:00
Hartmut Kaiser
cd3bfaf8e0
Committed Stefan Slapeta's AST optimisation fixes.
...
[SVN r27497]
2005-02-24 16:45:49 +00:00
Joel de Guzman
e3a52f4e93
allow evaluation to int as condition to if_p parser
...
[SVN r27490]
2005-02-23 12:06:25 +00:00
Joel de Guzman
2b4b5fd0e4
Fixed match_attr_traits.ipp to allow non-POD to pass through.
...
[SVN r27489]
2005-02-23 11:42:08 +00:00
Joel de Guzman
5a7aa426a6
tweak. now vc7.1 is very happy
...
[SVN r27414]
2005-02-17 16:27:13 +00:00
Joel de Guzman
b1d6123b29
Tweaks for g++
...
[SVN r27413]
2005-02-17 16:07:29 +00:00
Joel de Guzman
3a70b9314d
goodby to boost.test
...
[SVN r27412]
2005-02-17 14:44:03 +00:00
Joel de Guzman
bd0739611d
Tweaks for Comeau
...
[SVN r27411]
2005-02-17 14:21:07 +00:00
Joel de Guzman
fac463f52f
Tweaks for VC7.1 and G++ 3.2
...
[SVN r27410]
2005-02-17 14:14:17 +00:00
Peder Holt
3bf556b1a4
Merged FUSION_MSVC with HEAD.
...
Added copyright info.
Fixed some minor bugs.
[SVN r27406]
2005-02-16 18:02:31 +00:00
João Abecasis
6e8a08c5fd
Fix bug in intersection reported by Yusaku Sugai, here:
...
http://article.gmane.org/gmane.comp.parsers.spirit.general/8544
[SVN r27038]
2005-02-02 12:10:25 +00:00
João Abecasis
4af34b8a74
add missing includes in escape_char.*
...
[SVN r26897]
2005-01-28 12:05:13 +00:00
João Abecasis
7e77216749
retiring phoenix::if_t for mpl::if_
...
[SVN r26896]
2005-01-28 11:59:28 +00:00
Joel de Guzman
3cb55b60b4
bug fix: deref of transform_view now removes reference (see transform_tests.cpp)
...
[SVN r26762]
2005-01-20 15:01:13 +00:00