Gustavo J. A. M. Carneiro
|
b0976ab1ae
|
Fix win32/mingw bug running commands with command-template: needed to escape backslashes before calling shlex.split().
|
2009-06-24 18:42:07 +01:00 |
|
Gustavo J. A. M. Carneiro
|
4b6439b386
|
Handle WindowsError exception in subprocess.Popen called from _run_argv
|
2009-06-24 16:12:09 +01:00 |
|
Gustavo J. A. M. Carneiro
|
ba5c9355f6
|
Force valgrind to not be used for Python tests
|
2009-04-21 11:13:19 +01:00 |
|
Gustavo J. A. M. Carneiro
|
7ddd83ed2c
|
Detect valgrind memory leak reports; based on patch by Mathieu Lacage; closes bug #532
|
2009-04-16 16:47:02 +01:00 |
|
Gustavo J. A. M. Carneiro
|
62add283d4
|
Upgrade to WAF 1.5.4
|
2009-04-13 23:10:37 +01:00 |
|
Gustavo J. A. M. Carneiro
|
99165b12c4
|
Fix waf --pyrun bug
|
2009-02-10 17:14:41 +00:00 |
|
Gustavo J. A. M. Carneiro
|
ca8a6c03df
|
Bug #323: waf --valgrind doesn't check for valgrind first
|
2009-01-24 18:09:29 +00:00 |
|
Gustavo J. A. M. Carneiro
|
8e70ea9b96
|
Don't abuse os.chdir so much (not thread safe)
|
2009-01-18 22:47:25 +00:00 |
|
Gustavo J. A. M. Carneiro
|
587ee24f71
|
waf --run now takes either full path to a program or just the (flat) program name, for all C++ programs
|
2009-01-18 19:59:46 +00:00 |
|
Gustavo J. A. M. Carneiro
|
f19d54fddd
|
Upgrade to new WAF, work in progress
|
2008-12-29 13:28:54 +00:00 |
|
Gustavo J. A. M. Carneiro
|
80b1ce258d
|
Fix waf problem running programs with arguments.
|
2008-11-26 14:55:35 +00:00 |
|
Gustavo J. A. M. Carneiro
|
e8e8e887d7
|
Refactor wscript code to move regression testing code to a separate python module (bug 325)
|
2008-11-18 13:48:26 +00:00 |
|