You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
waf/waflib/extras
u3shit 815844ef75 gccdeps: ignore TaskNotReady errors
see "hack" in libshit
2 years ago
..
__init__.py Initial commit 13 years ago
batched_cc.py Update batched_cc for waf 1.9 9 years ago
biber.py Issue 1501 - Biber tool update 10 years ago
bjam.py Eliminated the last unused variables from the code 9 years ago
blender.py Create installation tasks directly 9 years ago
boo.py @after->@after_method 13 years ago
boost.py boost: ignore version number from library name 5 years ago
build_file_tracker.py Remove update_outputs from the documentation 9 years ago
build_logs.py Fix waflib/extras/syms.py 9 years ago
buildcopy.py buildcopy: Added warning if buildcopy is used without any files to copy 6 years ago
c_bgxlc.py Cleanup: removed most unused variables and imports 9 years ago
c_dumbpreproc.py Update c_dumbpreproc (broken) 5 years ago
c_emscripten.py iso8859-1 -> latin-1 8 years ago
c_nec.py Cleanup: Break multiple statements on multiple lines 8 years ago
cabal.py Cleanup: removed most unused variables and imports 9 years ago
cfg_altoptions.py Cleanup: removed most unused variables and imports 9 years ago
clang_compilation_database.py fix clangdb not respecting BuildContext's variant (kinda) 2 years ago
clang_cross.py Better support for cross compiling with Clang 6 years ago
clang_cross_common.py Better support for cross compiling with Clang 6 years ago
clangxx_cross.py Better support for cross compiling with Clang 6 years ago
classic_runner.py Provide the classic runner system from waf 1.x as an extension 3 years ago
codelite.py Exclude waf-2 folders in waf-2.0 7 years ago
color_gcc.py color_gcc: Check that cmd has elements in it before processing it. 3 years ago
color_msvc.py Add color_msvc tool, which colorizes MSVC output like GCC does by default 6 years ago
color_rvct.py Use splitlines when possible 10 years ago
compat15.py Cleanup: Break multiple statements on multiple lines 8 years ago
cppcheck.py Check if sources/include are Nonde3 type 6 years ago
cpplint.py Fix suspicious warnings 2 years ago
cross_gnu.py Change DEST_OS to use underscores in order to find a correct gcc_modifier_ function. 7 years ago
cython.py cython: use a set for mods instead of a list. 6 years ago
dcc.py Cleanup: Break multiple statements on multiple lines 8 years ago
distnet.py Fix all DeprecationWarning: invalid escape sequence 6 years ago
doxygen.py Allow parameter "always" in doxygen tool (waflib/extra/doxygen.py) 5 years ago
dpapi.py Cleanup 8 years ago
eclipse.py Avoid errors in case ECLIPSE_EXTRA_TARGETS is is set to None 3 years ago
erlang.py Fix all DeprecationWarning: invalid escape sequence 6 years ago
fast_partial.py Limit fast_partial.py failures on configuration tests 5 years ago
fc_bgxlf.py Cleanup: removed most unused variables and imports 9 years ago
fc_cray.py Fix typos 6 years ago
fc_fujitsu.py Adding an extra module to detect the Fujitsu Fortran compiler on ARM64FX. 2 years ago
fc_nag.py Split Nag Fortran compiler flags #1797 8 years ago
fc_nec.py Fix typos 6 years ago
fc_nfort.py Support for the Fortran Compiler of the NEC SX-Aurora TSUBASA system. 6 years ago
fc_open64.py Cleanup: Break multiple statements on multiple lines 8 years ago
fc_pgfortran.py Cleanup: Break multiple statements on multiple lines 8 years ago
fc_solstudio.py Cleanup: Break multiple statements on multiple lines 8 years ago
fc_xlf.py always use the convention that commands are lists, remove find_perl_program, add interpreter 11 years ago
file_to_object.py Port file_to_obj to Python3 4 years ago
fluid.py Typos 8 years ago
freeimage.py use lists instead of tuples for constants and convert to unix format all .py files 13 years ago
fsb.py Initial commit 13 years ago
fsc.py Create installation tasks directly 9 years ago
gccdeps.py gccdeps: ignore TaskNotReady errors 2 years ago
gdbus.py Cosmetic changes on the gdbus/dbus tools 7 years ago
genpybind.py Set resource-dir explicitly for genpybind-parse 5 years ago
gob2.py Initial commit 13 years ago
halide.py Cleanup: Break multiple statements on multiple lines 8 years ago
haxe.py Haxe support 4 years ago
javatest.py javatest: add dependency management for jar/java taskgens 5 years ago
kde4.py Fix all DeprecationWarning: invalid escape sequence 6 years ago
local_rpath.py Fix local_rpath tool 6 years ago
make.py Simplify boolean comparisons 8 years ago
midl.py Have Task.exec_command add tsk.env.PATH to os.environ in the child process 9 years ago
msvc_pdb.py Fix one more issue in msvc_pdb.py 5 years ago
msvcdeps.py msvcdeps: Align with gccdeps 4 years ago
msvs.py msvs: Update project sorting in visual studio solution file 4 years ago
netcache_client.py Cleanup 8 years ago
objcopy.py Use cross_prefix option for objcopy if available 6 years ago
ocaml.py Fix all DeprecationWarning: invalid escape sequence 6 years ago
package.py Beautify Logs.{debug,error,info,warn} now that the formatting bug is fixed 9 years ago
parallel_debug.py docs 6 years ago
pch.py Fix playground/pch's second example 4 years ago
pep8.py docs - #1836 8 years ago
pgicc.py Fix all DeprecationWarning: invalid escape sequence 6 years ago
pgicxx.py Cleanup: removed most unused variables and imports 9 years ago
proc.py docs 8 years ago
protoc.py protoc: make sure output directory exists for java 6 years ago
pyqt5.py pyqt5: improve autodetection of tools and add flag support 3 years ago
pytest.py pytest: add handling also of java dependencies via CLASSPATH (ie. JEP/Jython) 5 years ago
qnxnto.py object.__getattr__ -> object.__getattribute__ 7 years ago
qt4.py Rework the previous changes 6 years ago
relocation.py Cleanup: removed most unused variables and imports 9 years ago
remote.py Fix all DeprecationWarning: invalid escape sequence 6 years ago
resx.py Allow overriding namespace of resx files. 8 years ago
review.py Cleanup: Break multiple statements on multiple lines 8 years ago
rst.py Beautify Logs.{debug,error,info,warn} now that the formatting bug is fixed 9 years ago
run_do_script.py Fix all DeprecationWarning: invalid escape sequence 6 years ago
run_m_script.py Remove update_outputs from the documentation 9 years ago
run_py_script.py Cleanup: Break multiple statements on multiple lines 8 years ago
run_r_script.py Remove update_outputs from the documentation 9 years ago
sas.py Cleanup: Break multiple statements on multiple lines 8 years ago
satellite_assembly.py Additional merges from #1666 9 years ago
scala.py Cleanup: Break multiple statements on multiple lines 8 years ago
slow_qt4.py The cxx_hook override in slow_qt4 is missing a return bloack 7 years ago
softlink_libs.py Cleanup: Break multiple statements on multiple lines 8 years ago
sphinx.py sphinx: support multiple output formats 2 years ago
stale.py Update waflib/extras/stale.py 9 years ago
stracedeps.py Use the new syntax for sets 8 years ago
swig.py swig: skip CR (\r) if present in module name 4 years ago
syms.py extras/syms: fix symbol regex on mac-o binaries 6 years ago
ticgt.py Cleanup: Break multiple statements on multiple lines 8 years ago
unity.py Provide unity builds per task generator 8 years ago
use_config.py Update GitHub URLs for GitLab equivalents 6 years ago
valadoc.py Beautify Logs.{debug,error,info,warn} now that the formatting bug is fixed 9 years ago
waf_xattr.py Provide an example of storage using extended filesystem attributes 7 years ago
wafcache.py Add asynchronous wafcache uploads 2 years ago
why.py Cleanup: Break multiple statements on multiple lines 8 years ago
win32_opts.py Node.search -> Node.search_node #1783 8 years ago
wix.py Made this project build on Linux 9 years ago
xcode6.py Escape quoted strings in Xcode project 5 years ago