2016-11-20 10:23:53 +01:00
|
|
|
NEW IN WAF 2.0.0
|
2016-11-19 10:11:11 +01:00
|
|
|
----------------
|
2017-01-21 13:08:29 +01:00
|
|
|
* New ant_glob(..., generator=True) returns a generator
|
|
|
|
* Accept nested lists and generators in bld(source=...)
|
|
|
|
* Sort TaskGen methods in alphabetical order besides regular constraints
|
|
|
|
for this, the mappping order in TaskGen.prec[] is now reversed
|
|
|
|
* Remove 'ut_fun' from waf_unit_test.py
|
2016-11-20 13:43:00 +01:00
|
|
|
* Force files into the build directory by default
|
2016-06-16 21:39:50 +02:00
|
|
|
|
2016-12-01 22:57:15 +01:00
|
|
|
* Remove Node.sig and Node.cache_sig
|
|
|
|
* Remove the BuildContext.rule decorator
|
2016-12-01 22:58:47 +01:00
|
|
|
* Remove Task.update_outputs, Task.always_run
|
2016-12-03 06:44:20 +01:00
|
|
|
* Remove atleast-version, exact-version and max-version from conf.check_cfg
|
2016-12-03 06:47:27 +01:00
|
|
|
* Remove c_preproc.trimquotes
|
|
|
|
|