Waf Project
89cd97a8d8
waf-2.1.4
2024-11-13 03:08:11 +08:00
Waf Project
627780cbb7
Remove old __future references__
2024-11-13 01:10:08 +08:00
Waf Project
d89cab923f
waf-2.1.3
2024-10-28 18:10:08 +01:00
Waf Project
91e8dcb5d0
waf-2.1.2
2024-07-15 07:32:34 +08:00
Waf Project
0d2f819d1e
waf-2.1.1
2024-05-21 20:52:15 +02:00
Thomas Nagy
ff0a8cec14
Support SOURCE_DATE_EPOCH in some places
2023-02-12 10:42:11 +01:00
Thomas Nagy
7b912a0439
Ensure signed waf files can be created using Python3
2022-10-02 01:50:14 +02:00
Thomas Nagy
142fe5016a
The future version will be 2.1.0
2019-11-03 10:45:20 +01:00
Thomas Nagy
fbee1a19d2
Tune the application name on --help #2254
2019-10-14 07:59:40 +02:00
Thomas Nagy
ea17399be6
waf-2.0.18
2019-07-14 10:44:58 +02:00
Thomas Nagy
36898e12af
waf-2.0.17
2019-06-02 09:45:17 +02:00
Thomas Nagy
c295c0bcda
waf-2.0.16
2019-05-15 23:54:47 +02:00
Thomas Nagy
2e58ac4134
When creating the waf script, assume that the 'extras' folder only contains Python files
...
Files are also listed in a static arbitrary order.
2019-04-23 07:39:19 +02:00
Thomas Nagy
5f811ee018
waf-2.0.15
2019-03-10 16:22:03 +01:00
Thomas Nagy
68997828c8
Fix a few deprecation warnings
2019-01-16 06:51:14 +01:00
Thomas Nagy
353ffefa21
waf-2.0.14
2018-12-23 12:12:15 +01:00
Thomas Nagy
f70b5d062e
waf-2.0.13
2018-12-03 15:46:09 +01:00
Thomas Nagy
88e9382f1b
waf-2.0.12
2018-10-07 20:05:42 +02:00
Thomas Nagy
fe03c6fa47
waf-2.0.11
2018-09-02 02:36:14 +02:00
Thomas Nagy
04e1b65ecb
waf-2.0.10
2018-07-29 13:24:16 +02:00
Thomas Nagy
c543921e7d
waf-2.0.9
2018-07-09 16:43:40 +02:00
Thomas Nagy
656a30d364
waf-2.0.8
2018-05-22 23:07:04 +02:00
Thomas Nagy
465a1c7b5c
waf-2.0.7
2018-03-29 15:00:58 +02:00
Thomas Nagy
459ddf50b6
waf-2.0.6
2018-02-18 13:24:13 +01:00
Thomas Nagy
6b99cbfce2
waf-2.0.5
2018-02-10 20:50:13 +01:00
Thomas Nagy
d21446ff71
Update docs for 2018
2018-01-01 20:53:49 +01:00
Thomas Nagy
7b36a52b4e
waf-2.0.4
2017-12-30 10:36:51 +01:00
Thomas Nagy
2a4c4f0b66
Preparations for waf 2.0.3
2017-12-02 09:43:01 +01:00
Thomas Nagy
4d481ab179
waf-2.0.2
2017-10-22 10:39:32 +02:00
Thomas Nagy
8134aed186
docs
2017-09-23 09:44:28 +02:00
Thomas Nagy
ad5dd18408
Use the 'with' syntax whenever possible
2017-09-12 19:36:43 +02:00
Thomas Nagy
4d7527b4c4
Clarify the exception type raised by cmd_and_log
2017-06-20 11:20:53 +02:00
WaffleSouffle
30d0673873
waf.bat changed to support Python3 installation on Windows.
2017-04-08 02:27:13 +02:00
Peter Vingelmann
0ed090037e
Use platform-independent path separators in directory_files
2017-02-24 21:42:42 +01:00
Thomas Nagy
b7d93c3c4d
Update the year in headers to 2017
2017-02-11 16:13:37 +01:00
Thomas Nagy
f9f6dbfa50
./waf-light --interpreter "#! /usr/bin/env python3" - for #1856
2016-11-20 21:54:45 +01:00
Thomas Nagy
cdfd5f03cf
Development branch for waf 2.0
2016-11-20 10:14:25 +01:00
Morten V. Pedersen
55786e4ac8
Update approach to include module
...
- Using ant_glob(..) for filtering and iterating files
- Update location in zip
- Also include files in zip
2016-10-10 13:00:53 +02:00
Morten V. Pedersen
e2a03e461b
Merge branch 'master' into support-directory-tools
2016-10-10 08:58:55 +02:00
Thomas Nagy
b159ecc44f
waf-1.9.5
2016-10-09 16:28:59 +02:00
Morten V. Pedersen
50171409c4
Allow using directories as waf tools
...
Sometimes it is useful to be able to add a module to waf as a tool.
Using this patch one can use ./waf-light configure build --tools /tmp/mytool
This will add the files under /tmp/mytool under /waflib/extras/mytool. Such
that they can be imported in a wscript as from waflib.extras import mytool.
2016-10-07 21:38:43 +02:00
Thomas Nagy
9c50a30f94
waf 1.9.4
2016-09-10 12:33:21 +02:00
Thomas Nagy
e169da4227
waf 1.9.3
2016-08-21 15:35:44 +02:00
Thomas Nagy
332f3c5665
waf 1.9.2
2016-07-31 18:39:33 +02:00
Thomas Nagy
1fa2e6f7e1
waf-1.9.1
2016-07-03 09:51:45 +02:00
Thomas Nagy
39056a6ba5
waf 1.9
2016-06-26 13:45:21 +02:00
Thomas Nagy
79aece2650
Api docs
2016-06-24 13:21:32 +02:00
Thomas Nagy
02a8361149
Beautify Logs.{debug,error,info,warn} now that the formatting bug is fixed
2016-05-28 16:18:51 +02:00
Thomas Nagy
6aaae99afe
cleanup
2016-04-15 18:17:26 +02:00
Thomas Nagy
d45b8447a8
docs
2016-03-08 21:28:20 +01:00