waf/waflib/extras
Thomas Nagy 67e7db41d9
Simplification x=x+1 -> x+=1
2016-05-22 00:45:47 +02:00
..
__init__.py
add_objects.py
batched_cc.py cwd must be a Node object 2016-01-02 01:54:52 +01:00
biber.py Issue 1501 - Biber tool update 2014-10-22 18:45:21 +02:00
bjam.py Eliminated the last unused variables from the code 2015-10-13 22:57:45 +02:00
blender.py Create installation tasks directly 2016-05-06 15:54:36 +02:00
boo.py
boost.py Create installation tasks directly 2016-05-06 15:54:36 +02:00
build_file_tracker.py Removed Node.cache_sig 2015-12-23 17:55:44 +01:00
build_logs.py build_logs disable colors - Issue 1631 2015-10-08 21:57:46 +02:00
c_bgxlc.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
c_dumbpreproc.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
c_emscripten.py Use relative paths in apply_incpaths by default 2016-03-17 22:56:34 +01:00
c_nec.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
cabal.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
cfg_altoptions.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
cfg_cross_gnu.py Code cleanup 2016-04-19 22:00:21 +02:00
clang_compilation_database.py extras: clang_compilation_database: python3 fixes 2014-01-02 18:26:10 -05:00
codelite.py Tuples in startswith/endswith (Python 2.5 feature) 2016-04-21 22:30:35 +02:00
color_gcc.py Colorgcc for other compilers? Issue 1732 2016-04-19 21:47:59 +02:00
color_rvct.py Use splitlines when possible 2015-03-03 12:19:25 +01:00
compat15.py Experimental conf.define(key, val, comment='msg in config.h') 2015-12-20 14:26:14 +01:00
cppcheck.py Simplification x=x+1 -> x+=1 2016-05-22 00:45:47 +02:00
cpplint.py add option for line length to cpplint 2016-02-26 23:11:37 +01:00
cython.py Provide node.exists() to increase filesystem abstraction 2015-12-24 18:36:42 +01:00
dcc.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
distnet.py Cleanup: no need for keys() everywhere 2016-04-22 21:10:22 +02:00
doxygen.py Create installation tasks directly 2016-05-06 15:54:36 +02:00
dpapi.py BOM is unnecessary 2014-10-11 19:35:16 +02:00
eclipse.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
erlang.py
fc_bgxlf.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
fc_cray.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
fc_nag.py Fixing version flag for NAG compiler. 2016-01-15 00:14:37 +01:00
fc_nec.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
fc_open64.py
fc_pgfortran.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
fc_solstudio.py
fc_xlf.py
file_to_object.py Remove Task.dep_vars as it is unnecessary 2016-04-16 13:05:27 +02:00
fluid.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
freeimage.py
fsb.py
fsc.py Create installation tasks directly 2016-05-06 15:54:36 +02:00
gccdeps.py Let gccdeps work when a custom cwd is provided through bld.cwdx 2015-11-08 11:48:53 +01:00
go.py Create installation tasks directly 2016-05-06 15:54:36 +02:00
gob2.py
halide.py extras: halide: support generation of arbitrary outputs 2014-09-22 00:46:28 -04:00
kde4.py Create installation tasks directly 2016-05-06 15:54:36 +02:00
local_rpath.py
make.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
mem_reducer.py Fixed the KeyError for multiple dependencies on the same task 2014-01-12 21:19:49 +01:00
midl.py Simplification: added Task.get_cwd() 2016-01-11 05:25:46 +01:00
msvcdeps.py
msvs.py Tuples in startswith/endswith (Python 2.5 feature) 2016-04-21 22:30:35 +02:00
netcache_client.py No-op in netcache run/post_run if nocache is true 2016-01-25 20:40:52 +01:00
objcopy.py Create installation tasks directly 2016-05-06 15:54:36 +02:00
ocaml.py Simplification m.group(0) -> m.group() 2016-04-04 22:18:28 +02:00
package.py Eliminated the last unused variables from the code 2015-10-13 22:57:45 +02:00
parallel_debug.py Fix an undefined variable in parallel_debug 2016-04-28 20:25:04 +02:00
pch.py Process CPPFLAGS at the end of commands 2015-12-23 19:26:34 +01:00
pep8.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
pgicc.py
pgicxx.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
prefork.py Missing cwd handling in exec_command 2016-01-30 16:59:35 +01:00
preforkjava.py Missing cwd handling in exec_command 2016-01-30 16:59:35 +01:00
preforkunix.py Missing cwd handling in exec_command 2016-01-30 16:59:35 +01:00
print_commands.py Simplification: added Task.get_cwd() 2016-01-11 05:25:46 +01:00
proc.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
protoc.py Additional crutches for protoc 2015-05-28 23:08:07 +02:00
qnxnto.py Code cleanup 2016-04-19 22:00:21 +02:00
qt4.py Code cleanup 2016-04-19 22:00:21 +02:00
relocation.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
remote.py A more robust way of sorting commands in remote.py 2014-01-30 08:07:07 +01:00
resx.py Replace backslashes in resx.py - Issue 1666 2015-12-17 23:53:41 +01:00
review.py Fixed a few Python3 compatibility issues in extras modules 2015-09-27 16:09:21 +02:00
rst.py Create installation tasks directly 2016-05-06 15:54:36 +02:00
run_do_script.py Issue 1453 2014-05-19 21:32:24 +02:00
run_m_script.py Issue 1453 2014-05-19 21:32:24 +02:00
run_py_script.py Issue 1453 2014-05-19 21:32:24 +02:00
run_r_script.py Issue 1453 2014-05-19 21:32:24 +02:00
sas.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
satellite_assembly.py Additional merges from #1666 2016-01-03 05:08:10 +01:00
scala.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
slow_qt4.py outstanding.insert -> outstanding.append_left 2016-03-31 07:42:08 +02:00
smart_continue.py
softlink_libs.py
stale.py First commit of the year 2015 2015-01-01 16:24:54 +01:00
stracedeps.py typo 2016-05-16 20:11:00 +02:00
swig.py outstanding.insert -> outstanding.append_left 2016-03-31 07:42:08 +02:00
syms.py Issue 1476, regressions in syms.py due to find_program 2014-08-25 20:01:43 +02:00
sync_exec.py
ticgt.py Process CPPFLAGS at the end of commands 2015-12-23 19:26:34 +01:00
unc.py Remove Node.sig and Node.cache_sig 2015-12-23 17:55:44 +01:00
unity.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
use_config.py Moved unnecessary constants out of Context.py 2016-05-11 21:59:16 +02:00
valadoc.py valadoc: Include the '--vala-target-glib' flag 2016-02-12 07:21:28 +01:00
why.py hcode in why.py - https://github.com/waf-project/waf/issues/1561 2015-04-30 20:58:44 +02:00
win32_opts.py Remove Node.sig and Node.cache_sig 2015-12-23 17:55:44 +01:00
wix.py Made this project build on Linux 2016-01-03 06:54:21 +01:00
xcode.py Simplification x=x+1 -> x+=1 2016-05-22 00:45:47 +02:00
xcode6.py Simplification x=x+1 -> x+=1 2016-05-22 00:45:47 +02:00