waf/waflib/Tools
Waf Project bd5c22d484 Move from optparse to argparse 2024-04-28 00:35:28 +02:00
..
__init__.py Update docs for 2018 2018-01-01 20:53:49 +01:00
ar.py Update docs for 2018 2018-01-01 20:53:49 +01:00
asm.py Force an asm-specific defines flag 2020-08-15 12:16:36 +02:00
bison.py Update docs for 2018 2018-01-01 20:53:49 +01:00
c.py Update docs for 2018 2018-01-01 20:53:49 +01:00
c_aliases.py Improve error messages in c_aliases 2019-10-08 20:04:00 +02:00
c_config.py Add macros for intel compiler detection (icx, icpx, ifx) 2023-10-21 10:04:38 +02:00
c_osx.py Update docs for 2018 2018-01-01 20:53:49 +01:00
c_preproc.py Fix all DeprecationWarning: invalid escape sequence 2019-01-05 12:02:42 +01:00
c_tests.py tools: c_tests: use stlib flag instead of shlib in check_endianness 2022-05-12 14:56:09 +02:00
ccroot.py docs: fix the inheritance diagrams in the apidocs 2022-05-17 23:54:58 +02:00
clang.py Api docs 2016-06-25 21:30:32 +02:00
clangxx.py Update docs for 2018 2018-01-01 20:53:49 +01:00
compiler_c.py Add support for GNU/kFreeBSD 2021-12-14 14:24:32 +01:00
compiler_cxx.py Add support for GNU/kFreeBSD 2021-12-14 14:24:32 +01:00
compiler_d.py Update docs for 2018 2018-01-01 20:53:49 +01:00
compiler_fc.py Api docs 2016-06-25 21:30:32 +02:00
cs.py Update docs for 2018 2018-01-01 20:53:49 +01:00
cxx.py Update docs for 2018 2018-01-01 20:53:49 +01:00
d.py Update docs for 2018 2018-01-01 20:53:49 +01:00
d_config.py Update docs for 2018 2018-01-01 20:53:49 +01:00
d_scan.py Fix all DeprecationWarning: invalid escape sequence 2019-01-05 12:02:42 +01:00
dbus.py Cosmetic changes on the gdbus/dbus tools 2018-03-21 23:56:48 +01:00
dmd.py Update docs for 2018 2018-01-01 20:53:49 +01:00
errcheck.py Enable more advanced warnings of ant_glob on build folders in verbose mode 2017-12-23 20:36:14 +01:00
fc.py Propagate ldflags to fortran tasks #2262 2019-10-20 07:39:11 +02:00
fc_config.py Fix all DeprecationWarning: invalid escape sequence 2019-01-05 12:02:42 +01:00
fc_scan.py Fix all DeprecationWarning: invalid escape sequence 2019-01-05 12:02:42 +01:00
flex.py Update docs for 2018 2018-01-01 20:53:49 +01:00
g95.py Update docs for 2018 2018-01-01 20:53:49 +01:00
gas.py Add a dependency scanner for gas/yasm and nasm (incomplete) 2019-06-26 15:00:03 +02:00
gcc.py Update docs for 2018 2018-01-01 20:53:49 +01:00
gdc.py Simplify env['FOO'] -> env.FOO 2016-06-25 23:54:12 +02:00
gfortran.py Update docs for 2018 2018-01-01 20:53:49 +01:00
glib2.py glib-mkenums is a Python script no need to check for perl 2023-10-21 10:47:05 +02:00
gnu_dirs.py Move from optparse to argparse 2024-04-28 00:35:28 +02:00
gxx.py Update docs for 2018 2018-01-01 20:53:49 +01:00
icc.py Detect new intel compilers (icx, icpx, ifx) 2023-09-26 22:40:09 +02:00
icpc.py Detect new intel compilers (icx, icpx, ifx) 2023-09-26 22:40:09 +02:00
ifort.py Remove old Itanium references in msvc/ifort detection 2024-03-23 10:59:16 +01:00
intltool.py Update docs for 2018 2018-01-01 20:53:49 +01:00
irixcc.py Remove conf.find_cpp from irix compiler detection 2019-12-10 07:32:08 +01:00
javaw.py javaw: fix buglet overwrites working variable while adding dependencies 2020-01-04 11:31:15 +01:00
ldc2.py Simplify env['FOO'] -> env.FOO 2016-06-25 23:54:12 +02:00
lua.py Update docs for 2018 2018-01-01 20:53:49 +01:00
md5_tstamp.py Describe how to load md5_tstamp - Issue 2231 2019-04-19 18:47:02 +02:00
msvc.py Remove old Itanium references in msvc/ifort detection 2024-03-23 10:59:16 +01:00
nasm.py Add a dependency scanner for gas/yasm and nasm (incomplete) 2019-06-26 15:00:03 +02:00
nobuild.py Added the tool called 'nobuild' to help troubleshoot build scripts 2015-12-23 17:55:44 +01:00
perl.py Update docs for 2018 2018-01-01 20:53:49 +01:00
python.py Python3: install packages to "site-packages" (same as waf-2.0) 2022-12-31 10:19:18 +01:00
qt5.py Reduce verbosity when both Qt5 and Qt6 are installed on a system 2024-03-09 12:16:56 +01:00
ruby.py Update docs for 2018 2018-01-01 20:53:49 +01:00
suncc.py Update docs for 2018 2018-01-01 20:53:49 +01:00
suncxx.py Update docs for 2018 2018-01-01 20:53:49 +01:00
tex.py Switch to nonstopmode for latex prompts #2421 2023-12-07 21:14:05 +01:00
vala.py Obtain vala tasks directly 2017-09-14 22:47:27 +02:00
waf_unit_test.py waf_unit_test: Fix command handling under windows 2021-01-21 18:51:47 +01:00
wafcache.py Lock wafcache on non-posix systems 2024-04-01 17:02:15 +02:00
winres.py winres: Pass include paths by environment variable 2021-04-05 22:04:23 +02:00
xlc.py Update docs for 2018 2018-01-01 20:53:49 +01:00
xlcxx.py Update docs for 2018 2018-01-01 20:53:49 +01:00