Commit Graph

  • 37f051a3a2 Enable custom regexp in bld(features='subst', re_m4=...) Thomas Nagy 2014-01-14 19:58:45 +0100
  • 3581b89fbb
    Enable custom regexp in bld(features='subst', re_m4=...) Thomas Nagy 2014-01-14 19:58:45 +0100
  • a29f775851 Merge from Jerome's branch Thomas Nagy 2014-01-14 02:31:08 +0100
  • f035709cfb Testcase for the mem_reducer tool Thomas Nagy 2014-01-12 21:35:33 +0100
  • 44c4fe8b6e Testcase for the mem_reducer tool Thomas Nagy 2014-01-12 21:35:33 +0100
  • b11454526d Fixed the KeyError for multiple dependencies on the same task Thomas Nagy 2014-01-12 21:19:49 +0100
  • d778b64c11 Fixed the KeyError for multiple dependencies on the same task and added imported the missing Logs module Thomas Nagy 2014-01-12 21:15:32 +0100
  • 08de887cfb undefined variable in an example file Thomas Nagy 2014-01-12 19:53:14 +0100
  • f7e709fa2d undefined variable in an example file Thomas Nagy 2014-01-12 19:53:14 +0100
  • 010b944062 typo Thomas Nagy 2014-01-12 19:49:31 +0100
  • 0e7df22ad5 Utils: check_exe() to return an absolute path so it can be called Jérôme Carretero 2014-01-08 01:58:03 -0500
  • 12b1212f4d
    command-line options override environment variables, and not the other way around Thomas Nagy 2014-01-06 15:00:45 +0100
  • 9db44ff4a5
    Removed the temporary range objects from ansiterm Thomas Nagy 2014-01-06 13:03:27 +0100
  • 0cc696faa3
    Invalid parameter type c_int passed to FillConsoleOutputCharacterA Thomas Nagy 2014-01-06 01:14:21 +0100
  • cb3950ed1c
    Invalid parameter type c_int passed to FillConsoleOutputCharacterA Thomas Nagy 2014-01-06 01:12:24 +0100
  • 5c85d5907d
    FillConsoleOutputCharacterA seems to be requiring a c_char, not a c_wchar Thomas Nagy 2014-01-06 01:01:10 +0100
  • b2eb048d86
    Cleanup in ansiterm.py Thomas Nagy 2014-01-06 00:58:00 +0100
  • 001488b8d3
    Signatures for the rest of ctype functions Thomas Nagy 2014-01-06 00:54:35 +0100
  • 33a60e79e7 treecleaner: 'in [...]' replaced by 'in (...)' where appropriate Jérôme Carretero 2014-01-05 16:27:06 -0500
  • d01f7f36e0
    Stop creating range objects in ansiterm Thomas Nagy 2014-01-05 21:47:21 +0100
  • f7ed219004
    Fix for color failures on Windows 7 64-bit Thomas Nagy 2014-01-05 21:41:57 +0100
  • 8d8ba52810
    Removed the workaround in ansiterm.py Thomas Nagy 2014-01-05 21:39:39 +0100
  • e01695d536
    Trying to get rid of the invalid handle errors in ansiterm Thomas Nagy 2014-01-05 21:31:54 +0100
  • 107ebc9251
    Trying to get rid of the invalid handle errors in ansiterm Thomas Nagy 2014-01-05 21:30:52 +0100
  • ece779b5ed
    Temporary workaround for ctype errors (invalid handle is returned sometimes) Thomas Nagy 2014-01-05 20:53:13 +0100
  • 68acc6a2b9
    Return the column count on windows Thomas Nagy 2014-01-05 11:23:49 +0100
  • f8b24e70a9
    Forgot to change always/never by yes/no in Options.py Thomas Nagy 2014-01-05 10:54:18 +0100
  • 85bfd3eded
    Minor changes in the logging system Thomas Nagy 2014-01-05 10:51:24 +0100
  • 3deaeb241a
    it turns out that writeconsole in ansiterm.py is not needed Thomas Nagy 2014-01-05 10:18:57 +0100
  • 4107a0e29d
    New option --color to control the coloring, and split the coloring from the output synchronization code Thomas Nagy 2014-01-05 01:39:32 +0100
  • fa5f149775
    removed the is_vista verification, write the text by chunks and default to the default stream writer when not a tty Thomas Nagy 2014-01-04 23:20:17 +0100
  • 526620f16d
    Cleanup in ansiterm.py Thomas Nagy 2014-01-04 17:20:19 +0100
  • 4ce22a6fa2
    Typo Thomas Nagy 2014-01-04 12:15:21 +0100
  • 1b34dadd88
    Re-added Parallel.error_handler Thomas Nagy 2014-01-04 11:04:59 +0100
  • 8ae91879ce
    Revert 2f7d561cb0 - there are regressions and the performance improvement is in Pypy only Thomas Nagy 2014-01-03 22:32:58 +0100
  • 5032695f26
    Simplified the error handling on task status in Runner.py (API change) Thomas Nagy 2014-01-03 18:22:34 +0100
  • f462fd9f31 extras: clang_compilation_database: python3 fixes Jérôme Carretero 2014-01-02 18:16:07 -0500
  • f5e26ff749 make mem_reducer.py ready for python 3 Thomas Nagy 2014-01-02 23:56:31 +0100
  • f098a0dde4
    make mem_reducer.py ready for python 3 Thomas Nagy 2014-01-02 23:56:31 +0100
  • 2f7d561cb0
    Runtime improvements in Runner.py by using deques by default (python >= 2.4) Thomas Nagy 2014-01-02 23:35:17 +0100
  • 5fc835639e
    Encapsulate task skipping in a method to help with the shrinking sets feature Thomas Nagy 2014-01-02 20:21:45 +0100
  • 9d6eb24abf extras: gccdeps: fix for CXX_NAME (but some issues remain) Jérôme Carretero 2014-01-02 06:24:01 -0500
  • 44720924b6 case when c classes are brough by msvc but no c compiler is required, demos/c++/wscript on windows Thomas Nagy 2014-01-02 18:12:35 +0100
  • a99ddb808f extras: gccdeps: fix for CXX_NAME (but some issues remain) Jérôme Carretero 2014-01-02 06:24:01 -0500
  • 6546e34176 Tools: ar: support for ARFLAGS environment variable Jérôme Carretero 2014-01-02 06:22:34 -0500
  • 80bc0a65ce
    moved the TINY_STEP variable to the module level Thomas Nagy 2014-01-01 19:59:59 +0100
  • 0fad288425 wrong exception name in demos/subst/wscript Thomas Nagy 2014-01-01 16:07:08 +0100
  • d74a2900a3 wrong exception name in demos/subst/wscript Thomas Nagy 2014-01-01 16:07:08 +0100
  • 118bbfbf4d let ansiterm write to the standard error on windows Thomas Nagy 2014-01-01 15:11:32 +0100
  • 4445b7e0b6 Issue 1391 xrange Thomas Nagy 2013-12-24 15:31:45 +0100
  • 29252511d0 Issue 1390 - conf.check(lib='several libs') Thomas Nagy 2013-12-21 17:28:50 +0100
  • 1b5560cf1c Issue 1390 - conf.check(lib='several libs') Thomas Nagy 2013-12-21 17:28:50 +0100
  • d1eef8b272 Issue 1388 Thomas Nagy 2013-12-20 18:16:41 +0100
  • 69f73f9625 Issue 1388 Thomas Nagy 2013-12-20 18:16:41 +0100
  • a34eda4e8f Issue 1389 fc scanner improvements Thomas Nagy 2013-12-20 18:00:05 +0100
  • c24471e4c0 Issue 1389 fc scanner improvements Thomas Nagy 2013-12-20 18:00:05 +0100
  • 88485f61bb waf-1.7.14 waf-1.7.14 Thomas Nagy 2013-12-18 23:28:58 +0100
  • 5c289a931a special case of files created in the source directory in combination with update_outputs Thomas Nagy 2013-12-18 23:21:34 +0100
  • d2fcc7b7be special case of files created in the source directory in combination with update_outputs Thomas Nagy 2013-12-18 23:21:34 +0100
  • be1d02c8d0 another optimization spot for the shrinking sets system Thomas Nagy 2013-12-15 17:21:02 +0100
  • 2048f0fb89 another optimization spot for the shrinking sets system Thomas Nagy 2013-12-15 17:21:02 +0100
  • 865abb89b7 shrinking sets for the memory reducer Thomas Nagy 2013-12-15 12:47:12 +0100
  • f9536abbb8 shrinking sets for the memory reducer Thomas Nagy 2013-12-15 12:47:12 +0100
  • 6ad49ae816 removed the set copy to enable faster iterations Thomas Nagy 2013-12-15 12:19:01 +0100
  • a4b03b0fd6 removed the set copy to enable faster iterations Thomas Nagy 2013-12-15 12:19:01 +0100
  • 48823f947f Memory usage reducer, based on a post to the mailing-list by Christian Nilsendahl Thomas Nagy 2013-12-12 15:26:56 +0100
  • 6d05e237d2 Memory usage reducer, based on a post to the mailing-list by Christian Nilsendahl Thomas Nagy 2013-12-12 15:26:56 +0100
  • c3e33a5eeb Issue 1384 - pickle changes in Python 3.4 Thomas Nagy 2013-12-07 20:17:43 +0100
  • c09de54b82 Issue 1384 - pickle changes in Python 3.4 Thomas Nagy 2013-12-07 20:17:43 +0100
  • ea549ae36e Issue 1382, hash randomization on python 3.3 causes reconfigurations Thomas Nagy 2013-11-28 20:00:50 +0100
  • 6fb96036f0 Issue 1382, hash randomization on python 3.3 causes reconfigurations Thomas Nagy 2013-11-28 20:00:50 +0100
  • 16c0bc9d2b problem when merging qt5.py (no run method) Thomas Nagy 2013-11-24 18:24:03 +0100
  • 5664664a1a regression in qt4.py when adding qt5.py Thomas Nagy 2013-11-24 17:58:50 +0100
  • cf75dc3308 qt5 tool Thomas Nagy 2013-11-24 14:19:28 +0100
  • 1a2e877d33 qt5 tool Thomas Nagy 2013-11-24 12:55:52 +0100
  • bccf38b50a Issue 1381 - moc file caching Thomas Nagy 2013-11-23 12:50:39 +0100
  • c7c299ddf0 unused variable Thomas Nagy 2013-11-17 13:24:14 +0100
  • 2226ee472f notes Thomas Nagy 2013-11-17 01:09:04 +0100
  • 5fa6fb7c8e Issue 1379, nasm trailing slashes Thomas Nagy 2013-11-16 20:13:41 +0100
  • c521b1d076 Issue 1379, nasm trailing slashes Thomas Nagy 2013-11-16 20:13:41 +0100
  • d3191f574b handle empty defines when pasting tokens Thomas Nagy 2013-11-15 23:24:51 +0100
  • 346601b103 handle empty defines when pasting tokens Thomas Nagy 2013-11-15 23:24:51 +0100
  • afad85cb6d Issue 1377 Thomas Nagy 2013-11-15 18:20:25 +0100
  • 797b935305 Issue 1377 Thomas Nagy 2013-11-15 18:20:25 +0100
  • fb022f4787 do not convert to png anymore, and added a templating engine to replace the string appending Thomas Nagy 2013-11-14 22:44:12 +0100
  • 4953daf3d4 Issue 1376: Hide commands starting by _ Thomas Nagy 2013-11-12 21:25:09 +0100
  • 7b6c4e2c9d inconsistent tabs/spaces Thomas Nagy 2013-11-10 19:53:56 +0100
  • cc6de0b989 Guess the console columns in the general case by trying stderr and then stdout Thomas Nagy 2013-11-10 06:02:04 +0100
  • a2691d82dd variants docs, Issue 1147 Thomas Nagy 2013-11-10 06:00:17 +0100
  • ecc1f63a63 moved imports to the top Thomas Nagy 2013-11-10 05:32:50 +0100
  • 6055744a5f Use explicit imports in ansiterm.py Thomas Nagy 2013-11-10 05:27:18 +0100
  • 603af4ce6a docs Thomas Nagy 2013-11-09 15:29:22 +0100
  • 6470326caf missing change Thomas Nagy 2013-11-08 22:46:51 +0100
  • 8571c15a1b missing change Thomas Nagy 2013-11-08 22:46:51 +0100
  • dcd6184d3f Issue 1372 version detection for old and buggy sun compilers Thomas Nagy 2013-11-08 22:45:11 +0100
  • ec7c651394 Issue 1372 version detection for old and buggy sun compilers Thomas Nagy 2013-11-08 22:45:11 +0100
  • 067ade9a40 Issue 1375, doxygen and paths containing spaces Thomas Nagy 2013-11-07 23:11:57 +0100
  • de94ba37c9 enable dist/distcheck on windows, Issue 1373 Thomas Nagy 2013-11-07 22:07:05 +0100
  • 3884124886 Issue 1371 Thomas Nagy 2013-11-03 00:14:04 +0100
  • 2f43179c39 1.7 -> 1.8 Thomas Nagy 2013-10-28 21:32:25 +0100