2
0
mirror of https://github.com/boostorg/wave.git synced 2026-01-23 06:02:18 +00:00

12 Commits

Author SHA1 Message Date
René Ferdinand Rivera Morell
7ce8b53d9d Add support for modular build structure. (#214)
* Make the library modular usable.

* Switch to library requirements instead of source. As source puts extra source in install targets.

* Add wave tool build to all target.

* Add missing NO_LIB usage requirements.

* Add requires-b2 check to top-level build file.

* Bump B2 require to 5.2

* Change all <source> references to <library>.

* Move inter-lib dependencies to a project variable and into the build targets.

* Update build deps.
2024-08-26 22:01:03 -07:00
Jeff Trull
572f4f644a Clean up C++11 requirements further (#157)
- Test the requirement of "constexpr" for the deprecation error
- Ensure C++11 requirements are checked for the samples build
2022-03-09 14:49:54 -08:00
Jeff Trull
8504d24bf8 Introduce a new sample that checks macro naming conventions (#97)
* Introduce a new sample that checks macro naming conventions

This has a direct use in Boost's own QA checks and demonstrates
the use of macro definition and include guard callbacks, as well
as Boost.Filesystem.
2020-06-15 13:22:21 -07:00
Hartmut Kaiser
2d58e13c57 Wave: added new preprocessing hook: emit_line_directive, fixed a couple related problems, added new example
[SVN r60818]
2010-03-24 23:37:24 +00:00
Hartmut Kaiser
183f5cae8a Wave: added found_unknown_directive preprocessing hook
[SVN r59537]
2010-02-06 23:23:31 +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
8895b44419 Wave: Added token_statistics sample.
[SVN r36157]
2006-11-23 02:01:33 +00:00
Hartmut Kaiser
8373f59803 Added new pp hook: generated_token().
[SVN r35910]
2006-11-08 03:41:09 +00:00
Hartmut Kaiser
99c014af40 Another try to fix the SunPro issue.
[SVN r34459]
2006-07-04 20:04:32 +00:00
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
1742c69fd2 Added advanced hooks and a new sample.
[SVN r31551]
2005-11-04 02:34:17 +00:00
Hartmut Kaiser
d588f4f77f Added Wave V1.1.14 to the Boost CVS.
[SVN r27458]
2005-02-21 08:54:23 +00:00