2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-23 10:20:24 +01:00
Commit Graph

31 Commits

Author SHA1 Message Date
Thomas Nagy
fde332a58b Slightly better error messages 2014-02-14 21:25:38 +01:00
Thomas Nagy
4a0a7106c4 Do not climb if a command starts by 'configure' 2014-01-25 23:38:29 +01:00
Krzysztof Kosiński
1986a6a80b Interpret leftover arguments containing an equals sign
as environment variable definitions rather than commands
2014-01-25 22:28:07 +01:00
Thomas Nagy
a29f775851 Merge from Jerome's branch 2014-01-14 02:31:08 +01:00
Jérôme Carretero
33a60e79e7 treecleaner: 'in [...]' replaced by 'in (...)' where appropriate 2014-01-05 16:27:06 -05:00
Thomas Nagy
6fb96036f0 Issue 1382, hash randomization on python 3.3 causes reconfigurations 2013-11-28 20:00:50 +01:00
Thomas Nagy
de94ba37c9 enable dist/distcheck on windows, Issue 1373 2013-11-07 22:07:05 +01:00
Thomas Nagy
2f43179c39 1.7 -> 1.8 2013-10-28 21:32:25 +01:00
Thomas Nagy
feaad909d5 Missing folders for Issue 1325 2013-10-28 21:25:58 +01:00
Thomas Nagy
ed661ed41c have distclean remove the waf cache on windows 2013-10-27 14:01:38 +01:00
Thomas Nagy
6d570f08bd use os.remove instead of os.unlink for consistency 2013-05-18 19:51:45 +02:00
Caitlin Potter
1c562a034a Explicitly execute python binary (sys.executable) in distcheck
Signed-off-by: Caitlin Potter <snowball@defpixel.com>
Signed-off-by: Thomas Nagy <tnagy1024@gmail.com>
2013-04-15 14:52:15 +02:00
Thomas Nagy
54e3a901dd docs 2012-09-15 12:53:47 +02:00
Thomas Nagy
5b542ef5e5 update the exclusion regexps for waf 1.7 folders 2012-07-29 17:58:38 +02:00
Thomas Nagy
a9dbb17502 --help 2012-07-24 07:06:24 +02:00
Jerome Carretero
d00883c172 scripting: print successful completion of a task even with a progress bar, and with a better grammar 2012-05-29 09:10:00 -04:00
Thomas Nagy
3a1a855ab5 another useful profiling value is 'cumulative' 2012-04-09 23:49:07 +02:00
Thomas Nagy
328a15232c bind the timer to the context object 2012-03-03 14:01:12 +01:00
Thomas Nagy
95951a6f5d fixed the import in the code snippet for profiling 2012-02-20 02:06:16 +01:00
Thomas Nagy
86836488cc Issue 1113 2012-02-17 01:44:18 +01:00
alexrp
3368341313 Allow passing args through to 'waf configure' in 'waf distcheck'.
This adds a new option, --distcheck-args, which can be set to
specify the args that will be passed to 'waf configure' when
running 'waf distcheck'. If the option is not set, all arguments
starting with '-' passed to 'waf distcheck' are passed instead.
2012-02-11 21:24:41 +01:00
Thomas Nagy
d8f192fbc2 remove more except: lines 2012-02-11 14:31:00 +01:00
Thomas Nagy
33f0b6bdfb make sure to remove the waf cache on python 3 2012-01-08 15:49:06 +01:00
Thomas Nagy
818b605675 Fix for Issue 1076 2011-12-07 03:27:43 +01:00
Thomas Nagy
c798bbe74f avoid the exception on --help on win32 2011-11-28 19:19:25 +01:00
Thomas Nagy
7e904b7e74 #1066 2011-11-19 00:03:28 +01:00
Thomas Nagy
0584dcc093 #1066 2011-11-12 11:09:16 +01:00
Thomas Nagy
32468b86ba #1066 2011-11-09 02:54:27 +01:00
Thomas Nagy
d421f58c5c #1066: need to check if it works properly on win32 2011-11-08 01:02:57 +01:00
ita
a971973cde For consistency, execute the command-line processing in the same try-except block as other commands 2011-09-29 13:54:20 +02:00
Thomas Nagy
44a967e326 Initial commit 2011-09-10 11:13:51 +02:00