Commit Graph

  • 9ab249c40f Fix date_time boo boo that was causing all regression tests to fail Beman Dawes 2007-10-10 15:49:32 +0000
  • 54b9354531 Wave: Updated Jamfiles to include Boost.DateTime. Hartmut Kaiser 2007-10-10 12:42:16 +0000
  • eea3ff60ba Blind shot trying to fix error blocking regression runs. Markus Schöpflin 2007-10-10 08:21:36 +0000
  • d5c91f620d Boost.Thread now depends on Boost.DateTime. Hartmut Kaiser 2007-10-10 02:25:35 +0000
  • 188f682eaa Wave: Silenced a couple of pedantic gcc warnings. Hartmut Kaiser 2007-10-07 14:51:46 +0000
  • 2a1d3fa629 Wave: added a missing header. Hartmut Kaiser 2007-10-06 17:54:28 +0000
  • 2ecb7bdbaa Wave: Fixed Jamfile for regression tests. Hartmut Kaiser 2007-10-06 17:43:08 +0000
  • 19b69a59df Wave: Fixed typos in comments. Hartmut Kaiser 2007-10-06 00:26:30 +0000
  • eef011ccab Wave: Fixed missing test case in regression status pages. Hartmut Kaiser 2007-10-05 23:25:09 +0000
  • f6c229cfe6 Added a compiler workaround for IntelV9.1/linux. Hartmut Kaiser 2007-10-05 22:04:04 +0000
  • 733cd588bf Starting point for releases Beman Dawes 2007-10-05 14:25:06 +0000
  • 0efb40570a Wave: Trying to fix MSVC regressions. Hartmut Kaiser 2007-10-04 23:37:25 +0000
  • b42d8c1604 Wave: Silenced a SUN compiler warning. Hartmut Kaiser 2007-10-04 17:55:20 +0000
  • c1bbec37e9 Wave: Changed an error text. Hartmut Kaiser 2007-10-04 15:01:23 +0000
  • 42fe98f4e4 Wave: Updated test to reflect recent error text changes. Hartmut Kaiser 2007-10-03 13:51:32 +0000
  • e94bcb3a83 Wave: Fixed a minor problem in the predefined macros code. Hartmut Kaiser 2007-10-03 13:44:42 +0000
  • f4fe98af63 Wave: Fixed a regex definition problem in the Slex lexer. Hartmut Kaiser 2007-10-03 13:18:23 +0000
  • 8cd2e117e2 Wave: Fixed the waveidl example Hartmut Kaiser 2007-10-02 17:24:17 +0000
  • 8806d2c7e8 [Wave] Unterminated C++/C comment diagnostics are now a warning and not an error anymore. Hartmut Kaiser 2007-10-02 15:10:05 +0000
  • d80ab98250 Wave: Fixed a bug in the Slex token class, which was the reason for some failing tests lately Hartmut Kaiser 2007-09-13 21:54:32 +0000
  • e5cecab4f7 Wave: fixed test build/Jamfile.v2 to include threading library Hartmut Kaiser 2007-09-13 21:49:01 +0000
  • 1686fa1214 Wave: Fixed test Jamfile.v2 Hartmut Kaiser 2007-08-14 01:19:20 +0000
  • f4aae6dac4 Wave: Added missing file to real_positions example, fixed corresponding Jamfile. Hartmut Kaiser 2007-08-10 15:03:46 +0000
  • 09ddadcb4b Wave: Fixed a minor issue in the real_positions example. Hartmut Kaiser 2007-08-06 14:43:54 +0000
  • 25144bd48e This commit was manufactured by cvs2svn to create tag 'Version_1_34_1'. nobody 2007-07-24 19:28:14 +0000
  • 2faaf7f871 Wave: Fixed predefined macro support to be thread safe. Hartmut Kaiser 2007-07-17 15:41:28 +0000
  • ea85bf4b28 Wave: cosmetic comment fixes. Hartmut Kaiser 2007-07-11 15:35:30 +0000
  • 42e01c0015 Wave: fixed Jamfiles. Hartmut Kaiser 2007-07-11 15:29:10 +0000
  • d372475013 Wave: made build for wave driver single threaded. Hartmut Kaiser 2007-07-07 04:27:25 +0000
  • 7aa419b744 Wave: Fixed Jamfile. Hartmut Kaiser 2007-07-07 04:05:42 +0000
  • c6ca3c8a55 Wave: Fixed namespace detail ambiguity, fixed gcc compilation problems. Hartmut Kaiser 2007-07-05 14:42:03 +0000
  • e5f489787d Wave: Changed return type of some preprocessing hooks to allow to skip the corresponding preprocessor action. Hartmut Kaiser 2007-07-04 21:56:56 +0000
  • 0a4a0a866d Wave: Fixed a bug introduced with the latest commit. Hartmut Kaiser 2007-07-04 21:37:18 +0000
  • ee70f68887 Wave: Added the BOOST_WAVE_SUPPORT_LONGLONG_INTEGER_LITERALS pp configuration constant. Hartmut Kaiser 2007-07-04 18:25:52 +0000
  • c36f1594bf Wave: fixed configuration to correctly take into account thread related settings. Hartmut Kaiser 2007-07-03 15:47:51 +0000
  • 5f1903f4b1 Wave: implemented macro introspection iterators. Hartmut Kaiser 2007-06-27 01:23:21 +0000
  • 0e9ebd8223 Wave: added handling of #import directives, fixed a problem in the Wave driver. Hartmut Kaiser 2007-06-26 19:40:04 +0000
  • 3254ccc362 Wave: Changed return value of found_nclude_file hook function. Hartmut Kaiser 2007-05-20 00:28:21 +0000
  • 4ef8f43361 Wave: replaced '' with '\xA7'. Hartmut Kaiser 2007-05-02 16:32:43 +0000
  • d624483e29 Wave: fixed compilation problem. Hartmut Kaiser 2007-04-30 19:30:21 +0000
  • 9556b1829c Wave: Added more missing #includes. Hartmut Kaiser 2007-04-05 13:06:20 +0000
  • aa0f749e09 Wave: Added missing #include <climits> to cpp_chlit_grammar.hpp. Hartmut Kaiser 2007-04-03 22:36:48 +0000
  • 2ee9960f47 Wave: Added missing #include. Hartmut Kaiser 2007-04-03 21:29:58 +0000
  • 31d06f9594 Wave: changed is_empty() to is_eoi(). Hartmut Kaiser 2007-04-03 14:02:00 +0000
  • 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). Hartmut Kaiser 2007-04-03 13:12:53 +0000
  • 07f997e321 Wave: Fixed Re2C problem when feeded with empty files. Hartmut Kaiser 2007-03-27 13:35:27 +0000
  • d7a81bccc5 Wave: Fixed a problem in the SLex C++ lexer (cpp_tokens example). Hartmut Kaiser 2007-03-23 19:28:15 +0000
  • 130775d53c Wave: Updated docs, added const specifiers. Hartmut Kaiser 2007-03-20 19:19:15 +0000
  • b415a801c0 Wave: Small documentation fix. Hartmut Kaiser 2007-03-20 19:06:02 +0000
  • f2abc6ae82 Fixed compilation problem. Hartmut Kaiser 2007-03-12 00:25:41 +0000
  • d62a8447c0 Wave: fixed --force_include behavior as discussed on the list. Hartmut Kaiser 2007-03-11 17:23:44 +0000
  • 59415cd026 Wave: Fixed the is_defined() issue. Hartmut Kaiser 2007-03-08 14:04:37 +0000
  • e0eae2e841 Wave: Reverted latest change. Hartmut Kaiser 2007-03-08 13:58:33 +0000
  • eb2fce9150 Incorporated the changes from Andrei's latest version of the flex_string class. Hartmut Kaiser 2007-03-08 02:15:14 +0000
  • 5597da7720 Added is_macro_defined() as described in the docs. Hartmut Kaiser 2007-03-06 19:28:53 +0000
  • 8717eee995 Updated the changelog. Hartmut Kaiser 2007-03-06 19:28:32 +0000
  • bee6541f6f Added is_macro_defined() as described in the docs. Hartmut Kaiser 2007-03-06 19:08:23 +0000
  • 4f47b2c781 Wave: Untabified files. Hartmut Kaiser 2007-02-25 17:45:00 +0000
  • ce6efaed9e Untabified file. Hartmut Kaiser 2007-02-25 00:55:37 +0000
  • b379b3292a Added the possibility to use static pre-compiled DFA tables for the lexertl based lexer. Hartmut Kaiser 2007-02-25 00:47:11 +0000
  • 725f6f023e Wave: fix for RTTI problem when using VC7.1/STLport. Hartmut Kaiser 2007-02-20 22:07:52 +0000
  • 6b69f87d1d Wave: fix for RTTI problem when using VC7.1/STLport. Hartmut Kaiser 2007-02-20 21:15:55 +0000
  • 5f1fd76a92 Wave: Untabified file. Hartmut Kaiser 2007-02-19 19:32:25 +0000
  • e9293805f4 Extended the Intel fix to the V9.0 compiler. Hartmut Kaiser 2007-02-15 17:23:54 +0000
  • e336237fad Try to fix Intel9.1 error. Hartmut Kaiser 2007-02-15 01:18:56 +0000
  • 378bb40c02 Try to fix Intel9.1 error. Hartmut Kaiser 2007-02-15 01:18:56 +0000
  • eaadaaac0f Fixed a wrong #include directive. Hartmut Kaiser 2007-01-31 15:00:01 +0000
  • f63b07acb1 Added missing include. Hartmut Kaiser 2007-01-31 14:57:28 +0000
  • 7de4b2a761 Added missing include. Hartmut Kaiser 2007-01-31 14:57:28 +0000
  • bcfdc2c598 Worked around a linker issue for the True64/CXX compiler, complaining about multiple defined symbols when using the flex_string class. Hartmut Kaiser 2007-01-27 22:20:20 +0000
  • 2eac08e619 Worked around a linker issue for the True64/CXX compiler, complaining about multiple defined symbols when using the flex_string class. Hartmut Kaiser 2007-01-27 22:20:20 +0000
  • 8c711a8fd1 Wave: updated for newest lexertl version. Hartmut Kaiser 2007-01-25 16:09:36 +0000
  • 1a87a383ba Wave: updated lexertl based lexer for newest version of the lexertl library. Hartmut Kaiser 2007-01-20 23:27:16 +0000
  • e98e815a48 Fixed compilation error oc gcc 4.x. Hartmut Kaiser 2007-01-14 17:13:56 +0000
  • 37c83afde0 Fixed compilation error oc gcc 4.x. Hartmut Kaiser 2007-01-14 17:13:56 +0000
  • 56f71426da Wave: fixed to minor problems related to whitespace generation and #pragma option(output: push). Hartmut Kaiser 2007-01-13 21:11:06 +0000
  • 29ad54e95a Fixed Changelog. Hartmut Kaiser 2007-01-12 23:23:49 +0000
  • ab1ae75d72 Fixed Changelog. Hartmut Kaiser 2007-01-12 23:23:49 +0000
  • be7fed080b Fixed a problem in #pragma wave option(output: pop) when -o- was specified on the command line. Hartmut Kaiser 2007-01-12 20:35:30 +0000
  • 57d097445b Wave: Fixed a problem during line counting. Hartmut Kaiser 2007-01-12 19:51:36 +0000
  • a07dbb4a40 Wave: Fixed a problem during line counting. Hartmut Kaiser 2007-01-12 19:51:36 +0000
  • da069c92b2 Wave: Fixed a problem in preserve=1 mode, when a C style comment triggered the generation of a #line directive. Hartmut Kaiser 2007-01-12 19:44:19 +0000
  • 45dec9c8a3 Wave: Fixed a problem in preserve=1 mode, when a C style comment triggered the generation of a #line directive. Hartmut Kaiser 2007-01-12 19:44:19 +0000
  • 836feceeb1 Improved error handling for #pragma option push/pop. Hartmut Kaiser 2007-01-12 13:43:13 +0000
  • 1285529889 Added pragma option values push and pop to the options line, preserve and output. Hartmut Kaiser 2007-01-12 02:12:12 +0000
  • dc8846cbf5 Added pragma option values push and pop to the options line, preserve and output. Hartmut Kaiser 2007-01-12 02:04:19 +0000
  • d5fdcf6697 Fixed documentation. Hartmut Kaiser 2007-01-10 01:49:22 +0000
  • 8455ad4950 Wave: Extended the copyright notice to include the year 2007. Hartmut Kaiser 2006-12-20 16:58:16 +0000
  • 3cf132c4d0 Wave: Extended the copyright notice to include the year 2007. Hartmut Kaiser 2006-12-20 16:58:16 +0000
  • 15e5bceb48 Wave: Extended the copyright notice to include the year 2007. Hartmut Kaiser 2006-12-20 16:38:32 +0000
  • 633465b864 Wave: deleted V1 Jamfiles. Hartmut Kaiser 2006-12-14 21:10:32 +0000
  • 172f83d4b9 Wave: untabified file. Hartmut Kaiser 2006-12-10 18:54:40 +0000
  • bc3b1dc040 Wave: Added load save of DFA tables to lexertl lexer. Hartmut Kaiser 2006-12-07 16:24:26 +0000
  • 2be5735cf4 Wave: Fixed a bug in the Slex lexer. Hartmut Kaiser 2006-12-06 18:20:00 +0000
  • 3370fbe833 Fix location of sources. Rene Rivera 2006-12-04 02:45:14 +0000
  • eb5bd7fa89 Wave: completed first version of the lexertl based lexer. Hartmut Kaiser 2006-12-02 03:06:31 +0000
  • a4908d58dd Fixed a problem in the Wave applet during handling of configuration files. Hartmut Kaiser 2006-12-02 02:26:40 +0000
  • bab5af06f2 Fixed a problem in the Wave applet during handling of configuration files. Hartmut Kaiser 2006-12-02 02:26:40 +0000
  • bdfb4ec8e8 Wave: Updated lexertl lexer. Hartmut Kaiser 2006-11-30 23:34:52 +0000
  • cf842fc02e Fixed compilation error. Hartmut Kaiser 2006-11-30 17:00:56 +0000