This commit is contained in:
Thomas Nagy 2017-03-25 13:09:19 +01:00
parent ee4d91dfce
commit fc74d19ec0
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
1 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,16 @@
NEW IN WAF 1.9.9
----------------
* Fix QT5 detection on macOS 1912
* Fix Clang compilation database when no c compiler is found #1914
* Fix python 3 compatibility with cppcheck #1921
* Fix the thread index in parallel_debug
* Fix install task for mac_files #1911
* Add VS2017 support #1927
* Add newer fortran flag detection #1916
* Add unity builds settings per task generator
* Add run_build_cls parameter to conf.run_build/conf.check
* Add a warning for missing cflags/cxxflags in gccdeps
NEW IN WAF 1.9.8
----------------
* Keep winres flags in subsequent detections #1908