Robert Lenhardt
73d3e36637
always use boost filesystem streams to open files
2018-09-28 16:22:34 +02:00
Abel Sinkovics
4474a5ce8c
Add -Werror support
2017-09-16 22:49:22 +02:00
Hartmut Kaiser
82aee622a6
Wave:
...
- Added util::create_directories() wrapper to account for new behavior of boost::filesystem::create_directories().
- Added a new command line option --license=<file> to the Wave driver tool which allows to pre-pend the content of a (license) file to every newly created file. This option simplifies the implementation of partial preprocessing as done on Phoenix, Fusion, etc.
[SVN r79786]
2012-07-28 14:16:37 +00:00
Hartmut Kaiser
f441ea8aed
Wave: Changed --c++0x command line option to --c++11.
...
[SVN r79685]
2012-07-22 23:12:11 +00:00
Hartmut Kaiser
e5ac1ca3b3
Wave: updating copyrights, minor fixes, bumping version number for release
...
[SVN r78555]
2012-05-23 14:41:35 +00:00
Hartmut Kaiser
277d3d79b0
Wave: minor edits
...
[SVN r72116]
2011-05-23 02:02:40 +00:00
Hartmut Kaiser
3cd74d9e3e
Wave: bumped version number (V2.3), fixed a problem in interactive mode of Wave driver
...
[SVN r71833]
2011-05-08 18:34:58 +00:00
Hartmut Kaiser
040c4d33d6
Wave: added new command line option --noexpand/-N
...
[SVN r71779]
2011-05-07 15:13:45 +00:00
Hartmut Kaiser
feb1e9ccdb
Wave: updated copyrights, added C++0x mode to docs, added predefined macros for C++0x mode
...
[SVN r67894]
2011-01-09 22:19:16 +00:00
Hartmut Kaiser
55752997a3
Wave: more work on C++0x support, fixed a macro expansion problem
...
[SVN r67117]
2010-12-09 01:44:51 +00:00
Hartmut Kaiser
dc832745b7
Wave: fixing Wave for Boost Filesystem V3, which is now the default, changed build system for Wave tool to disable threading
...
[SVN r67093]
2010-12-08 01:29:47 +00:00
Hartmut Kaiser
2c34ab5d57
Wave: added new preprocessing hook: emit_line_directive, added corresponding functionality to wave driver
...
[SVN r60819]
2010-03-24 23:38:12 +00:00
Hartmut Kaiser
b61ae31acc
Wave: updating copyrights, fixing issues introduced by latest changes to multi_pass.
...
[SVN r58715]
2010-01-05 17:30:27 +00:00
Hartmut Kaiser
aa8030e5f1
Wave: added preprocessing hook to detect #pragma once directives or include guards
...
[SVN r56276]
2009-09-17 17:54:07 +00:00
Hartmut Kaiser
72b796a248
Wave: added --macrocounts/-c command line option to wave driver tool allowing to collect macro invocation counts
...
[SVN r53586]
2009-06-03 01:06:42 +00:00
Douglas Gregor
bb92cf4d47
Add includes needed to build the wave preprocessor executable with a modularized tree
...
[SVN r52802]
2009-05-06 15:17:51 +00:00
Hartmut Kaiser
af4c016496
Wave: Added missing std:: qualifiers
...
[SVN r52409]
2009-04-15 23:58:49 +00:00
Hartmut Kaiser
4cc8bb6365
Wave: now compiles even with BOOST_FILESYSTEM_NO_DEPRECATED defined
...
[SVN r51679]
2009-03-10 01:35:54 +00:00
Hartmut Kaiser
d63da08b41
Wave: updating copyrights
...
[SVN r50638]
2009-01-16 18:34:31 +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
cdb5d64051
Wave: Started to add testing of preprocessor hooks.
...
[SVN r43540]
2008-03-07 19:51:26 +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
2faaf7f871
Wave: Fixed predefined macro support to be thread safe.
...
[SVN r38254]
2007-07-17 15:41:28 +00:00
Hartmut Kaiser
c36f1594bf
Wave: fixed configuration to correctly take into account thread related settings.
...
[SVN r38134]
2007-07-03 15:47:51 +00:00
Hartmut Kaiser
5f1903f4b1
Wave: implemented macro introspection iterators.
...
[SVN r38104]
2007-06-27 01:23:21 +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
d62a8447c0
Wave: fixed --force_include behavior as discussed on the list.
...
[SVN r37169]
2007-03-11 17:23:44 +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
bab5af06f2
Fixed a problem in the Wave applet during handling of configuration files.
...
[SVN r36237]
2006-12-02 02:26:40 +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
6bd6cd8ef7
Wave: Added error handler hook.
...
[SVN r35630]
2006-10-16 14:39:59 +00:00
Hartmut Kaiser
74f4174791
Pending changes...
...
[SVN r35212]
2006-09-19 17:13:50 +00:00
Hartmut Kaiser
fd49e19ccd
Fixed the wave applet not to report an error of a missing #ifdef interactive mode.
...
[SVN r35209]
2006-09-19 16:27:20 +00:00
Hartmut Kaiser
2536de0389
Wave: improved error handling and some diagnostics, added corresponding tests.
...
[SVN r35186]
2006-09-18 23:24:30 +00:00
Hartmut Kaiser
2693461aa0
Improved cfg file handling in the wave driver applet.
...
[SVN r34949]
2006-08-25 17:37:00 +00:00
Hartmut Kaiser
61758d08ec
Wave: Fixed a bug resulting in a crash if a macro was redefined with a shorter expansion list as it was defined initially. Added a corresponding test case.
...
[SVN r34926]
2006-08-23 01:40:23 +00:00
Hartmut Kaiser
ed8761fe72
Stripped leading and trailing whitespace for all lines in a config file (Wave driver tool).
...
[SVN r34389]
2006-06-24 21:47:45 +00:00
Hartmut Kaiser
56006e45fd
Changed 'evaluated_conditional_expression()' pp hook.
...
[SVN r33962]
2006-05-14 16:41:00 +00:00
Hartmut Kaiser
fc74d27d88
Fixed the Wave tool to return the number of errors occured.
...
[SVN r33910]
2006-05-02 23:07:57 +00:00
Hartmut Kaiser
1c153e7ed5
Fixed Wave compilation errors on gcc.
...
[SVN r33744]
2006-04-19 14:56:33 +00:00
Hartmut Kaiser
24fe8e51fe
Fixed the macro tracing information to contain the column numbers of the macro definitions as well (the format used is the same as for error messages)..
...
[SVN r33420]
2006-03-21 15:31:42 +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
be57d3db18
Added -x [--extended] command line argument to enable the #pragma wave system() directive.
...
[SVN r32345]
2006-01-18 00:01:38 +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
c14a346bcd
Corrected the -E option to not operate on stdin input.
...
[SVN r31948]
2005-12-08 01:49:39 +00:00
Hartmut Kaiser
5f7593b525
Added the -E option to the Wave driver.
...
[SVN r31947]
2005-12-08 01:43:20 +00:00
Hartmut Kaiser
4ab5d0623e
Fixed error recovery in the Wave sample.
...
[SVN r31925]
2005-12-06 02:12:56 +00:00
Hartmut Kaiser
a8db57d4e6
Added partial error recovery support to Wave.
...
[SVN r31924]
2005-12-06 00:17:59 +00:00
Hartmut Kaiser
f1e216d4e4
removed a incompatibility with older versions.
...
[SVN r31867]
2005-12-01 18:38:04 +00:00