2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-25 19:30:04 +01:00
waf/waflib
Daniel Welty 4b905773ea Use correct variable in gccdeps config
The global value gccdeps was appended to CFLAGS and CXXFLAGS instead of
the actual flags tested against the compiler.  This ignored
modifications to the GCCDEPS_FLAGS environment variable and complicated
adding support for additional compilers at the project level.
2018-12-19 11:14:43 -06:00
..
extras Use correct variable in gccdeps config 2018-12-19 11:14:43 -06:00
Tools Fix the api documentation build 2018-12-15 19:45:47 +01:00
__init__.py Update docs for 2018 2018-01-01 20:53:49 +01:00
ansiterm.py Typos 2017-03-27 19:33:16 +02:00
Build.py Removes hard-coded 'c4che' references using 'Build.CACHE_DIR' instead 2018-10-30 12:00:48 +01:00
ConfigSet.py Update docs for 2018 2018-01-01 20:53:49 +01:00
Configure.py Keep running configuration tests with parallel jobs 2018-11-21 22:01:20 +01:00
Context.py waf-2.0.13 2018-12-03 15:46:09 +01:00
Errors.py Update docs for 2018 2018-01-01 20:53:49 +01:00
fixpy2.py Update docs for 2018 2018-01-01 20:53:49 +01:00
Logs.py Update docs for 2018 2018-01-01 20:53:49 +01:00
Node.py docs 2018-04-02 12:06:54 +02:00
Options.py Update docs for 2018 2018-01-01 20:53:49 +01:00
processor.py Update docs for 2018 2018-01-01 20:53:49 +01:00
Runner.py Fix the extra message "Broken revdeps" that may appear on certain build failures 2018-11-27 07:55:49 +01:00
Scripting.py Restore original launch_dir on autoconfigure to correctly parse cli options 2018-11-06 18:16:18 +01:00
Task.py Fix description of before and after attributes of Task class. 2018-11-15 10:22:39 +01:00
TaskGen.py Fix TaskGen idx attribution when 'path' argument is given. 2018-11-11 14:32:22 +01:00
Utils.py Fix broken cPython: md5.digest() is not supposed to raise exceptions #2213 2018-12-06 07:44:36 +01:00