This commit is contained in:
Thomas Nagy 2016-01-06 18:27:47 +01:00
parent 331dd9f96c
commit 47196bf688
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
1 changed files with 14 additions and 13 deletions

27
TODO
View File

@ -9,20 +9,21 @@ Waf 1.9
* Use relative paths in apply_incpaths (and absolute ones when paths cross drives) * Use relative paths in apply_incpaths (and absolute ones when paths cross drives)
* Provide a more efficient ConfigSet implementation * Provide a more efficient ConfigSet implementation
* Ensure _cache.py are valid python files * Ensure _cache.py are valid python files
* Accessor for task.cwd
and all other issues listed on https://github.com/waf-project/waf/issues * Other issues listed on https://github.com/waf-project/waf/issues
Done Done
---- ----
* Remove the split functions from Utils * Removed the split functions from Utils
* Remove the command called "update" * Removed the command called "update"
* Include the tool 'nobuild' by default * Added the tool 'nobuild.py'
* Remove qt4 and kde4 from the default modules * Removed qt4 and kde4 from the default modules
* Detect Clang first on many platforms, in particular on FreeBSD #1528 * Made Clang detected first on many platforms, in particular on FreeBSD #1528
* Let run_once accept a list of *args * Modified Utils.run_once so that it accepts a list of *args
* Remove Node.cache_sig and Node.sig #1580 * Removed Node.cache_sig and Node.sig #1580
* Remove __hash__ and __eq__ from Node and Task #1629 * Removed __hash__ and __eq__ from Node and Task #1629
* Set cflags in the beginning / cppflags at the end #1505 * Changed cflags in the beginning / cppflags at the end #1505
* Reduce the key size in bld.task_sigs by adding bld.node_sigs and bld.imp_sigs * Reduced the key size in bld.task_sigs by adding bld.node_sigs and bld.imp_sigs
* Make lazy visual studio detection the default * Made lazy visual studio detection the default
* Flags given in the form ${FOO}${BAR} will be merged in commands executed without a shell