waf/TODO

27 lines
877 B
Plaintext
Raw Normal View History

2015-02-25 16:46:27 +01:00
Waf 1.9
-------
* Reduce the key size in bld.task_sigs
* Provide a more efficient ConfigSet implementation
* Ensure _cache.py are valid python files
2015-09-20 12:26:21 +02:00
* Set cflags in the beginning / cppflags at the end
* Remove qt4 from the default modules, rework qt5
* Remove Node.cache_sig
* Make lazy visual studio detection the default
* Do not cache waf tool detection
* Fix the vala detection
* Better consistency between check_cfg and check_cc variables
* Detect Clang by default on FreeBSD instead of gcc
* Use relative paths in apply_incpaths (and absolute ones when paths cross drives)
* Let run_once accept a list of *args
2015-12-05 14:00:56 +01:00
* Let more context commands depend on the configuration
2015-02-25 16:46:27 +01:00
2015-09-20 12:26:21 +02:00
and all other issues listed on https://github.com/waf-project/waf/issues
Done
----
* Remove the split functions from Utils
2015-12-22 18:14:10 +01:00
* Remove the command called "update"
* Include the tool 'nobuild' by default