2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2025-01-10 18:35:13 +01:00
waf/waflib/extras
2018-01-19 00:40:00 +01:00
..
__init__.py
batched_cc.py Update batched_cc for waf 1.9 2016-05-29 16:45:42 +02:00
biber.py
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 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
buildcopy.py buildcopy: Create destination directories as needed. 2017-11-30 19:09:56 +01:00
c_bgxlc.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
c_dumbpreproc.py Cleanup: Break multiple statements on multiple lines 2017-04-17 13:16:57 +02:00
c_emscripten.py iso8859-1 -> latin-1 2017-01-21 13:28:06 +01:00
c_nec.py Cleanup: Break multiple statements on multiple lines 2017-04-17 13:16:57 +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
clang_compilation_database.py Fix bug in the clang_compilation_database tool when no C compiler is loaded 2017-03-14 22:21:10 +01:00
codelite.py Exclude waf-2 folders in waf-2.0 2017-08-19 10:11:36 +02:00
color_gcc.py Colorgcc for other compilers? Issue 1732 2016-04-19 21:47:59 +02:00
color_rvct.py
compat15.py Cleanup: Break multiple statements on multiple lines 2017-04-17 13:16:57 +02:00
cppcheck.py cppcheck: fix Python3 incompatibilities (see #1921) 2017-03-08 18:22:22 +01:00
cpplint.py fix whitespaces 2017-12-19 16:27:15 +01:00
cross_gnu.py Change DEST_OS to use underscores in order to find a correct gcc_modifier_ function. 2017-10-23 14:03:47 +02: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: Break multiple statements on multiple lines 2017-04-17 13:16:57 +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 Cleanup 2017-04-17 12:24:33 +02:00
eclipse.py eclipse: don't rely on Context.g_module.out as it may not be defined if default used, used bldnode instead 2018-01-19 00:40:00 +01:00
erlang.py Improve the Erlang module #2095 2017-12-20 00:13:47 +01:00
fast_partial.py Update docs for 2018 2018-01-01 20:53:49 +01:00
fc_bgxlf.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
fc_cray.py Cleanup: Break multiple statements on multiple lines 2017-04-17 13:16:57 +02:00
fc_nag.py Split Nag Fortran compiler flags #1797 2016-08-15 19:41:50 +02:00
fc_nec.py Cleanup: Break multiple statements on multiple lines 2017-04-17 13:16:57 +02:00
fc_open64.py Cleanup: Break multiple statements on multiple lines 2017-04-17 13:16:57 +02:00
fc_pgfortran.py Cleanup: Break multiple statements on multiple lines 2017-04-17 13:16:57 +02:00
fc_solstudio.py Cleanup: Break multiple statements on multiple lines 2017-04-17 13:16:57 +02:00
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 Typos 2017-03-27 19:33:16 +02:00
freeimage.py
fsb.py
fsc.py Create installation tasks directly 2016-05-06 15:54:36 +02:00
gccdeps.py Warn against loading gccdeps/msvcdeps options 2017-09-23 09:21:14 +02:00
gob2.py
halide.py Cleanup: Break multiple statements on multiple lines 2017-04-17 13:16:57 +02:00
javatest.py Typos 2017-11-28 20:22:10 +01:00
kde4.py Cleanup: Break multiple statements on multiple lines 2017-04-17 13:16:57 +02:00
local_rpath.py
make.py Simplify boolean comparisons 2017-04-22 22:08:00 +02: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 Warn against loading gccdeps/msvcdeps options 2017-09-23 09:21:14 +02:00
msvs.py Exclude waf-2 folders in waf-2.0 2017-08-19 10:11:36 +02:00
netcache_client.py Cleanup 2017-04-17 12:24:33 +02:00
objcopy.py Typos 2017-03-27 19:33:16 +02:00
ocaml.py Cleanup: Break multiple statements on multiple lines 2017-04-17 13:16:57 +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 Cosmetic changes 2017-12-13 22:09:12 +01: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 Clarify the exception type raised by cmd_and_log 2017-06-20 11:20:53 +02:00
pgicxx.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
proc.py docs 2016-12-04 01:36:00 +01:00
protoc.py protoc: add java support for protobuffers (#2049) 2017-09-26 19:17:40 +02:00
pyqt5.py Update docs for 2018 2018-01-01 20:53:49 +01:00
pytest.py Update docs for 2018 2018-01-01 20:53:49 +01:00
qnxnto.py object.__getattr__ -> object.__getattribute__ 2017-10-20 20:05:06 +02:00
qt4.py Docs: Avoid Qt re-builds by sorting set of includes 2017-07-06 07:47:48 +02:00
relocation.py Cleanup: removed most unused variables and imports 2015-10-11 11:32:27 +02:00
remote.py Typos 2017-03-27 19:33:16 +02:00
resx.py Allow overriding namespace of resx files. 2017-06-04 09:18:27 +02:00
review.py Cleanup: Break multiple statements on multiple lines 2017-04-17 13:16:57 +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 Cleanup: Break multiple statements on multiple lines 2017-04-17 13:16:57 +02:00
run_r_script.py Remove update_outputs from the documentation 2016-06-25 22:48:47 +02:00
sas.py Cleanup: Break multiple statements on multiple lines 2017-04-17 13:16:57 +02:00
satellite_assembly.py Additional merges from #1666 2016-01-03 05:08:10 +01:00
scala.py Cleanup: Break multiple statements on multiple lines 2017-04-17 13:16:57 +02:00
slow_qt4.py Change producer.outstanding.appendleft to producer.outstanding.append 2017-06-14 19:53:01 +02:00
softlink_libs.py Cleanup: Break multiple statements on multiple lines 2017-04-17 13:16:57 +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 Update the Swig example #1982 2017-06-19 19:42:53 +02:00
syms.py Fix #2053 2017-10-04 20:41:21 +02:00
ticgt.py Cleanup: Break multiple statements on multiple lines 2017-04-17 13:16:57 +02:00
unity.py Provide unity builds per task generator 2017-03-04 10:29:04 +01:00
use_config.py Teach use_config to more gracefully fail during options() call #2043 2017-09-23 09:22:35 +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 Cleanup: Break multiple statements on multiple lines 2017-04-17 13:16:57 +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
xcode6.py Typos 2017-10-19 08:27:57 +02:00