mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 18:07:12 +01:00
22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
NEW IN WAF 2.0.0
|
|
----------------
|
|
* 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)
|
|
* Provide 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"
|
|
* Have ant_glob(..., generator=True) return 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 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
|
|
* Remove extras/mem_reducer.py as a better solution has been merged
|
|
* Remove Utils.ex_stack (use traceback.format_exc())
|