mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-17 07:27:30 +01:00
17 lines
676 B
Plaintext
17 lines
676 B
Plaintext
NEW IN WAF 2.0.0
|
|
----------------
|
|
* 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
|
|
* Force files into the build directory by default
|
|
|
|
* Remove Node.sig and Node.cache_sig
|
|
* Remove the BuildContext.rule decorator
|
|
* Remove Task.update_outputs, Task.always_run
|
|
* Remove atleast-version, exact-version and max-version from conf.check_cfg
|
|
* Remove c_preproc.trimquotes
|
|
* Remove field_name, type_name, function_name from conf.check() tests
|
|
|