waf/waflib/extras
Thomas Nagy f1487eab44
iso8859-1 -> latin-1
2017-01-21 13:28:06 +01:00
..
__init__.py Initial commit 2011-09-10 11:13:51 +02:00
batched_cc.py Update batched_cc for waf 1.9 2016-05-29 16:45:42 +02: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 @after->@after_method 2012-02-15 09:29:34 +01:00
boost.py Add suppport for finding lib boost_python in gentoo 2016-08-19 11:31:22 +02:00
build_file_tracker.py Remove update_outputs from the documentation 2016-06-25 22:48:47 +02:00
build_logs.py Fix waflib/extras/syms.py 2016-05-29 16:58:41 +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 iso8859-1 -> latin-1 2017-01-21 13:28:06 +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 Set TaskBase.keep_last_cmd to keep the last command executed 2016-07-30 10:09:55 +02:00
codelite.py iso8859-1 -> latin-1 2017-01-21 13:28:06 +01: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 Use the new syntax for sets 2016-09-02 20:20:43 +02:00
cppcheck.py simplifications 2016-11-06 12:00:35 +01:00
cpplint.py add option for line length to cpplint 2016-02-26 23:11:37 +01:00
cython.py Beautify Logs.{debug,error,info,warn} now that the formatting bug is fixed 2016-05-28 16:18:51 +02:00
dcc.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
distnet.py Beautify Logs.{debug,error,info,warn} now that the formatting bug is fixed 2016-05-28 16:18:51 +02:00
doxygen.py Fixes #1748 : doxygen convert EXCLUDE_PATTERNS occourences of */ in **/ as internally globs are used 2016-06-05 22:11:18 +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 Smarter "reentrant" behaviour for TaskGen.declare_chain 2011-10-04 20:26:22 +02:00
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 Split Nag Fortran compiler flags #1797 2016-08-15 19:41:50 +02:00
fc_nec.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
fc_open64.py always use the convention that commands are lists, remove find_perl_program, add interpreter 2013-09-04 23:10:10 -04:00
fc_pgfortran.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
fc_solstudio.py always use the convention that commands are lists, remove find_perl_program, add interpreter 2013-09-04 23:10:10 -04:00
fc_xlf.py always use the convention that commands are lists, remove find_perl_program, add interpreter 2013-09-04 23:10:10 -04:00
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
force_build_directory.py missing import 2016-11-14 22:20:57 +01:00
freeimage.py use lists instead of tuples for constants and convert to unix format all .py files 2011-09-10 20:02:12 +02:00
fsb.py Initial commit 2011-09-10 11:13:51 +02:00
fsc.py Create installation tasks directly 2016-05-06 15:54:36 +02:00
gccdeps.py Remove an unnecessary gccdeps verification #1784 2016-07-28 22:22:52 +02:00
gob2.py Initial commit 2011-09-10 11:13:51 +02:00
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 Initial commit 2011-09-10 11:13:51 +02:00
make.py Use the new syntax for sets 2016-09-02 20:20:43 +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 Have Task.exec_command add tsk.env.PATH to os.environ in the child process 2016-06-16 20:07:40 +02:00
msvcdeps.py Display @argfile contents in msvcdeps #1831 2016-10-11 18:34:35 +02:00
msvs.py iso8859-1 -> latin-1 2017-01-21 13:28:06 +01:00
netcache_client.py iso8859-1 -> latin-1 2017-01-21 13:28:06 +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 Beautify Logs.{debug,error,info,warn} now that the formatting bug is fixed 2016-05-28 16:18:51 +02:00
parallel_debug.py Beautify Logs.{debug,error,info,warn} now that the formatting bug is fixed 2016-05-28 16:18:51 +02:00
pch.py Process CPPFLAGS at the end of commands 2015-12-23 19:26:34 +01:00
pep8.py docs - #1836 2016-10-20 18:44:55 +02:00
pgicc.py always use the convention that commands are lists, remove find_perl_program, add interpreter 2013-09-04 23:10:10 -04:00
pgicxx.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
print_commands.py iso8859-1 -> latin-1 2017-01-21 13:28:06 +01:00
proc.py docs 2016-12-04 01:36:00 +01:00
protoc.py Additional crutches for protoc 2015-05-28 23:08:07 +02:00
pyqt5.py Add also support for older PyQt4 bindings 2016-09-14 21:42:10 +02:00
pytest.py pytest extra: add more graceful and informative error if parameter is pointing to no valid source files 2016-10-24 11:17:21 +02:00
qnxnto.py Code cleanup 2016-04-19 22:00:21 +02:00
qt4.py Use the new syntax for sets 2016-09-02 20:20:43 +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 Beautify Logs.{debug,error,info,warn} now that the formatting bug is fixed 2016-05-28 16:18:51 +02:00
run_do_script.py Remove update_outputs from the documentation 2016-06-25 22:48:47 +02:00
run_m_script.py Remove update_outputs from the documentation 2016-06-25 22:48:47 +02:00
run_py_script.py Remove update_outputs from the documentation 2016-06-25 22:48:47 +02:00
run_r_script.py Remove update_outputs from the documentation 2016-06-25 22:48:47 +02:00
sas.py Beautify Logs.{debug,error,info,warn} now that the formatting bug is fixed 2016-05-28 16:18:51 +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 Use the new syntax for sets 2016-09-02 20:20:43 +02:00
softlink_libs.py Initial commit 2011-09-10 11:13:51 +02:00
stale.py Update waflib/extras/stale.py 2016-05-29 14:11:05 +02:00
stracedeps.py Use the new syntax for sets 2016-09-02 20:20:43 +02:00
swig.py Removed some annoying whitespace 2016-06-21 22:57:06 +02:00
syms.py Fix the method specification in syms.py 2017-01-06 23:08:05 +01:00
ticgt.py Process CPPFLAGS at the end of commands 2015-12-23 19:26:34 +01:00
unc.py Remove update_outputs from the documentation 2016-06-25 22:48:47 +02:00
unity.py Wrong cwd path for unity.py 2016-10-18 18:09:44 +02:00
use_config.py Beautify Logs.{debug,error,info,warn} now that the formatting bug is fixed 2016-05-28 16:18:51 +02:00
valadoc.py Beautify Logs.{debug,error,info,warn} now that the formatting bug is fixed 2016-05-28 16:18:51 +02:00
why.py Beautify Logs.{debug,error,info,warn} now that the formatting bug is fixed 2016-05-28 16:18:51 +02:00
win32_opts.py Node.search -> Node.search_node #1783 2016-07-28 22:03:39 +02:00
wix.py Made this project build on Linux 2016-01-03 06:54:21 +01:00
xcode.py Obvious mistake 2016-07-31 18:16:31 +02:00
xcode6.py docs +xcode6 bugfix: do not merge env variables of type dictionary into PROJ_SETTINGS config 2016-10-03 20:36:10 +02:00