waf/ChangeLog

22 lines
1.0 KiB
Plaintext
Raw Normal View History

2017-03-25 14:49:57 +01:00
NEW IN WAF 2.0.0 (preview 1)
----------------------------
2017-02-19 11:27:58 +01:00
* Provide a new priority system to improve scalability on complex builds
* Provide TaskGroup objects to improve scalability on complex builds
2017-02-19 11:27:58 +01:00
* Force new files into the build directory by default (use Node objects to bypass)
2017-03-25 14:49:57 +01:00
* Built-in support for building over UNC paths
2017-02-19 11:27:58 +01:00
* Simplify the Task class hierarchy; TaskBase is removed
* Display commands as string with "WAF_CMD_FORMAT=string waf build -v"
2017-02-19 11:27:58 +01:00
* New ant_glob(..., generator=True) now returns a Python generator
2017-01-21 13:08:29 +01:00
* Accept nested lists and generators in bld(source=...)
2017-02-19 11:27:58 +01:00
* Sort TaskGen methods in alphabetical order by reversing TaskGen.prec order
2016-06-16 21:39:50 +02:00
2017-03-25 14:49:57 +01:00
* Remove 'ut_fun' from waf_unit_test.py
2016-12-01 22:57:15 +01:00
* 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
2016-12-03 06:47:27 +01:00
* 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
2016-12-03 06:47:27 +01:00