2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-24 02:40:26 +01:00
waf/waflib/extras
Federico Pellegrin 4356a0dfbe sphinx: put doctrees temporary directory out of destination dir
This prevents the doctrees cache being installed in the install
phase which is not desiderable. Each build has a private one,
since each is a separate task and otherwise we can have race
conditions.
2024-10-24 02:08:12 +08:00
..
__init__.py
batched_cc.py
biber.py
bjam.py
blender.py
boost.py Argparse updates 2024-05-14 00:26:16 +02:00
build_file_timestamp.py Update the build file tracker example 2024-05-20 23:12:43 +02:00
build_logs.py Increase granularity in build log filename 2024-08-02 10:17:08 -04:00
buildcopy.py buildcopy: Added warning if buildcopy is used without any files to copy 2019-01-25 12:25:28 +00:00
c_bgxlc.py
c_dumbpreproc.py Update c_dumbpreproc (broken) 2020-07-20 22:37:18 +02:00
c_emscripten.py Update c_nec and c_emscripten 2024-04-16 00:25:45 +02:00
c_nec.py Update c_nec and c_emscripten 2024-04-16 00:25:45 +02:00
cfg_altoptions.py Move from optparse to argparse 2024-04-28 00:35:28 +02:00
clang_cl.py Fix configuration fail when using portable LLVM on Windows 2020-08-13 20:54:19 +02:00
clang_compilation_database.py Make clang_compilation_database compatible with variants 2021-07-15 19:09:43 +02:00
clang_cross_common.py Better support for cross compiling with Clang 2019-05-10 00:30:58 +02:00
clang_cross.py Better support for cross compiling with Clang 2019-05-10 00:30:58 +02:00
clangxx_cross.py Better support for cross compiling with Clang 2019-05-10 00:30:58 +02:00
codelite.py
color_gcc.py Describe why color_gcc.py is no longer relevant 2024-03-09 11:10:41 +01:00
color_msvc.py Describe why color_gcc.py is no longer relevant 2024-03-09 11:10:41 +01:00
color_rvct.py
compat15.py
cppcheck.py Check if sources/include are Nonde3 type 2018-08-21 17:52:09 +02:00
cpplint.py Argparse updates 2024-05-14 00:26:16 +02:00
cross_gnu.py
cython.py cython: use a set for mods instead of a list. 2018-11-24 12:59:35 +01:00
dcc.py Argparse updates 2024-05-14 00:26:16 +02:00
distnet.py Another Python regression 2024-07-13 23:06:31 +08:00
doxygen.py Allow parameter "always" in doxygen tool (waflib/extra/doxygen.py) 2020-07-20 22:37:00 +02:00
dpapi.py
eclipse.py Remove the 'check' target from eclipse.py because it is unused 2021-12-09 15:47:16 +01:00
erlang.py Fix all DeprecationWarning: invalid escape sequence 2019-01-05 12:02:42 +01:00
fast_partial.py Limit fast_partial.py failures on configuration tests 2019-06-25 11:53:00 +02:00
fc_bgxlf.py
fc_cray.py Fix typos 2018-07-28 19:47:10 -04:00
fc_flang.py fc: add support for the flang compiler 2024-05-30 17:14:45 +02:00
fc_fujitsu.py Adding an extra module to detect the Fujitsu Fortran compiler on ARM64FX. 2022-11-20 06:56:06 +01:00
fc_nag.py
fc_nec.py Fix typos 2018-07-28 19:47:10 -04:00
fc_nfort.py Support for the Fortran Compiler of the NEC SX-Aurora TSUBASA system. 2018-12-21 20:18:12 +01:00
fc_open64.py
fc_pgfortran.py
fc_solstudio.py
fc_xlf.py
file_to_object.py Port file_to_obj to Python3 2020-08-03 23:30:33 +02:00
fluid.py
freeimage.py Argparse updates 2024-05-14 00:26:16 +02:00
fsb.py
fsc.py
gccdeps.py gccdeps: Harden class wrapping 2022-10-02 01:50:30 +02:00
gdbus.py Cosmetic changes on the gdbus/dbus tools 2018-03-21 23:56:48 +01:00
gob2.py
halide.py
haxe.py Haxe Toolkit support 2023-03-28 22:57:14 +00:00
javatest.py javatest: add dependency management for jar/java taskgens 2020-01-04 11:31:25 +01:00
kde4.py Fix all DeprecationWarning: invalid escape sequence 2019-01-05 12:02:42 +01:00
local_rpath.py Fix local_rpath tool 2019-06-19 22:03:59 +02:00
make.py
midl.py
msvc_pdb.py Update msvc_pdb.py from the master branch 2019-11-10 10:41:25 +01:00
msvcdeps.py Avoid coloring all MSVC logs #2366 2024-03-09 11:10:34 +01:00
msvs.py waflib: extras: msvs: enclose solution path into doublequotes in generated shell commands 2023-04-10 19:58:22 +02:00
netcache_client.py
objcopy.py Use cross_prefix option for objcopy if available 2019-06-19 22:15:03 +02:00
ocaml.py Fix all DeprecationWarning: invalid escape sequence 2019-01-05 12:02:42 +01:00
package.py
parallel_debug.py Argparse updates 2024-05-14 00:26:16 +02:00
pch.py Fix playground/pch's second example 2020-08-10 21:23:09 +02:00
pep8.py
pgicc.py Fix all DeprecationWarning: invalid escape sequence 2019-01-05 12:02:42 +01:00
pgicxx.py
proc.py
protoc.py protoc: make sure output directory exists for java 2019-05-06 08:17:20 +02:00
pthread.py extras: pthread: fix check for C mode with paranoid -Werror=old-style-declaration and -Werror=unused-variable 2024-01-23 21:46:06 +03:00
pyqt5.py pyqt5: extend support to Qt6 (both PyQt6 and PySide6) 2024-08-09 08:52:37 +02:00
pytest.py pytest: add handling also of java dependencies via CLASSPATH (ie. JEP/Jython) 2019-09-10 09:55:17 +02:00
qnxnto.py
qt4.py Argparse updates 2024-05-14 00:26:16 +02:00
relocation.py
remote.py Fix all DeprecationWarning: invalid escape sequence 2019-01-05 12:02:42 +01:00
resx.py
review.py Move from optparse to argparse 2024-04-28 00:35:28 +02:00
rst.py Fix the example in playground/rst 2024-05-20 21:04:25 +02:00
run_do_script.py Fix all DeprecationWarning: invalid escape sequence 2019-01-05 12:02:42 +01:00
run_m_script.py
run_py_script.py
run_r_script.py
sas.py
satellite_assembly.py
scala.py Remove old broken examples 2024-05-19 15:59:06 +02:00
slow_qt.py Update more examples 2024-05-21 20:35:25 +02:00
softlink_libs.py softlink_libs.py: fix printing default option value with argparse 2024-05-25 01:39:55 +00:00
sphinx.py sphinx: put doctrees temporary directory out of destination dir 2024-10-24 02:08:12 +08:00
stale.py Update the example that cleans any non-declared file #2415 2023-09-15 18:39:31 +02:00
stracedeps.py
swig.py swig: skip CR (\r) if present in module name 2021-05-06 21:48:29 +02:00
syms.py extras/syms: fix symbol regex on mac-o binaries 2019-03-31 19:32:39 +02:00
ticgt.py Argparse updates 2024-05-14 00:26:16 +02:00
unity.py Argparse updates 2024-05-14 00:26:16 +02:00
use_config.py Move from optparse to argparse 2024-04-28 00:35:28 +02:00
valadoc.py
waf_xattr.py Provide an example of storage using extended filesystem attributes 2018-02-17 22:35:52 +01:00
why.py
win32_opts.py
wix.py
xcode6.py Escape quoted strings in Xcode project 2020-07-20 22:36:39 +02:00