waf/waflib/Tools
Thomas Nagy d3f788da4c Added the tool called 'nobuild' to help troubleshoot build scripts 2015-12-23 17:55:44 +01:00
..
__init__.py Initial commit 2011-09-10 11:13:51 +02:00
ar.py Tools: ar: support for ARFLAGS environment variable 2014-01-02 06:24:39 -05:00
asm.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
bison.py Initial commit 2011-09-10 11:13:51 +02:00
c.py Inserting LDFLAGS at the end of the command-line causes less overhead than expected, and LINKFLAGS can still be used for flags in the beginning of the line 2015-04-22 21:34:45 +02:00
c_aliases.py Enable bld.program to recognize .gs in the same way as .vala 2015-10-14 23:26:56 +02:00
c_config.py Experimental conf.define(key, val, comment='msg in config.h') 2015-12-20 14:26:14 +01:00
c_osx.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
c_preproc.py Cache the files read in c_dumbpreproc.py 2015-02-20 12:06:08 +01:00
c_tests.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
ccroot.py Propagate ldflags/LDFLAGS besides linkflags/LINKFLAGS 2015-10-20 21:37:29 +02:00
clang.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
clangxx.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
compiler_c.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
compiler_cxx.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
compiler_d.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
compiler_fc.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
cs.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
cxx.py Inserting LDFLAGS at the end of the command-line causes less overhead than expected, and LINKFLAGS can still be used for flags in the beginning of the line 2015-04-22 21:34:45 +02:00
d.py Do not prevent Logs.error/warn/debug from getting replaced 2012-06-01 04:26:44 +02:00
d_config.py Add output file patterns for D tasks on Darwin. 2012-10-21 02:13:33 +02:00
d_scan.py Initial commit 2011-09-10 11:13:51 +02:00
dbus.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
dmd.py always use the convention that commands are lists, remove find_perl_program, add interpreter 2013-09-04 23:10:10 -04:00
errcheck.py Let waf -v catch invalid string on hcode values in Python3 2015-11-03 22:35:33 +01:00
fc.py Repeated failures remove signatures - Issue 1580 2015-05-31 16:51:44 +02:00
fc_config.py Replaced spaces by tabs. 2015-12-23 15:38:48 +01:00
fc_scan.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
flex.py Tools: flex: env.FLEX is a list 2013-09-05 00:08:00 -04:00
g95.py always use the convention that commands are lists, remove find_perl_program, add interpreter 2013-09-04 23:10:10 -04:00
gas.py Use ASMPATH_ST for for assembler includes. 2012-09-18 23:54:02 +02:00
gcc.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
gdc.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
gfortran.py Use splitlines when possible 2015-03-03 12:19:25 +01:00
glib2.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
gnu_dirs.py Issue 1536 - default 64 suffix for Redhat systems 2015-02-19 13:46:18 +01:00
gxx.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
icc.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
icpc.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
ifort.py Loosened and simplified the regex for the version string of ifort as suggested by apthorpe 2015-12-23 15:28:43 +01:00
intltool.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
irixcc.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
javaw.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
kde4.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
ldc2.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
lua.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
msvc.py Let msvc.py display encoding errors in the config.log file 2015-12-09 00:14:17 +01:00
nasm.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
nobuild.py Added the tool called 'nobuild' to help troubleshoot build scripts 2015-12-23 17:55:44 +01:00
perl.py Find xsubpp in order, privlib, vendorlib and path. 2015-04-11 13:17:21 +02:00
python.py Workaround for python-config bug 7352 - Issue 1636 2015-10-09 19:19:59 +02:00
qt4.py Uninitialized variables when qt options are not used 2015-11-16 19:30:07 +01:00
qt5.py Uninitialized variables when qt options are not used 2015-11-16 19:30:07 +01:00
ruby.py Fixed the ruby detection for openindiana 2015-10-26 22:53:22 +01:00
suncc.py docs 2015-09-12 23:49:38 +02:00
suncxx.py docs 2015-09-12 23:49:38 +02:00
tex.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
vala.py Enable vala processing on a folder basis with the vala_dir parameter - Issue 1601 2015-09-19 19:53:46 +02:00
waf_unit_test.py Issue 1319 - make unit test paths more configurable 2014-09-21 11:03:34 +02:00
winres.py Issue 1186 2012-08-05 01:33:11 +02:00
xlc.py Issue 1510 - suncc and CC 2014-11-20 20:43:56 +01:00
xlcxx.py Issue 1510 - suncc and CC 2014-11-20 20:43:56 +01:00