mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 09:57:15 +01:00
16 lines
730 B
Plaintext
16 lines
730 B
Plaintext
NEW IN WAF 1.9
|
|
--------------
|
|
* Removed the split functions from Utils
|
|
* Removed the command called "update"
|
|
* Added the tool 'nobuild.py'
|
|
* Removed qt4 and kde4 from the default modules
|
|
* Made Clang detected first on many platforms, in particular on FreeBSD #1528
|
|
* Modified Utils.run_once so that it accepts a list of *args
|
|
* Removed Node.cache_sig and Node.sig #1580
|
|
* Removed __hash__ and __eq__ from Node and Task #1629
|
|
* Changed cflags in the beginning / cppflags at the end #1505
|
|
* Reduced the key size in bld.task_sigs by adding bld.node_sigs and bld.imp_sigs
|
|
* Made lazy visual studio detection the default
|
|
* Flags given in the form ${FOO}${BAR} will be merged in commands executed without a shell
|
|
* Added Task.get_cwd()
|