2
0
mirror of https://github.com/boostorg/wave.git synced 2026-01-30 20:32:16 +00:00
Commit Graph

140 Commits

Author SHA1 Message Date
Douglas Gregor
a335a53ac3 Add mime-type and eol-style properties as needed
[SVN r46445]
2008-06-17 13:54:46 +00:00
Hartmut Kaiser
ac8bb63e61 Wave: Fixed ticket #1985
[SVN r46083]
2008-06-03 18:08:04 +00:00
Hartmut Kaiser
a8cdaa4a20 Wave: Updated iterator for change in multi_pass
[SVN r44654]
2008-04-20 21:29:01 +00:00
Hartmut Kaiser
f7ccfb3dc0 Wave: Applied a fix for HP Tru64 compiler
[SVN r44604]
2008-04-19 20:09:11 +00:00
Hartmut Kaiser
47ed1eede2 Wave: fixing compilation using Intel compilers
[SVN r44602]
2008-04-19 19:59:59 +00:00
Hartmut Kaiser
ef3c6f606f Wave: Fixed slex test
[SVN r44483]
2008-04-17 01:56:25 +00:00
Hartmut Kaiser
6b02159942 Wave: Updated to use new Spirit Classic library structure and namespace. Lots' of minor changes and adjustments. Switched version to 2.0 since this version is not backwards compatible anymore with earlier versions.
[SVN r44381]
2008-04-13 22:39:12 +00:00
Hartmut Kaiser
afc30f4fc7 Wave: Some updates to the new 'preprocess_pragma_output' example. This fixes ticket #1752.
[SVN r44023]
2008-04-04 01:22:12 +00:00
Hartmut Kaiser
d2639cf363 Wave: Added new sample 'preprocess_pragma_output' and fixed a couple of problems (see ChangeLog).
[SVN r44020]
2008-04-03 20:09:41 +00:00
Hartmut Kaiser
a9ddc1d840 Wave: Applied a workaround for Intel compilers and for Pathscale.
[SVN r43542]
2008-03-07 22:53:13 +00:00
Hartmut Kaiser
b967f8efa7 Wave: Extended a workaround to newest Intel compiler version (Linux V10.1)
[SVN r43290]
2008-02-17 16:45:08 +00:00
Hartmut Kaiser
db5dfdda69 Wave: trying to fix stdcxx_gcc regression.
[SVN r43101]
2008-02-04 19:21:46 +00:00
Hartmut Kaiser
0f1b0ca3ac Wave: removed T_DEFINED token id from the library.
[SVN r42853]
2008-01-18 17:56:53 +00:00
Hartmut Kaiser
23bbed3024 Wave: updated copyright messages to include the year 2008 (merged from release branch).
[SVN r42502]
2008-01-05 22:44:28 +00:00
Hartmut Kaiser
dbcbc2a928 Wave: Fixed #line statements in generated files not to contain Windows paths anymore.
[SVN r41285]
2007-11-21 17:53:37 +00:00
Hartmut Kaiser
97afe9065a Wave: Fixed Jamfiles.
[SVN r39894]
2007-10-10 16:44:29 +00:00
Hartmut Kaiser
54b9354531 Wave: Updated Jamfiles to include Boost.DateTime.
[SVN r39890]
2007-10-10 12:42:16 +00:00
Hartmut Kaiser
f6c229cfe6 Added a compiler workaround for IntelV9.1/linux.
[SVN r39718]
2007-10-05 22:04:04 +00:00
Hartmut Kaiser
f4fe98af63 Wave: Fixed a regex definition problem in the Slex lexer.
[SVN r39673]
2007-10-03 13:18:23 +00:00
Hartmut Kaiser
8cd2e117e2 Wave: Fixed the waveidl example
[SVN r39654]
2007-10-02 17:24:17 +00:00
Hartmut Kaiser
8806d2c7e8 [Wave] Unterminated C++/C comment diagnostics are now a warning and not an error anymore.
[SVN r39651]
2007-10-02 15:10:05 +00:00
Hartmut Kaiser
d80ab98250 Wave: Fixed a bug in the Slex token class, which was the reason for some failing tests lately
[SVN r39251]
2007-09-13 21:54:32 +00:00
Hartmut Kaiser
f4aae6dac4 Wave: Added missing file to real_positions example, fixed corresponding Jamfile.
[SVN r38568]
2007-08-10 15:03:46 +00:00
Hartmut Kaiser
09ddadcb4b Wave: Fixed a minor issue in the real_positions example.
[SVN r38475]
2007-08-06 14:43:54 +00:00
Hartmut Kaiser
e5f489787d Wave: Changed return type of some preprocessing hooks to allow to skip the corresponding preprocessor action.
[SVN r38143]
2007-07-04 21:56:56 +00:00
Hartmut Kaiser
0e9ebd8223 Wave: added handling of #import directives, fixed a problem in the Wave driver.
[SVN r38100]
2007-06-26 19:40:04 +00:00
Hartmut Kaiser
3254ccc362 Wave: Changed return value of found_nclude_file hook function.
[SVN r37716]
2007-05-20 00:28:21 +00:00
Hartmut Kaiser
31d06f9594 Wave: changed is_empty() to is_eoi().
[SVN r37345]
2007-04-03 14:02:00 +00:00
Hartmut Kaiser
b067624e87 Wave: Added the is_empty() function to token classes, returning true if the token has been initialized to be the end of input token (T_EOI).
[SVN r37344]
2007-04-03 13:12:53 +00:00
Hartmut Kaiser
d7a81bccc5 Wave: Fixed a problem in the SLex C++ lexer (cpp_tokens example).
[SVN r37274]
2007-03-23 19:28:15 +00:00
Hartmut Kaiser
4f47b2c781 Wave: Untabified files.
[SVN r37065]
2007-02-25 17:45:00 +00:00
Hartmut Kaiser
ce6efaed9e Untabified file.
[SVN r37059]
2007-02-25 00:55:37 +00:00
Hartmut Kaiser
b379b3292a Added the possibility to use static pre-compiled DFA tables for the lexertl based lexer.
[SVN r37058]
2007-02-25 00:47:11 +00:00
Hartmut Kaiser
725f6f023e Wave: fix for RTTI problem when using VC7.1/STLport.
[SVN r37024]
2007-02-20 22:07:52 +00:00
Hartmut Kaiser
5f1fd76a92 Wave: Untabified file.
[SVN r37007]
2007-02-19 19:32:25 +00:00
Hartmut Kaiser
eaadaaac0f Fixed a wrong #include directive.
[SVN r36861]
2007-01-31 15:00:01 +00:00
Hartmut Kaiser
8c711a8fd1 Wave: updated for newest lexertl version.
[SVN r36785]
2007-01-25 16:09:36 +00:00
Hartmut Kaiser
1a87a383ba Wave: updated lexertl based lexer for newest version of the lexertl library.
[SVN r36764]
2007-01-20 23:27:16 +00:00
Hartmut Kaiser
dc8846cbf5 Added pragma option values push and pop to the options line, preserve and output.
[SVN r36698]
2007-01-12 02:04:19 +00:00
Hartmut Kaiser
3cf132c4d0 Wave: Extended the copyright notice to include the year 2007.
[SVN r36469]
2006-12-20 16:58:16 +00:00
Hartmut Kaiser
633465b864 Wave: deleted V1 Jamfiles.
[SVN r36394]
2006-12-14 21:10:32 +00:00
Hartmut Kaiser
172f83d4b9 Wave: untabified file.
[SVN r36313]
2006-12-10 18:54:40 +00:00
Hartmut Kaiser
bc3b1dc040 Wave: Added load save of DFA tables to lexertl lexer.
[SVN r36289]
2006-12-07 16:24:26 +00:00
Hartmut Kaiser
2be5735cf4 Wave: Fixed a bug in the Slex lexer.
[SVN r36288]
2006-12-06 18:20:00 +00:00
Hartmut Kaiser
eb5bd7fa89 Wave: completed first version of the lexertl based lexer.
[SVN r36238]
2006-12-02 03:06:31 +00:00
Hartmut Kaiser
bdfb4ec8e8 Wave: Updated lexertl lexer.
[SVN r36218]
2006-11-30 23:34:52 +00:00
Hartmut Kaiser
cf842fc02e Fixed compilation error.
[SVN r36215]
2006-11-30 17:00:56 +00:00
Hartmut Kaiser
c31b153857 Wave: minor pending changes.
[SVN r36212]
2006-11-30 13:27:56 +00:00
Hartmut Kaiser
9a56d46717 Added the support_option_insert_whitespace language option.
[SVN r36211]
2006-11-30 13:22:39 +00:00
Hartmut Kaiser
fae2ae258e Wave: Added boost_system to jamfiles.
[SVN r36205]
2006-11-30 00:34:58 +00:00