Joel de Guzman
57a2d4a9a2
fixed scope of std::strlen
...
[SVN r28980]
2005-05-17 02:28:44 +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
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
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
João Abecasis
9c7874a3d3
test for null in first character of added symbol
...
[SVN r27778]
2005-03-23 12:57:28 +00:00
Joel de Guzman
dbd464d805
Improved if_p accepting int as condition
...
[SVN r27692]
2005-03-16 10:37:21 +00:00
João Abecasis
0985bf23c9
backslashes in includes
...
[SVN r27606]
2005-03-11 14:58:44 +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
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
e9d44cfae4
resolve naming conflict with intel 8 and msvc 7.1
...
[SVN r26712]
2005-01-17 01:08:52 +00:00
João Abecasis
e0075a7e27
tst.add shall assert if string contains null character
...
tst.find shall not match null characters in the input
[SVN r26700]
2005-01-14 14:00:47 +00:00
Stefan Slapeta
c18cd7f443
test for enclosed parser failures
...
[SVN r26319]
2004-11-26 23:58:59 +00:00
Hartmut Kaiser
27768af59e
Added 3 new test cases.
...
[SVN r26293]
2004-11-25 10:37:51 +00:00
Stefan Slapeta
59a5d17b38
Insert missing blank to make file valid again
...
[SVN r26183]
2004-11-11 14:51:09 +00:00
Hartmut Kaiser
9b04d9a071
Minor tweak...
...
[SVN r26129]
2004-11-06 10:36:15 +00:00
Hartmut Kaiser
b70358f45e
Added copyright to the new testcase.
...
[SVN r26128]
2004-11-06 10:34:14 +00:00
Hartmut Kaiser
f27b52c11a
Added new test case for select_p containing a rule.
...
[SVN r26125]
2004-11-06 10:31:46 +00:00
Markus Schöpflin
6e2e24b5a6
Fixed wide character tests.
...
[SVN r25732]
2004-10-15 10:12:41 +00:00
Markus Schöpflin
36379ab280
Fix for platforms where the result of the expression
...
std::numeric_limits<wchar_t>::max() + 1 cannot be represented as an unsigned int.
[SVN r25730]
2004-10-15 08:42:36 +00:00
Joel de Guzman
e3a9d9f6aa
bug fix for the free add function
...
[SVN r25439]
2004-09-28 01:33:14 +00:00
Hartmut Kaiser
3b767295e3
Fixed long filenames.
...
[SVN r25033]
2004-09-13 09:24:06 +00:00
John Maddock
f0ba42f0d2
Added new types boost::long_long_type and boost::ulong_long_type in boost/config.hpp and applied these types in place of "long long" throughout. As a result, almost all of boost now compiles cleanly with -ansi -pedantic with gcc. Changes tested with gcc 3.3, 2.95, VC7.1 and Intel 8.
...
[SVN r24899]
2004-09-04 10:34:49 +00:00
Aleksey Gurtovoy
3ab536c2b0
merge new MPL version from 'mplbook' branch
...
[SVN r24874]
2004-09-02 15:41:37 +00:00
Martin Wille
b3fae79177
-- tabs -> spaces
...
[SVN r24795]
2004-08-28 07:57:50 +00:00
Hartmut Kaiser
eea0877b60
Applied Joao's summary switch_p patch.
...
[SVN r24645]
2004-08-22 09:12:38 +00:00
Joel de Guzman
b2ed7c201f
tweaks + added insert_at_a
...
[SVN r24577]
2004-08-19 02:30:09 +00:00
Joel de Guzman
b636aabce7
tweaks for tru64cxx65
...
[SVN r24550]
2004-08-18 10:03:07 +00:00
Joel de Guzman
de769d0b4c
Doc tweaks and fixes to make Comeau happy
...
[SVN r24349]
2004-08-09 04:23:52 +00:00
Joel de Guzman
7b79dac995
CW9 fix
...
[SVN r24262]
2004-08-03 06:01:18 +00:00
Joel de Guzman
de791b8877
CW9 fix
...
[SVN r24261]
2004-08-03 05:36:11 +00:00
Joel de Guzman
9365dc0e59
// We use our own string_len function instead of std::strlen
...
// to avoid the namespace confusion on different compilers. Some
// have itin namespace std. Some have it in global namespace.
// Some have it in both.
[SVN r24259]
2004-08-03 03:45:18 +00:00
Joel de Guzman
bddaecb273
Moving away from Boost.Test.
...
[SVN r24255]
2004-08-03 01:01:30 +00:00
Joel de Guzman
490e99c8ae
Moving away from Boost.Test. Fixing como problems.
...
[SVN r24217]
2004-08-01 05:59:56 +00:00
Joel de Guzman
58eb367d00
Moving away from Boost.Test. Fixing Como problem where "unlink" function is not found.
...
[SVN r24205]
2004-07-31 12:06:00 +00:00
Joel de Guzman
b217698a3b
Attempting to figure out VC8.0 errors and moving away from Boost.Test in the process
...
[SVN r24204]
2004-07-31 11:35:26 +00:00
Joel de Guzman
5acededefe
added <define>BOOST_ALL_NO_LIB=1
...
[SVN r24138]
2004-07-28 09:57:58 +00:00
Joel de Guzman
9c2c7254f0
Added multiple instance grammar test
...
[SVN r23817]
2004-07-20 00:48:29 +00:00
Martin Wille
ae92e750c8
-- this file doesn't belong into the Boost repository
...
[SVN r23707]
2004-07-17 19:58:37 +00:00
Martin Wille
6150ad0d67
-- these files do not belong into the Boost repository
...
[SVN r23706]
2004-07-17 19:57:20 +00:00
Hartmut Kaiser
40f7ab9c59
Added a testcase for a fixed switch_p problem.
...
[SVN r23575]
2004-07-15 10:50:47 +00:00
Joel de Guzman
7789e0d758
Workaround for g++ MinGW
...
[SVN r23531]
2004-07-14 09:13:51 +00:00
Hartmut Kaiser
3ed7c6a1c1
Added a missing include.
...
[SVN r23481]
2004-07-13 11:44:45 +00:00
Joel de Guzman
d98ff19cf7
Removed. This is not really a regression test but more of an analysis.
...
[SVN r23480]
2004-07-13 09:11:53 +00:00
Joel de Guzman
681931029a
fixed limit_d bug
...
[SVN r23474]
2004-07-13 01:03:01 +00:00
Joel de Guzman
1d3e4b960c
All tests working well with VC7.1 now
...
[SVN r23448]
2004-07-12 01:20:57 +00:00
Hartmut Kaiser
da01dc47e7
Added the repeat_p/AST test from Chris Hoeppler.
...
[SVN r23423]
2004-07-10 08:37:43 +00:00
Joel de Guzman
ecace1eb1e
Moving Spirit From the Spirit's CVS for good :-)
...
[SVN r23414]
2004-07-09 08:30:39 +00:00
Hartmut Kaiser
c89101385e
Fixed a dumb bug in shortest_d.
...
[SVN r22873]
2004-05-20 06:41:22 +00:00
Joel de Guzman
be8f7007e5
fixed negated eps bug
...
[SVN r22608]
2004-04-06 09:41:00 +00:00
Eric Niebler
69c3515815
remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
...
[SVN r22394]
2004-02-26 18:27:02 +00:00
Hartmut Kaiser
d8e55a57f5
Added special multi_pass compile test.
...
[SVN r22294]
2004-02-16 14:38:23 +00:00
Martin Wille
d63dd613bc
-- resynced from Spirit CVS - RELEASE_1_8_0 branch in order to
...
get rid of TAB issues
[SVN r22096]
2004-01-31 22:13:46 +00:00
Martin Wille
439bad527e
-- this file doesn't belong to Boost
...
[SVN r22084]
2004-01-30 18:31:30 +00:00
Joel de Guzman
d9b0686654
sync from release 1.31 branch
...
[SVN r22054]
2004-01-29 15:51:08 +00:00
Martin Wille
7d76f6e8a0
-- removed _debug versions of tests that use multiple threads
...
[SVN r21994]
2004-01-27 12:16:40 +00:00
Martin Wille
d16f85b3b8
-- disabled _GLIBCXX_DEBUG mode for this test. The test would pass
...
for gcc-3.4, but it would takes ages to run because
std::lower_bound is extremely slow in debug mode.
[SVN r21969]
2004-01-26 13:17:57 +00:00
Joel de Guzman
10f6e214a2
sync from boost cvs
...
[SVN r21788]
2004-01-17 02:07:24 +00:00
Joel de Guzman
13241a922b
re-adding fusion
...
[SVN r21751]
2004-01-15 03:51:06 +00:00
Joel de Guzman
cd16a1e21f
RC_1_31_0
...
[SVN r21586]
2004-01-11 08:49:06 +00:00
Joel de Guzman
18861d84bd
Found a bug in grammar.ipp when BOOST_SPIRIT_SINGLE_GRAMMAR_INSTANCE is defined
...
[SVN r21411]
2003-12-28 05:52:23 +00:00
Giovanni Bajo
150e798a06
Fix support for libraries without templated iterators
...
[SVN r21396]
2003-12-25 19:31:19 +00:00
Giovanni Bajo
0ff9ded4f6
Don't use auto_ptr because it can be broken on old standard libraries. boost::scoped_ptr is just as good for our needs.
...
[SVN r21376]
2003-12-23 02:53:46 +00:00
Joel de Guzman
a9c887753d
MWCW fixes
...
[SVN r21366]
2003-12-21 23:41:12 +00:00
Joel de Guzman
f2475fe899
fix for CW
...
[SVN r21282]
2003-12-16 10:28:51 +00:00
Joel de Guzman
46408d86e6
updates from Spirit CVS
...
[SVN r21273]
2003-12-15 14:08:59 +00:00
Joel de Guzman
20a3b0c3de
Move from Spirit::RELEASE_1_8_0
...
[SVN r21057]
2003-12-02 01:58:15 +00:00
Joel de Guzman
61084b2151
Move from Spirit::RELEASE_1_8_0
...
[SVN r21056]
2003-12-02 01:21:54 +00:00
Dave Abrahams
6264475ca6
Use the import rule
...
[SVN r19968]
2003-09-08 17:38:49 +00:00
Joel de Guzman
4268654a53
sync from CVS
...
[SVN r18169]
2003-04-03 14:43:34 +00:00
Joel de Guzman
1f13755bdd
new stuff from Martin (sync from Spirit CVS)
...
[SVN r18168]
2003-04-03 14:42:22 +00:00
Joel de Guzman
f04a7d03ec
added file_iterator test
...
[SVN r18167]
2003-04-03 14:34:28 +00:00
Joel de Guzman
e8f608b1a7
sync from spirit CVS
...
[SVN r18165]
2003-04-03 13:55:02 +00:00
Joel de Guzman
0e29bc3990
new stuff from giovanni
...
[SVN r18154]
2003-04-02 04:34:46 +00:00
Joel de Guzman
dbbf127763
new file_iterator from giovanni
...
[SVN r18151]
2003-04-02 04:30:42 +00:00
Joel de Guzman
926525f0b0
Fixes to cpp-to-html and quickdoc + style_guide typos
...
[SVN r18093]
2003-03-26 13:04:10 +00:00
Joel de Guzman
299418bbb5
Bump to v1.6.0
...
[SVN r18021]
2003-03-19 23:33:19 +00:00
Martin Wille
94496aec2c
-- reduced the number of objects creating during a test run
...
[SVN r17877]
2003-03-13 08:04:36 +00:00
Martin Wille
75845b7645
-- removed files not needed for Boost
...
[SVN r17760]
2003-03-07 12:11:45 +00:00
Martin Wille
0114512a34
-- changed HAVE_BOOST to DONT_HAVE_BOOST
...
-- added Boost.Thread to the build procedure
for owi_mt_tests and scoped_lock_tests
[SVN r17602]
2003-02-23 15:06:44 +00:00
Joel de Guzman
f28b8d495e
trivial fixes
...
[SVN r17536]
2003-02-19 16:17:12 +00:00
Joel de Guzman
4c2dc72d00
more updates + aleksey's ETI fixes
...
[SVN r17513]
2003-02-18 19:03:53 +00:00
Joel de Guzman
2203bc1750
depracating nocase_d
...
[SVN r17398]
2003-02-14 12:38:16 +00:00
Joel de Guzman
266be5a9b9
Bjam workarounds for borland/msvc/metrowerks
...
[SVN r17395]
2003-02-14 08:40:45 +00:00
Martin Wille
5edc8ddbc4
-- added test wether the correct match-length is reported by while_parsers
...
[SVN r17328]
2003-02-12 11:44:28 +00:00
Martin Wille
e897079307
-- small fix
...
[SVN r17327]
2003-02-12 11:40:02 +00:00
Martin Wille
02f562d0d2
-- added check wether the correct match length is reported by
...
if_parsers
[SVN r17326]
2003-02-12 11:39:17 +00:00
Martin Wille
f30e486a0b
-- added check wether the correct match length is reported by
...
if_parsers
[SVN r17325]
2003-02-12 11:34:16 +00:00
Joel de Guzman
f4f51e1897
Numerics strict reals added
...
[SVN r17245]
2003-02-06 04:39:15 +00:00
Joel de Guzman
8f3b1e06ed
trivial fixes
...
[SVN r17208]
2003-02-04 18:18:21 +00:00
Joel de Guzman
2d0499840d
Added copyrights where appropriate
...
[SVN r17144]
2003-02-01 04:42:01 +00:00
Martin Wille
1cc0e728ea
-- added missing include
...
[SVN r17139]
2003-01-31 22:33:29 +00:00
Martin Wille
63b469264f
-- fixed typo
...
[SVN r17138]
2003-01-31 22:30:30 +00:00
Martin Wille
fd098d9173
-- added return statements at the end of main
...
[SVN r17137]
2003-01-31 22:26:30 +00:00
Martin Wille
2751f227b5
-- tab -> spaces
...
[SVN r17130]
2003-01-31 18:41:59 +00:00
Martin Wille
d308d12b7c
-- small fixes to var_wrapper<>
...
[SVN r17122]
2003-01-31 17:40:59 +00:00
Martin Wille
7cf194f6fc
-- small fixes
...
[SVN r17121]
2003-01-31 17:36:19 +00:00
Joel de Guzman
4c1787f7da
fixed phoenix #includes
...
[SVN r17113]
2003-01-31 11:53:40 +00:00
Joel de Guzman
d3f7a2e63d
First commit from BOOST_REVIEW branch spirit.sf.net
...
[SVN r17111]
2003-01-31 11:33:48 +00:00