Commit Graph

170 Commits

Author SHA1 Message Date
Hartmut Kaiser
adad8e52cc Added new sample application to Wave: Hannibal: a partial C++ parser.
[SVN r34364]
2006-06-21 02:58:22 +00:00
Hartmut Kaiser
526837c8a7 Added calls to skipped_tokens() pp hook for end of line tokens of a skipped #elif directive.
[SVN r34349]
2006-06-18 16:57:36 +00:00
Hartmut Kaiser
9145802cc6 Added found_warning_directive() and found_error_directive() pp hook functions.
[SVN r34326]
2006-06-17 15:48:01 +00:00
Hartmut Kaiser
86418bd398 Added optional import keyword support.
[SVN r34314]
2006-06-15 22:01:09 +00:00
Jürgen Hunold
5898dab07f Fixed new name of source file.
[SVN r34148]
2006-06-02 19:23:07 +00:00
Hartmut Kaiser
0801914eb0 Fixed Jamfile.v2 files for Wave sample applications.
[SVN r33971]
2006-05-15 15:08:10 +00:00
Hartmut Kaiser
56006e45fd Changed 'evaluated_conditional_expression()' pp hook.
[SVN r33962]
2006-05-14 16:41:00 +00:00
Hartmut Kaiser
a1771f5c00 Fixed Wave Jamfile.v2 to correctly disable RTTI for VC7.1
[SVN r33909]
2006-05-02 15:19:49 +00:00
Hartmut Kaiser
01e4a5ff83 Added proper versioning support to the serialization of state.
[SVN r33410]
2006-03-20 18:04:09 +00:00
Hartmut Kaiser
c959794650 Wave V1.2.4
[SVN r33362]
2006-03-17 22:40:02 +00:00
Hartmut Kaiser
2da3dac1ec Fixed another stupid error.
[SVN r33318]
2006-03-11 04:18:07 +00:00
Hartmut Kaiser
9a59dec0fa Wave: Fixed a dynaload compilation problem with VC7.1 of the re2c lexer tests.
[SVN r33193]
2006-03-01 18:40:25 +00:00
Hartmut Kaiser
cb793b0c57 Wave: Fixed a dynaload compilation problem with VC7.1 of the re2c lexer tests.
[SVN r33192]
2006-03-01 18:33:45 +00:00
Hartmut Kaiser
e84efe1220 Wave now correctly recognizes pp-number tokens.
[SVN r32374]
2006-01-23 03:45:35 +00:00
Hartmut Kaiser
f09d7d60c7 Fixed Boost bug 1395857.
[SVN r32212]
2006-01-03 15:24:09 +00:00
Hartmut Kaiser
5115faf51e Updated the Wave copyright notice to include the year 2006.
[SVN r32154]
2005-12-24 19:50:47 +00:00
Hartmut Kaiser
5b8ab90dbd Switched to re2c V0.9.11.
[SVN r32106]
2005-12-19 17:32:38 +00:00
Hartmut Kaiser
bb62cfffc5 Changed in the Wave library all throw's to boost::throw_exception().
[SVN r31950]
2005-12-08 03:33:38 +00:00
Hartmut Kaiser
71ca605c97 Added the <vc-7_1-stlport><*><rtti>off directive to all of the Wave V1 Jamfiles.
[SVN r31714]
2005-11-20 22:44:11 +00:00
Hartmut Kaiser
d4636c6ea0 Wave: added optional '$' to the basic source character set.
[SVN r31700]
2005-11-19 18:31:32 +00:00
Hartmut Kaiser
04e9c317c3 Minor fix.
[SVN r31694]
2005-11-18 22:12:32 +00:00
Hartmut Kaiser
9b82f36e35 Beautified generated output.
[SVN r31692]
2005-11-18 20:10:47 +00:00
Hartmut Kaiser
93e881b703 Tweaked the advanced_hooks sample.
[SVN r31575]
2005-11-05 22:08:11 +00:00
Hartmut Kaiser
2e9da94342 Updated the Wave docs to reflect the new advanced hooks.
[SVN r31559]
2005-11-05 02:27:14 +00:00
Hartmut Kaiser
1742c69fd2 Added advanced hooks and a new sample.
[SVN r31551]
2005-11-04 02:34:17 +00:00
Hartmut Kaiser
806c1d4465 Fixed warnings reported by gcc 4.x.
[SVN r31239]
2005-10-08 13:27:39 +00:00
Hartmut Kaiser
b171889400 Fixed a missing const specifier.
[SVN r31237]
2005-10-08 12:54:28 +00:00
Hartmut Kaiser
e152ad4269 Fixed line numbering inside the generated tokens.
[SVN r30921]
2005-09-12 17:17:42 +00:00
Hartmut Kaiser
3a81d7f7e1 Enabled --preserved and --long_long modes by default for the cpp_tokens sample.
[SVN r30912]
2005-09-11 20:40:07 +00:00
Hartmut Kaiser
51a168fae0 Fixed Sourceforge bug 1274584.
[SVN r30707]
2005-08-28 03:16:56 +00:00
Hartmut Kaiser
ad88aa3f4b Fixed a True64 problem.
[SVN r29892]
2005-07-04 20:57:05 +00:00
Hartmut Kaiser
445059cb46 Fixed two warnings.
[SVN r29331]
2005-05-31 18:48:40 +00:00
Hartmut Kaiser
ce70925868 Fixed missing typename keywords.
[SVN r29313]
2005-05-31 06:26:27 +00:00
Hartmut Kaiser
43940e701d Fixed a slex problem.
[SVN r29298]
2005-05-30 07:57:26 +00:00
Hartmut Kaiser
4a23d29c68 Applied a CodeWarrior workaround for the slex lexer.
[SVN r29268]
2005-05-29 18:35:42 +00:00
Hartmut Kaiser
a6a4504703 Added special handling of the eof tokens inside the lexer iterator classes for Comeau
[SVN r29241]
2005-05-27 10:25:45 +00:00
Hartmut Kaiser
28ef35b9ba Special disambiguation for the True64 cxx compiler.
[SVN r29156]
2005-05-23 09:32:29 +00:00
Hartmut Kaiser
a725c1af1c Added the missing initializer for the const eof data member.
[SVN r29155]
2005-05-23 09:20:05 +00:00
Hartmut Kaiser
90d33c3077 Worked around a bug in CW at least upto V9.4.
[SVN r29065]
2005-05-19 15:13:18 +00:00
Hartmut Kaiser
cac6dd7966 Fixed gcc warnings and compilation problems.
[SVN r29035]
2005-05-18 17:39:57 +00:00
Hartmut Kaiser
aac9434095 Fixed compilation problem and warnings on gcc4.
[SVN r29030]
2005-05-18 11:01:15 +00:00
Hartmut Kaiser
44d10524f9 Fixed compilation errors on gcc4.
[SVN r29028]
2005-05-18 06:29:13 +00:00
Hartmut Kaiser
dbb6cac36b Fixed compilation errors on CW9.4.
[SVN r29027]
2005-05-18 06:25:02 +00:00
Hartmut Kaiser
7d2ab5017f Unified lexer interface, adjusted namespaces.
[SVN r28989]
2005-05-17 12:32:11 +00:00
Hartmut Kaiser
8cb148a96c Removed tabs in files.
[SVN r28983]
2005-05-17 09:39:55 +00:00
Hartmut Kaiser
77ba54763e Yet another trigraph token id fix.
[SVN r28816]
2005-05-11 12:11:28 +00:00
Hartmut Kaiser
3f382f24b1 Fixed a bug in the lexer which falsly recognised #include_next statements under certain circumstances.
[SVN r28806]
2005-05-11 06:20:47 +00:00
Hartmut Kaiser
e26d617e67 Wave V1.1.17.
[SVN r28744]
2005-05-08 17:58:57 +00:00
Hartmut Kaiser
a0c585ca45 Fixed a bug in the slex regex specifications.
[SVN r28712]
2005-05-07 12:45:09 +00:00
Hartmut Kaiser
a48ad509f3 Fixed the overflow problem for long character literals, fixed the 'LL' issue.
[SVN r28711]
2005-05-07 11:18:19 +00:00
Hartmut Kaiser
189861d0ec Made the True64 compiler happy, fixed a 'LL' suffix bug.
[SVN r28695]
2005-05-06 09:10:19 +00:00
Hartmut Kaiser
795fbd663f Fixed almost all problems diagnosed by the Boost inspection report.
[SVN r28650]
2005-05-04 07:24:44 +00:00
Hartmut Kaiser
c747965903 Fixed token comparision for the True64 platform.
[SVN r28534]
2005-04-29 16:55:26 +00:00
Hartmut Kaiser
bab9d3bfbe Fixed error reported by the True64 toolset.
[SVN r28526]
2005-04-29 12:07:49 +00:00
Hartmut Kaiser
a78b2746c9 The T_EOF token doesn't carry the value of the previous token anymore.
[SVN r28503]
2005-04-27 10:27:20 +00:00
Hartmut Kaiser
f631c8d512 Switched to the most recent version of re2c (V0.9.7.dev).
[SVN r28491]
2005-04-26 19:21:49 +00:00
Hartmut Kaiser
1ef3c6b46e updated Wave to reflect the recent changes in the program_options library.
[SVN r28490]
2005-04-26 18:44:37 +00:00
Hartmut Kaiser
96aef5d5cc Added workaround for gcc3.3.x bug.
[SVN r28082]
2005-04-10 13:45:18 +00:00
Hartmut Kaiser
ad69b3b717 Improved error handling.
[SVN r28046]
2005-04-07 17:21:17 +00:00
Hartmut Kaiser
7789ca1366 Fixed a wrong exception specification.
[SVN r28045]
2005-04-07 17:19:11 +00:00
Hartmut Kaiser
ddf3523acf Added the first part of the MCPP validation suite to the Wave unit tests.
[SVN r28005]
2005-04-06 07:28:34 +00:00
Hartmut Kaiser
913ed7ec98 Added missing namespace specifier.
[SVN r27973]
2005-04-05 08:43:05 +00:00
Hartmut Kaiser
c98b49353d Renamed files to comply with the Boost rules.
[SVN r27971]
2005-04-05 07:34:00 +00:00
Hartmut Kaiser
1c2ca265ea Added lot of unit tests, fixed a couple of minor bugs.
[SVN r27950]
2005-04-04 11:03:51 +00:00
Hartmut Kaiser
71ab18563c Fixed #line statements no longer to refer to the full path.
[SVN r27942]
2005-04-03 08:42:23 +00:00
Hartmut Kaiser
e82b3a7877 Added a missing header.
[SVN r27926]
2005-04-02 08:27:13 +00:00
Hartmut Kaiser
5878452514 Updated Wave.
[SVN r27905]
2005-04-01 17:46:06 +00:00
Hartmut Kaiser
b7ef274181 Adjusted copyrights to reflect Boost adoption. Several minor fixes.
[SVN r27885]
2005-03-30 15:32:57 +00:00
Hartmut Kaiser
2f5197f65a Fixed the include file name conventions used during calling the preprocessing hooks.
[SVN r27710]
2005-03-16 19:36:58 +00:00
Hartmut Kaiser
d588f4f77f Added Wave V1.1.14 to the Boost CVS.
[SVN r27458]
2005-02-21 08:54:23 +00:00