2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-29 21:41:44 +01:00
waf/waflib
Matt Fischer f381bfd901 syms.py: Fix dep_nodes manipulation
Fixed a line in syms.py to append to the dep_nodes list instead of
forcibly overwriting it.

Signed-off-by: Thomas Nagy <tnagy2pow10@gmail.com>
2013-10-25 00:02:48 +02:00
..
extras syms.py: Fix dep_nodes manipulation 2013-10-25 00:02:48 +02:00
Tools another regression caused by find_program changes 2013-10-23 00:10:28 +02:00
__init__.py
ansiterm.py
Build.py cleanup 2013-09-29 23:45:36 +02:00
ConfigSet.py use os.remove instead of os.unlink for consistency 2013-05-18 19:51:45 +02:00
Configure.py always use the convention that commands are lists, remove find_perl_program, add interpreter 2013-09-04 23:10:10 -04:00
Context.py disabled the check_exe validation by default and enabled invalid name detection 2013-08-17 18:19:10 +02:00
Errors.py
fixpy2.py
Logs.py Issue 1223 2013-06-09 09:47:18 +02:00
Node.py removed Node.bld_base, used only once 2013-09-01 21:46:43 +02:00
Options.py removed the cache from the task level, it usually degrades performance and is better implemented on the compiler level 2013-05-26 10:14:49 +02:00
Runner.py
Scripting.py use os.remove instead of os.unlink for consistency 2013-05-18 19:51:45 +02:00
Task.py Issue 1334 2013-08-17 20:24:21 +02:00
TaskGen.py TaskGen: create_task: allow passing attributes to task instance via kw 2013-09-05 00:48:00 -04:00
Utils.py Python 3.4 now provides non-inheritable file handles by default 2013-10-21 20:58:00 +02:00