Hartmut Kaiser
|
67d315d204
|
Removed duplicate includes.
[SVN r31083]
|
2005-09-22 23:52:31 +00:00 |
|
Joel de Guzman
|
fa2aaf7d13
|
Doc update (sample for right recursion)
[SVN r29511]
|
2005-06-10 07:12:54 +00:00 |
|
Joel de Guzman
|
cca4905c69
|
Version tweaks
[SVN r29509]
|
2005-06-10 06:24:53 +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 |
|
Joel de Guzman
|
d4ca071d8b
|
Changed error_handling.cpp to error_reporting.cpp.
Added a new file error_handling.cpp which is basically the same as test/exceptions_tests.cpp
[SVN r24581]
|
2004-08-19 04:57:56 +00:00 |
|
Joel de Guzman
|
28e668a085
|
added calc_debug.cpp
[SVN r24146]
|
2004-07-29 01:12:19 +00:00 |
|
Joel de Guzman
|
b81df99981
|
added calc_debug.cpp
[SVN r24145]
|
2004-07-29 00:42:55 +00:00 |
|
Joel de Guzman
|
792fa3961d
|
Tabs to Spaces
[SVN r23819]
|
2004-07-20 00:52:15 +00:00 |
|
Joel de Guzman
|
f356925473
|
distinct parser docs and test added
[SVN r23747]
|
2004-07-19 02:41:12 +00:00 |
|
Joel de Guzman
|
f92c410ed8
|
distinct parser docs and test added
[SVN r23746]
|
2004-07-19 02:25:22 +00:00 |
|
Joel de Guzman
|
e1944293dd
|
Updates from latest Spirit CVS HEAD branch
[SVN r23415]
|
2004-07-09 08:46:18 +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 |
|
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
|
bce3f0b117
|
-- resynced from Spirit CVS - RELEASE_1_8_0 branch in order to
get rid of CR/LF issues
[SVN r22095]
|
2004-01-31 19:59:01 +00:00 |
|
Joel de Guzman
|
d9b0686654
|
sync from release 1.31 branch
[SVN r22054]
|
2004-01-29 15:51:08 +00:00 |
|
Joel de Guzman
|
83f478898f
|
tweaks + jamfile
[SVN r21792]
|
2004-01-17 03:52:56 +00:00 |
|
Joel de Guzman
|
eb55203e5f
|
sync from spirit cvs and release 1.31 branch
[SVN r21789]
|
2004-01-17 02:25:32 +00:00 |
|
Joel de Guzman
|
8bd42d5288
|
Sync from Spirit CVS
[SVN r18166]
|
2003-04-03 14:15:33 +00:00 |
|
Joel de Guzman
|
e8f608b1a7
|
sync from spirit CVS
[SVN r18165]
|
2003-04-03 13:55:02 +00:00 |
|
Joel de Guzman
|
7662853f28
|
sync from spirit CVS
[SVN r18163]
|
2003-04-03 13:47:48 +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 |
|
Martin Wille
|
da7ef036ec
|
-- imported version 1.6 of this file from Spirit CVS for this patch:
- adjusted the test to reflect a change in lexeme_d semantics.
[SVN r18043]
|
2003-03-22 13:03:17 +00:00 |
|
Joel de Guzman
|
299418bbb5
|
Bump to v1.6.0
[SVN r18021]
|
2003-03-19 23:33:19 +00:00 |
|
Joel de Guzman
|
a0985f714f
|
trivial fix
[SVN r17879]
|
2003-03-13 09:33:30 +00:00 |
|
Hartmut Kaiser
|
69ad605f15
|
Lexer now returnes the matched token value. (This is for input iterators)
[SVN r17792]
|
2003-03-09 21:34:18 +00:00 |
|
Martin Wille
|
75845b7645
|
-- removed files not needed for Boost
[SVN r17760]
|
2003-03-07 12:11:45 +00:00 |
|
Hartmut Kaiser
|
dd01d7d90f
|
Removed the cpp sample.
[SVN r17745]
|
2003-03-06 17:40:40 +00:00 |
|
Joel de Guzman
|
ed2f84c1ed
|
Removed Grouping Stuff
[SVN r17714]
|
2003-03-04 15:10:26 +00:00 |
|
Martin Wille
|
46c01fd052
|
-- added special handling for test25
[SVN r17677]
|
2003-02-27 17:26:37 +00:00 |
|
Martin Wille
|
e32ba794fb
|
-- added script for running cpp on all test files
-- modified testfiles to contain the expected output of cpp
[SVN r17665]
|
2003-02-26 22:28:46 +00:00 |
|
Hartmut Kaiser
|
770ccdd042
|
Added a missing file.
[SVN r17663]
|
2003-02-26 20:30:34 +00:00 |
|
Hartmut Kaiser
|
b27c0dfd77
|
Fixed a couple of bugs and the warning emitted by gcc -Wall.
[SVN r17650]
|
2003-02-25 20:55:17 +00:00 |
|
Martin Wille
|
05fce06d09
|
-- fixes
[SVN r17645]
|
2003-02-25 15:40:38 +00:00 |
|
Hartmut Kaiser
|
20496352f9
|
Updated test files.
[SVN r17619]
|
2003-02-24 20:54:09 +00:00 |
|
Hartmut Kaiser
|
08f11fb624
|
Fixed a couple of bugs, made it compile with gcc 3.2 and Intel V7
[SVN r17618]
|
2003-02-24 18:46:40 +00:00 |
|
Hartmut Kaiser
|
e7a7569df7
|
Added whitespace insertion at appropriate points.
[SVN r17612]
|
2003-02-23 22:49:44 +00:00 |
|
Hartmut Kaiser
|
b4c658ac22
|
Fixed a couple of 'missing typename' bugs.
[SVN r17600]
|
2003-02-23 07:22:08 +00:00 |
|
Martin Wille
|
07a61dac9f
|
-- fixed typos
[SVN r17596]
|
2003-02-22 22:20:45 +00:00 |
|
Hartmut Kaiser
|
9103e0abc7
|
Nitty gritty.
[SVN r17595]
|
2003-02-22 21:12:16 +00:00 |
|
Hartmut Kaiser
|
5bdc1a6c22
|
Added validation of universal character values.
[SVN r17594]
|
2003-02-22 20:41:42 +00:00 |
|
Hartmut Kaiser
|
4987abd0a2
|
V0.9.0
[SVN r17593]
|
2003-02-22 20:40:58 +00:00 |
|
Hartmut Kaiser
|
cd137fa0bd
|
Feature complete!
[SVN r17582]
|
2003-02-21 21:22:51 +00:00 |
|
Hartmut Kaiser
|
a9d2b82f2c
|
Documentation, fixed re2c lexer for VC7.1
[SVN r17559]
|
2003-02-20 16:27:16 +00:00 |
|
Hartmut Kaiser
|
d39e3b69f8
|
Completed the macro expansion engine (almost).
[SVN r17538]
|
2003-02-19 23:00:49 +00:00 |
|
Hartmut Kaiser
|
654e8b5508
|
Macro expansion order, stringize operator ('#').
[SVN r17464]
|
2003-02-16 22:39:45 +00:00 |
|
Hartmut Kaiser
|
28f7917e71
|
Added a missing file.
[SVN r17455]
|
2003-02-16 08:02:19 +00:00 |
|
Hartmut Kaiser
|
eacbf640f6
|
Nitty gritty.
[SVN r17454]
|
2003-02-16 07:59:40 +00:00 |
|
Hartmut Kaiser
|
09c6bad11e
|
Added documentation.
[SVN r17453]
|
2003-02-16 07:47:27 +00:00 |
|
Hartmut Kaiser
|
d9e8e199d9
|
Added cpp_tokens sample.
[SVN r17452]
|
2003-02-16 07:40:42 +00:00 |
|
Hartmut Kaiser
|
12d1c02b32
|
Macro replacement engine.
[SVN r17451]
|
2003-02-16 07:23:31 +00:00 |
|
Hartmut Kaiser
|
4450a17b5e
|
More work on the macro expansion engine.
[SVN r17432]
|
2003-02-15 17:08:37 +00:00 |
|
Hartmut Kaiser
|
dcc354ad03
|
Added more test files.
[SVN r17431]
|
2003-02-15 17:07:57 +00:00 |
|
Hartmut Kaiser
|
422e3fa813
|
Worked around the macro replacement engine.
[SVN r17399]
|
2003-02-14 13:14:21 +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 |
|
Hartmut Kaiser
|
18f41a9ce4
|
Added new files.
[SVN r17367]
|
2003-02-13 16:07:37 +00:00 |
|
Joel de Guzman
|
2745f4fb32
|
updates to cpp_to_html and quickdoc
[SVN r17321]
|
2003-02-11 17:33:55 +00:00 |
|
Joel de Guzman
|
56c44d064e
|
cpp_to_html and quickdoc updates
[SVN r17315]
|
2003-02-11 10:05:15 +00:00 |
|
Hartmut Kaiser
|
2a0d166370
|
Fixed a type.
[SVN r17311]
|
2003-02-10 21:05:40 +00:00 |
|
Hartmut Kaiser
|
0b23ba0f47
|
Adjusted some of the BOOST_SPIRIT_DEBUG_... macros.
[SVN r17310]
|
2003-02-10 20:42:15 +00:00 |
|
Hartmut Kaiser
|
a00bd55fe3
|
Added a lot of functionality (see Changelog).
[SVN r17297]
|
2003-02-09 22:58:23 +00:00 |
|
Hartmut Kaiser
|
4c7dd097f5
|
Fixed a minor (potental) bug.
[SVN r17291]
|
2003-02-09 14:44:24 +00:00 |
|
Juan Carlos Arevalo-Baeza
|
31084b4e74
|
Updated by TortoiseCVS
[SVN r17284]
|
2003-02-09 02:52:30 +00:00 |
|
Juan Carlos Arevalo-Baeza
|
1432e71c0f
|
Updated by TortoiseCVS
[SVN r17283]
|
2003-02-09 02:52:10 +00:00 |
|
Juan Carlos Arevalo-Baeza
|
c3a1e9e9f3
|
Updated by TortoiseCVS
[SVN r17282]
|
2003-02-09 02:51:49 +00:00 |
|
Juan Carlos Arevalo-Baeza
|
535d1e13f8
|
Cleaned up, reorganized and commented the code.
[SVN r17281]
|
2003-02-09 02:49:59 +00:00 |
|
Hartmut Kaiser
|
301f90f83f
|
Fixed a problem with an unsigned --> signed casting.
[SVN r17268]
|
2003-02-07 18:19:35 +00:00 |
|
Juan Carlos Arevalo-Baeza
|
af37ce0323
|
Added a new exmple, fixed the lexer for the current version of Spirit and added some comments and fixes.
[SVN r17260]
|
2003-02-07 04:34:06 +00:00 |
|
Joel de Guzman
|
c22d7e9872
|
Added smiley.gif to quickdoc, removed the redundant quickdoc.txt, borland workarounds, etc.
[SVN r17246]
|
2003-02-06 04:41:17 +00:00 |
|
Hartmut Kaiser
|
8985a1b05b
|
Implemented the #define/#undef and #ifdef/#ifndef/#else/#endif statements.
[SVN r17167]
|
2003-02-02 22:42:32 +00:00 |
|
Hartmut Kaiser
|
bc4ae9205c
|
Copyrights.
[SVN r17153]
|
2003-02-01 18:53:17 +00:00 |
|
Hartmut Kaiser
|
39cd3d43a6
|
Copyrights.
[SVN r17152]
|
2003-02-01 18:45:09 +00:00 |
|
Hartmut Kaiser
|
ffdeddf5fa
|
Copyrights.
[SVN r17151]
|
2003-02-01 18:39:15 +00:00 |
|
Joel de Guzman
|
d8cbf52479
|
fixed copyright
[SVN r17145]
|
2003-02-01 10:32:37 +00:00 |
|
Joel de Guzman
|
2d0499840d
|
Added copyrights where appropriate
[SVN r17144]
|
2003-02-01 04:42:01 +00:00 |
|
Joel de Guzman
|
2a2cc72833
|
Example fixes
[SVN r17142]
|
2003-02-01 00:48:55 +00:00 |
|
Hartmut Kaiser
|
a8859d71b8
|
Fixed minor isuues and a border case.
[SVN r17134]
|
2003-01-31 20:43:50 +00:00 |
|
Martin Wille
|
2751f227b5
|
-- tab -> spaces
[SVN r17130]
|
2003-01-31 18:41:59 +00:00 |
|
Martin Wille
|
890f822672
|
-- fixed typo
[SVN r17127]
|
2003-01-31 18:31:19 +00:00 |
|
Martin Wille
|
38286a0a0b
|
-- tab -> spaces
[SVN r17126]
|
2003-01-31 18:23:55 +00:00 |
|
Martin Wille
|
1b576f967f
|
-- tab -> spaces
[SVN r17125]
|
2003-01-31 18:13:15 +00:00 |
|
Joel de Guzman
|
168c1aadd1
|
Regression tests
[SVN r17120]
|
2003-01-31 15:45:44 +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 |
|
Joel de Guzman
|
301b986737
|
First commit from BOOST_REVIEW branch spirit.sf.net
[SVN r17110]
|
2003-01-31 11:25:27 +00:00 |
|
Joel de Guzman
|
1f98134e30
|
First commit from BOOST_REVIEW branch spirit.sf.net
[SVN r17109]
|
2003-01-31 11:11:39 +00:00 |
|
Joel de Guzman
|
cab9f1597a
|
First commit from BOOST_REVIEW branch spirit.sf.net
[SVN r17108]
|
2003-01-31 10:56:44 +00:00 |
|