Commit Graph

885 Commits

Author SHA1 Message Date
Hartmut Kaiser
8773a3b748 Fixed a possible Boost.Filesystem exception.
[SVN r33317]
2006-03-11 04:12:08 +00:00
Hartmut Kaiser
75aa220e94 Fixed a stupid compilation problem.
[SVN r33315]
2006-03-10 15:28:40 +00:00
Hartmut Kaiser
6cb106cc74 Documentation fix.
[SVN r33259]
2006-03-07 19:20:59 +00:00
Hartmut Kaiser
3d3aa6ec65 Documentation fix.
[SVN r33258]
2006-03-07 19:19:28 +00:00
Hartmut Kaiser
251bc128ba Wave: enabled one new testcase.
[SVN r33221]
2006-03-03 22:46:05 +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
f859c951db Added a new testcase.
[SVN r33167]
2006-02-28 04:07:24 +00:00
Hartmut Kaiser
add21dc6e5 Fixed a problem in the expression parser value type.
[SVN r33166]
2006-02-28 03:57:03 +00:00
Hartmut Kaiser
b79287fa42 Fixed two bugs related to file inclusion.
[SVN r33130]
2006-02-27 02:28:24 +00:00
Hartmut Kaiser
58f8657040 Doc update.
[SVN r33108]
2006-02-25 21:49:48 +00:00
Hartmut Kaiser
ca4b7b5934 Doc update.
[SVN r33107]
2006-02-25 21:41:50 +00:00
Hartmut Kaiser
cd344b9dd7 Added comment for Boost V1.34.0.
[SVN r33106]
2006-02-25 18:27:22 +00:00
Hartmut Kaiser
9f075dccaa Fixed a typo.
[SVN r33105]
2006-02-25 18:24:58 +00:00
Vladimir Prus
c19aacc1d9 Disable rtti for all msvc version, hopefully this wil fix the remaining failure
[SVN r33023]
2006-02-20 14:33:45 +00:00
Vladimir Prus
fff13eb43f Fix up DLL linking
[SVN r32958]
2006-02-16 09:59:15 +00:00
Vladimir Prus
dcb7e2f708 Set <define>BOOST_ALL_DYN_LINK=1 for shared lib
[SVN r32957]
2006-02-16 09:45:11 +00:00
Vladimir Prus
6bd8b962ac Disable autolink
[SVN r32914]
2006-02-14 08:06:31 +00:00
Vladimir Prus
70a75ec0d5 Fix Wave tests on Windows, with BBV2.
Patch from Alexey Pakhunov.


[SVN r32879]
2006-02-13 07:30:25 +00:00
Vladimir Prus
c53d826b6a Update Jamfile.v2
[SVN r32766]
2006-02-09 11:07:56 +00:00
Vladimir Prus
a128794309 Add Jamfile.v2
[SVN r32726]
2006-02-08 10:00:15 +00:00
Hartmut Kaiser
b006a74d66 Fixed a missing entry in te data initialisation of the Wave token cache.
[SVN r32414]
2006-01-25 20:10:04 +00:00
Hartmut Kaiser
bec79d5e56 Fixed Wave Jamfiles.
[SVN r32408]
2006-01-24 19:17:31 +00:00
Hartmut Kaiser
a493efd766 [Wave] Moved token_id query functions to a separate source file.
[SVN r32378]
2006-01-23 17:03:16 +00:00
Hartmut Kaiser
e84efe1220 Wave now correctly recognizes pp-number tokens.
[SVN r32374]
2006-01-23 03:45:35 +00:00
Hartmut Kaiser
a3f6f97ae1 Added a diagnostic message to the wave driver if a #pragma wave system() is found without the -x command line option.
[SVN r32346]
2006-01-18 01:53:24 +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
95d803df7b Made the wave::context<> type noncopyable.
[SVN r32331]
2006-01-16 02:57:05 +00:00
Hartmut Kaiser
7ddd9e92a6 Added missing calls to the skipped_token() pp hook function.
[SVN r32314]
2006-01-13 18:17:30 +00:00
Hartmut Kaiser
f09d7d60c7 Fixed Boost bug 1395857.
[SVN r32212]
2006-01-03 15:24:09 +00:00
Hartmut Kaiser
8b87cd0211 Added a missing throw() specification.
[SVN r32200]
2006-01-01 21:38:43 +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
ec34f70a79 Made Wave test output less verbose.
[SVN r32108]
2005-12-19 17:41:47 +00:00
Hartmut Kaiser
5b8ab90dbd Switched to re2c V0.9.11.
[SVN r32106]
2005-12-19 17:32:38 +00:00
Hartmut Kaiser
00fa5bd6cf Fixed a (Windows specific) problem in Wave which sometimes throwed a boost::file_system exception.
[SVN r32105]
2005-12-19 17:16:13 +00:00
Hartmut Kaiser
5839df80a9 Fixed a bogus assertion in Wave.
[SVN r32095]
2005-12-18 21:11:41 +00:00
Hartmut Kaiser
8916d4ad54 Fixed a bug wrt error propagation in the Wave expression parser.
[SVN r32058]
2005-12-15 03:00:38 +00:00
Hartmut Kaiser
5f110486a9 Fixed missing #pragma warning(pop) directives in Wave.
[SVN r32057]
2005-12-15 02:15:57 +00:00
Hartmut Kaiser
cd419d7475 Added config support for Wave #pragma command directives.
[SVN r31980]
2005-12-11 00:15:17 +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
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
fbc913d155 Fixed a error recovery problem in Wave.
[SVN r31935]
2005-12-06 16:04:56 +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
5e458d3eee Fixed a CW9.4 issue.
[SVN r31889]
2005-12-03 17:18:50 +00:00
Hartmut Kaiser
27a40b73a5 Pending commit...
[SVN r31868]
2005-12-01 20:43:26 +00:00
Hartmut Kaiser
f1e216d4e4 removed a incompatibility with older versions.
[SVN r31867]
2005-12-01 18:38:04 +00:00
Hartmut Kaiser
a8880c23de Merged the new whitespca handling policy with the existing preprocessing hooks.
[SVN r31864]
2005-12-01 17:58:43 +00:00
Hartmut Kaiser
06d43eb43f Fixed a gcc compilation error.
[SVN r31850]
2005-12-01 01:57:54 +00:00