waf-2.0.0p1

This commit is contained in:
Thomas Nagy 2017-03-25 14:49:57 +01:00
parent 33918da4f4
commit c7f8b7093a
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
1 changed files with 4 additions and 4 deletions

View File

@ -1,16 +1,16 @@
NEW IN WAF 2.0.0
----------------
NEW IN WAF 2.0.0 (preview 1)
----------------------------
* Provide a new priority system to improve scalability on complex builds
* Provide TaskGroup objects to improve scalability on complex builds
* Force new files into the build directory by default (use Node objects to bypass)
* Process support for building over UNC paths
* Built-in support for building over UNC paths
* Simplify the Task class hierarchy; TaskBase is removed
* Display commands as string with "WAF_CMD_FORMAT=string waf build -v"
* New ant_glob(..., generator=True) now returns a Python generator
* Accept nested lists and generators in bld(source=...)
* Sort TaskGen methods in alphabetical order by reversing TaskGen.prec order
* Remove 'ut_fun' from waf_unit_test.py
* Remove 'ut_fun' from waf_unit_test.py
* Remove Node.sig and Node.cache_sig
* Remove the BuildContext.rule decorator
* Remove Task.update_outputs, Task.always_run