Thomas Nagy
|
5c85d5907d
|
FillConsoleOutputCharacterA seems to be requiring a c_char, not a c_wchar
|
2014-01-06 01:01:10 +01:00 |
|
Thomas Nagy
|
b2eb048d86
|
Cleanup in ansiterm.py
|
2014-01-06 00:58:00 +01:00 |
|
Thomas Nagy
|
001488b8d3
|
Signatures for the rest of ctype functions
|
2014-01-06 00:54:35 +01:00 |
|
Jérôme Carretero
|
33a60e79e7
|
treecleaner: 'in [...]' replaced by 'in (...)' where appropriate
|
2014-01-05 16:27:06 -05:00 |
|
Thomas Nagy
|
d01f7f36e0
|
Stop creating range objects in ansiterm
|
2014-01-05 21:47:21 +01:00 |
|
Thomas Nagy
|
f7ed219004
|
Fix for color failures on Windows 7 64-bit
|
2014-01-05 21:41:57 +01:00 |
|
Thomas Nagy
|
8d8ba52810
|
Removed the workaround in ansiterm.py
|
2014-01-05 21:39:39 +01:00 |
|
Thomas Nagy
|
e01695d536
|
Trying to get rid of the invalid handle errors in ansiterm
|
2014-01-05 21:31:54 +01:00 |
|
Thomas Nagy
|
107ebc9251
|
Trying to get rid of the invalid handle errors in ansiterm
|
2014-01-05 21:30:52 +01:00 |
|
Thomas Nagy
|
ece779b5ed
|
Temporary workaround for ctype errors (invalid handle is returned sometimes)
|
2014-01-05 20:53:13 +01:00 |
|
Thomas Nagy
|
68acc6a2b9
|
Return the column count on windows
|
2014-01-05 11:23:49 +01:00 |
|
Thomas Nagy
|
f8b24e70a9
|
Forgot to change always/never by yes/no in Options.py
|
2014-01-05 10:54:18 +01:00 |
|
Thomas Nagy
|
85bfd3eded
|
Minor changes in the logging system
|
2014-01-05 10:51:24 +01:00 |
|
Thomas Nagy
|
3deaeb241a
|
it turns out that writeconsole in ansiterm.py is not needed
|
2014-01-05 10:18:57 +01:00 |
|
Thomas Nagy
|
4107a0e29d
|
New option --color to control the coloring, and split the coloring from the output synchronization code
|
2014-01-05 01:39:32 +01:00 |
|
Thomas Nagy
|
fa5f149775
|
removed the is_vista verification, write the text by chunks and default to the default stream writer when not a tty
|
2014-01-04 23:20:17 +01:00 |
|
Thomas Nagy
|
526620f16d
|
Cleanup in ansiterm.py
|
2014-01-04 17:20:19 +01:00 |
|
Thomas Nagy
|
4ce22a6fa2
|
Typo
|
2014-01-04 12:15:21 +01:00 |
|
Thomas Nagy
|
1b34dadd88
|
Re-added Parallel.error_handler
|
2014-01-04 11:04:59 +01:00 |
|
Thomas Nagy
|
8ae91879ce
|
Revert 2f7d561cb0 - there are regressions and the performance improvement is in Pypy only
|
2014-01-03 22:32:58 +01:00 |
|
Thomas Nagy
|
5032695f26
|
Simplified the error handling on task status in Runner.py (API change)
|
2014-01-03 18:22:34 +01:00 |
|
Jérôme Carretero
|
f462fd9f31
|
extras: clang_compilation_database: python3 fixes
|
2014-01-02 18:26:10 -05:00 |
|
Thomas Nagy
|
f5e26ff749
|
make mem_reducer.py ready for python 3
|
2014-01-02 23:57:07 +01:00 |
|
Thomas Nagy
|
f098a0dde4
|
make mem_reducer.py ready for python 3
|
2014-01-02 23:56:31 +01:00 |
|
Thomas Nagy
|
2f7d561cb0
|
Runtime improvements in Runner.py by using deques by default (python >= 2.4)
|
2014-01-02 23:35:17 +01:00 |
|
Thomas Nagy
|
5fc835639e
|
Encapsulate task skipping in a method to help with the shrinking sets feature
|
2014-01-02 20:21:45 +01:00 |
|
Jérôme Carretero
|
9d6eb24abf
|
extras: gccdeps: fix for CXX_NAME (but some issues remain)
|
2014-01-02 18:13:55 +01:00 |
|
Thomas Nagy
|
44720924b6
|
case when c classes are brough by msvc but no c compiler is required, demos/c++/wscript on windows
|
2014-01-02 18:12:35 +01:00 |
|
Jérôme Carretero
|
a99ddb808f
|
extras: gccdeps: fix for CXX_NAME (but some issues remain)
|
2014-01-02 06:24:52 -05:00 |
|
Jérôme Carretero
|
6546e34176
|
Tools: ar: support for ARFLAGS environment variable
For instance, to make deterministic archives::
ARFLAGS=rcsD waf configure
|
2014-01-02 06:24:39 -05:00 |
|
Thomas Nagy
|
80bc0a65ce
|
moved the TINY_STEP variable to the module level
|
2014-01-01 19:59:59 +01:00 |
|
Thomas Nagy
|
0fad288425
|
wrong exception name in demos/subst/wscript
|
2014-01-01 16:07:19 +01:00 |
|
Thomas Nagy
|
d74a2900a3
|
wrong exception name in demos/subst/wscript
|
2014-01-01 16:07:08 +01:00 |
|
Thomas Nagy
|
118bbfbf4d
|
let ansiterm write to the standard error on windows
|
2014-01-01 15:11:32 +01:00 |
|
Thomas Nagy
|
4445b7e0b6
|
Issue 1391 xrange
|
2013-12-24 15:32:09 +01:00 |
|
Thomas Nagy
|
29252511d0
|
Issue 1390 - conf.check(lib='several libs')
|
2013-12-21 17:29:06 +01:00 |
|
Thomas Nagy
|
1b5560cf1c
|
Issue 1390 - conf.check(lib='several libs')
|
2013-12-21 17:28:50 +01:00 |
|
Thomas Nagy
|
d1eef8b272
|
Issue 1388
|
2013-12-20 18:16:56 +01:00 |
|
Thomas Nagy
|
69f73f9625
|
Issue 1388
|
2013-12-20 18:16:41 +01:00 |
|
Thomas Nagy
|
a34eda4e8f
|
Issue 1389 fc scanner improvements
|
2013-12-20 18:02:03 +01:00 |
|
Thomas Nagy
|
c24471e4c0
|
Issue 1389 fc scanner improvements
|
2013-12-20 18:00:05 +01:00 |
|
Thomas Nagy
|
88485f61bb
|
waf-1.7.14
|
2013-12-18 23:28:58 +01:00 |
|
Thomas Nagy
|
5c289a931a
|
special case of files created in the source directory in combination with update_outputs
|
2013-12-18 23:21:49 +01:00 |
|
Thomas Nagy
|
d2fcc7b7be
|
special case of files created in the source directory in combination with update_outputs
|
2013-12-18 23:21:34 +01:00 |
|
Thomas Nagy
|
be1d02c8d0
|
another optimization spot for the shrinking sets system
|
2013-12-15 17:21:17 +01:00 |
|
Thomas Nagy
|
2048f0fb89
|
another optimization spot for the shrinking sets system
|
2013-12-15 17:21:02 +01:00 |
|
Thomas Nagy
|
865abb89b7
|
shrinking sets for the memory reducer
|
2013-12-15 12:47:33 +01:00 |
|
Thomas Nagy
|
f9536abbb8
|
shrinking sets for the memory reducer
|
2013-12-15 12:47:12 +01:00 |
|
Thomas Nagy
|
6ad49ae816
|
removed the set copy to enable faster iterations
|
2013-12-15 12:19:19 +01:00 |
|
Thomas Nagy
|
a4b03b0fd6
|
removed the set copy to enable faster iterations
|
2013-12-15 12:19:01 +01:00 |
|