2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 01:46:15 +01:00
waf/waflib
Michael Vincent ba44704dbf msvcdeps: Faster case correction
Visual Studio returns paths to dependencies with incorrect case.
ant_glob() is very slow for this use case (40~50% impact to overall
build time). This patch uses os.listdir() to find the correct case
of each path component.
2021-05-06 21:47:28 +02:00
..
extras msvcdeps: Faster case correction 2021-05-06 21:47:28 +02:00
Tools c_config: add RISC-V generic detection 2021-04-15 17:30:54 +02:00
__init__.py
ansiterm.py
Build.py Allow mixing Unix paths with destdir on non-Unix platforms 2021-01-19 20:52:57 +01:00
ConfigSet.py
Configure.py Invalidate previous configurations on "waf configure" 2020-09-19 10:38:05 +02:00
Context.py Typo 2020-07-20 22:37:40 +02:00
Errors.py
fixpy2.py Remove the metaclass hierarchy in Python 2 2019-10-18 23:02:19 +02:00
Logs.py
Node.py
Options.py Improve custom option processing #2280 2020-03-27 20:20:22 +01:00
processor.py Optimize sub process startup with workers 2019-05-27 18:05:02 +02:00
Runner.py Waf file creation will now require Python 3 2019-10-17 20:05:48 +02:00
Scripting.py Make distclean target 'no_lock_in_top/run' modifiers compatible with env vars 2019-12-10 07:32:16 +01:00
Task.py Remove the metaclass hierarchy in Python 2 2019-10-18 23:02:19 +02:00
TaskGen.py Fix a deadlock with cython+subst tasks #2244 2019-06-27 09:38:49 +02:00
Utils.py waf_unit_test: Fix command handling under windows 2021-01-21 18:51:47 +01:00