| .. |
|
__init__.py
|
Initial commit
|
14 years ago |
|
batched_cc.py
|
Update batched_cc for waf 1.9
|
10 years ago |
|
biber.py
|
Issue 1501 - Biber tool update
|
11 years ago |
|
bjam.py
|
Eliminated the last unused variables from the code
|
10 years ago |
|
blender.py
|
Create installation tasks directly
|
10 years ago |
|
boost.py
|
Argparse updates
|
2 years ago |
|
build_file_timestamp.py
|
Update the build file tracker example
|
2 years ago |
|
build_logs.py
|
Increase granularity in build log filename
|
1 year ago |
|
buildcopy.py
|
buildcopy: Added warning if buildcopy is used without any files to copy
|
7 years ago |
|
c_bgxlc.py
|
Cleanup: removed most unused variables and imports
|
10 years ago |
|
c_dumbpreproc.py
|
Update c_dumbpreproc (broken)
|
5 years ago |
|
c_emscripten.py
|
Update c_nec and c_emscripten
|
2 years ago |
|
c_nec.py
|
Update c_nec and c_emscripten
|
2 years ago |
|
cfg_altoptions.py
|
Move from optparse to argparse
|
2 years ago |
|
clang_cl.py
|
Fix configuration fail when using portable LLVM on Windows
|
5 years ago |
|
clang_compilation_database.py
|
Make clang_compilation_database compatible with variants
|
4 years ago |
|
clang_cross.py
|
Better support for cross compiling with Clang
|
7 years ago |
|
clang_cross_common.py
|
Better support for cross compiling with Clang
|
7 years ago |
|
clangxx_cross.py
|
Better support for cross compiling with Clang
|
7 years ago |
|
codelite.py
|
Use 'usedforsecurity=False' when using Python's hashlib for file hash
|
3 months ago |
|
color_gcc.py
|
Describe why color_gcc.py is no longer relevant
|
2 years ago |
|
color_msvc.py
|
Describe why color_gcc.py is no longer relevant
|
2 years ago |
|
color_rvct.py
|
Use splitlines when possible
|
11 years ago |
|
compat15.py
|
Cleanup: Break multiple statements on multiple lines
|
9 years ago |
|
cppcheck.py
|
Check if sources/include are Nonde3 type
|
7 years ago |
|
cpplint.py
|
Remove old __future references__
|
1 year ago |
|
cross_gnu.py
|
Change DEST_OS to use underscores in order to find a correct gcc_modifier_ function.
|
8 years ago |
|
cython.py
|
cython: use a set for mods instead of a list.
|
7 years ago |
|
dcc.py
|
Argparse updates
|
2 years ago |
|
distnet.py
|
Another Python regression
|
1 year ago |
|
doxygen.py
|
Allow parameter "always" in doxygen tool (waflib/extra/doxygen.py)
|
5 years ago |
|
dpapi.py
|
Cleanup
|
9 years ago |
|
eclipse.py
|
Remove the 'check' target from eclipse.py because it is unused
|
4 years ago |
|
erlang.py
|
Fix all DeprecationWarning: invalid escape sequence
|
7 years ago |
|
fast_partial.py
|
Limit fast_partial.py failures on configuration tests
|
7 years ago |
|
fc_bgxlf.py
|
Cleanup: removed most unused variables and imports
|
10 years ago |
|
fc_cray.py
|
Fix typos
|
7 years ago |
|
fc_flang.py
|
waf-2.1.7
|
1 month ago |
|
fc_fujitsu.py
|
Adding an extra module to detect the Fujitsu Fortran compiler on ARM64FX.
|
3 years ago |
|
fc_nag.py
|
Split Nag Fortran compiler flags #1797
|
9 years ago |
|
fc_nec.py
|
Fix typos
|
7 years ago |
|
fc_nfort.py
|
Support for the Fortran Compiler of the NEC SX-Aurora TSUBASA system.
|
7 years ago |
|
fc_open64.py
|
Cleanup: Break multiple statements on multiple lines
|
9 years ago |
|
fc_pgfortran.py
|
Cleanup: Break multiple statements on multiple lines
|
9 years ago |
|
fc_solstudio.py
|
Cleanup: Break multiple statements on multiple lines
|
9 years ago |
|
fc_xlf.py
|
always use the convention that commands are lists, remove find_perl_program, add interpreter
|
12 years ago |
|
file_to_object.py
|
Port file_to_obj to Python3
|
5 years ago |
|
fluid.py
|
Typos
|
9 years ago |
|
freeimage.py
|
Argparse updates
|
2 years ago |
|
fsb.py
|
Initial commit
|
14 years ago |
|
fsc.py
|
Create installation tasks directly
|
10 years ago |
|
gccdeps.py
|
wafcache, gccdeps and mvcsdeps are incompatible with each other
|
4 months ago |
|
gdbus.py
|
Cosmetic changes on the gdbus/dbus tools
|
8 years ago |
|
gob2.py
|
Initial commit
|
14 years ago |
|
halide.py
|
Cleanup: Break multiple statements on multiple lines
|
9 years ago |
|
haxe.py
|
Haxe Toolkit support
|
3 years ago |
|
javatest.py
|
javatest: add dependency management for jar/java taskgens
|
6 years ago |
|
kde4.py
|
Fix all DeprecationWarning: invalid escape sequence
|
7 years ago |
|
local_rpath.py
|
Fix local_rpath tool
|
7 years ago |
|
make.py
|
Simplify boolean comparisons
|
9 years ago |
|
midl.py
|
Have Task.exec_command add tsk.env.PATH to os.environ in the child process
|
10 years ago |
|
msvc_pdb.py
|
Update msvc_pdb.py from the master branch
|
6 years ago |
|
msvc_toolset.py
|
msvc_toolset: Support msvc_prerelease option
|
1 month ago |
|
msvcdeps.py
|
wafcache, gccdeps and mvcsdeps are incompatible with each other
|
4 months ago |
|
msvs.py
|
Use 'usedforsecurity=False' when using Python's hashlib for file hash
|
3 months ago |
|
netcache_client.py
|
Use 'usedforsecurity=False' when using Python's hashlib for file hash
|
3 months ago |
|
objcopy.py
|
Use cross_prefix option for objcopy if available
|
7 years ago |
|
ocaml.py
|
Fix all DeprecationWarning: invalid escape sequence
|
7 years ago |
|
package.py
|
Beautify Logs.{debug,error,info,warn} now that the formatting bug is fixed
|
10 years ago |
|
parallel_debug.py
|
Argparse updates
|
2 years ago |
|
pch.py
|
Fix playground/pch's second example
|
5 years ago |
|
pep8.py
|
docs - #1836
|
9 years ago |
|
pgicc.py
|
Fix all DeprecationWarning: invalid escape sequence
|
7 years ago |
|
pgicxx.py
|
Cleanup: removed most unused variables and imports
|
10 years ago |
|
proc.py
|
docs
|
9 years ago |
|
protoc.py
|
protoc: make sure output directory exists for java
|
7 years ago |
|
pthread.py
|
extras: pthread: fix check for C mode with paranoid -Werror=old-style-declaration and -Werror=unused-variable
|
2 years ago |
|
pyqt5.py
|
pyqt5: extend support to Qt6 (both PyQt6 and PySide6)
|
1 year ago |
|
pytest.py
|
pytest: add handling also of java dependencies via CLASSPATH (ie. JEP/Jython)
|
6 years ago |
|
qnxnto.py
|
object.__getattr__ -> object.__getattribute__
|
8 years ago |
|
qt4.py
|
Argparse updates
|
2 years ago |
|
relocation.py
|
Use 'usedforsecurity=False' when using Python's hashlib for file hash
|
3 months ago |
|
remote.py
|
Fix all DeprecationWarning: invalid escape sequence
|
7 years ago |
|
resx.py
|
Allow overriding namespace of resx files.
|
9 years ago |
|
review.py
|
Move from optparse to argparse
|
2 years ago |
|
rst.py
|
Fix the example in playground/rst
|
2 years ago |
|
run_do_script.py
|
Fix all DeprecationWarning: invalid escape sequence
|
7 years ago |
|
run_m_script.py
|
Remove update_outputs from the documentation
|
10 years ago |
|
run_py_script.py
|
Cleanup: Break multiple statements on multiple lines
|
9 years ago |
|
run_r_script.py
|
Remove update_outputs from the documentation
|
10 years ago |
|
sas.py
|
Cleanup: Break multiple statements on multiple lines
|
9 years ago |
|
satellite_assembly.py
|
Additional merges from #1666
|
10 years ago |
|
scala.py
|
Remove old broken examples
|
2 years ago |
|
slow_qt.py
|
Update more examples
|
2 years ago |
|
softlink_libs.py
|
softlink_libs.py: fix printing default option value with argparse
|
2 years ago |
|
sphinx.py
|
sphinx: put doctrees temporary directory out of destination dir
|
1 year ago |
|
stale.py
|
Update the example that cleans any non-declared file #2415
|
2 years ago |
|
stracedeps.py
|
Use the new syntax for sets
|
9 years ago |
|
swig.py
|
swig: skip CR (\r) if present in module name
|
5 years ago |
|
syms.py
|
extras/syms: fix symbol regex on mac-o binaries
|
7 years ago |
|
ticgt.py
|
Argparse updates
|
2 years ago |
|
unity.py
|
Argparse updates
|
2 years ago |
|
use_config.py
|
Move from optparse to argparse
|
2 years ago |
|
valadoc.py
|
Beautify Logs.{debug,error,info,warn} now that the formatting bug is fixed
|
10 years ago |
|
waf_xattr.py
|
Provide an example of storage using extended filesystem attributes
|
8 years ago |
|
why.py
|
Use 'usedforsecurity=False' when using Python's hashlib for file hash
|
3 months ago |
|
win32_opts.py
|
Use 'usedforsecurity=False' when using Python's hashlib for file hash
|
3 months ago |
|
wix.py
|
Made this project build on Linux
|
10 years ago |
|
xcode6.py
|
Escape quoted strings in Xcode project
|
5 years ago |