Thomas Nagy
8722191e44
Fix playground/pch's second example
2020-08-10 21:16:06 +02:00
Thomas Nagy
49a9845639
Port file_to_obj to Python3
2020-08-03 23:31:18 +02:00
Thomas Nagy
1c1204a739
Improve wafcache process pre-allocation
2020-08-03 23:21:36 +02:00
Thomas Nagy
a01652d3c2
Conceal gccdeps/msvcdeps errors on inaccessible/unreadable files
2020-06-25 00:55:46 +02:00
Thomas Nagy
8b6786623d
gccdeps/msvcdeps: renaming a header must rebuild silently #2293
2020-06-20 00:45:10 +02:00
Thomas Nagy
8537c0de4a
Update c_dumbpreproc (broken)
2020-06-18 21:15:46 +02:00
Andreu Montiel
1e1818c06b
Allow parameter "always" in doxygen tool (waflib/extra/doxygen.py)
2020-06-13 16:45:18 +02:00
Johan Pauwels
058552063c
Escape quoted strings in Xcode project
2020-05-18 13:15:11 +01:00
Johan Pauwels
0d5f11ca29
Export preprocessor macros in Xcode project
2020-05-18 13:13:51 +01:00
Johan Pauwels
44cd7ff57d
Fix configuration of linker flags in Xcode file
2020-05-18 13:12:48 +01:00
Johan Pauwels
bb86b2c15b
Fix alignment in generated Xcode file
2020-05-18 13:09:40 +01:00
ita1024
3ce7da0976
Merge branch 'sphynx_install' into 'master'
...
sphinx: fix installation phase (as generated files are unknown until build)
See merge request ita1024/waf!2289
2020-05-15 15:31:27 +00:00
Johan Pauwels
aafc0364fc
Xcode6 py3 fix.
...
The return type of .keys() in Python 3 is no longer a list, but a
'dict_keys', which does not support the '+' operator.
2020-05-14 20:26:43 +00:00
Federico Pellegrin
def556acd6
sphinx: fix installation phase (as generated files are unknown until build)
2020-05-06 13:50:26 +02:00
Michael Vincent
f414602722
msvcdeps: Tweak debug output
...
Print out which source file waf is gathering dependencies for and leave
the leading spaces in the dependency debug output because it can be
helpful to see the dependency hierarchy.
2020-04-22 19:12:13 -05:00
Mathieu Courtois
cef110adc2
boost: ignore version number from library name
2020-04-10 09:34:26 +02:00
Mathieu Courtois
d2bd00ec5a
boost: fix removal of lib extension
2020-04-09 15:58:05 +02:00
Michael Vincent
44bb31da96
gccdeps: Add support for gas
...
Add support for generating and using gcc's native dependency files with
the GNU Assembler in addition to the existing C/C++ support.
When the gas and gccdeps tools are loaded, the configure step will test
whether gcc operating on an assembly file supports the -MMD argument.
If so, waf will pass the -MMD argument to .S files assembled with gcc
which will cause it to generate .d dependency files. Waf will then parse
those files for dependency information.
Note: This will only work for assembly files compiled through the gcc
frontend, not with GNU as directly. It also requires assembly files to
use the uppercase .S file extension.
2020-02-24 11:28:45 -06:00
Federico Pellegrin
69e1290b40
doxygen: add ext_int to force build ordering
2020-02-17 11:44:14 +01:00
Federico Pellegrin
f7962c5edc
javatest: add dependency management for jar/java taskgens
2020-01-04 10:17:40 +01:00
Morten V. Pedersen
6467070a1f
Using suggested self.cmd.startswith approach
2020-01-02 14:47:39 +01:00
Morten V. Pedersen
23c533566f
Fix detection of build context when a custom context is used
2019-12-18 11:24:32 +01:00
Thomas Nagy
ec79cdf125
Use task.get_cwd() in clang_compilation_database
2019-11-10 19:00:50 +01:00
Rafaël Kooi
c0c4e29c9f
Add back an accidentally deleted line clang_compilation_database.py
2019-11-10 15:50:30 +01:00
Thomas Nagy
3832f5c94b
Typo
2019-11-10 12:34:18 +01:00
Thomas Nagy
5b82ba4fa4
Fix relative path comparisons in clang_compilation_database
2019-11-10 12:32:51 +01:00
Thomas Nagy
b5173b099e
Fix one more issue in msvc_pdb.py
2019-11-09 00:55:18 +01:00
Thomas Nagy
8849fe04e7
Further simplifications
2019-11-09 00:22:31 +01:00
Thomas Nagy
b0539ba41b
Simplify msvc_pdb.py
2019-11-09 00:16:15 +01:00
Thomas Nagy
0fca958657
Normalize the indentation according to the rest of the project
2019-11-08 20:43:45 +01:00
Thomas Nagy
3ac0ff4fd6
Ignore resource files
2019-11-08 20:39:47 +01:00
e53f071bbe
msvc_pdb: check compiled_tasks existence, so it will not misleadingly throw a stacktrace if no sources was added
2019-11-04 16:31:58 +03:00
Thomas Nagy
9da14a3356
Improve cache activity verbosity
2019-10-27 12:57:11 +01:00
Thomas Nagy
bd5ae88e15
Push wafcache files synchronously for now
2019-10-23 19:52:26 +02:00
Rafaël Kooi
05a9ba59c6
[MSVC/Fortran] Add /Fd flag when /Zi or /ZI flags are detected
...
Fixes #1731
2019-10-21 23:52:05 +02:00
ita1024
a56186637c
Merge branch 'pytest_njd' into 'master'
...
pytest: add handling also of java dependencies via CLASSPATH (ie. JEP/Jython)
See merge request ita1024/waf!2258
2019-09-13 22:24:55 +00:00
Federico Pellegrin
02c3711e2e
javatest: manage environment also for non-java dependencies (ie. JNI / JEP)
2019-09-13 22:24:28 +00:00
Federico Pellegrin
7ab507c799
pytest: add handling also of java dependencies via CLASSPATH (ie. JEP/Jython)
2019-09-10 09:55:17 +02:00
b8fd6a0515
clang_compilation_database: fix #2247 , add clangdb command to generate database by request without rebuilding, add tests (WIP)
2019-09-08 20:05:37 +00:00
Thomas Nagy
4389e4400e
Add WAFCACHE_NO_PUSH to extras/wafcache
2019-09-01 09:31:07 +02:00
Thomas Nagy
aece9b5e4b
Enable wafcache remote servers
2019-08-25 22:31:12 +02:00
Thomas Nagy
0c0916ebdb
Add a new file-based waf cache implementation
2019-08-01 21:23:46 +02:00
Philipp Spilger
ab167f687d
Fix doxygen task-gen. pars input before processing
...
* OUTPUT_DIRECTORY now is created for a present parameter in `pars`
of the task.
2019-07-05 10:38:10 +00:00
David Stöckel
0c16ab4f65
Set resource-dir explicitly for genpybind-parse
2019-07-02 10:46:34 +02:00
Johann Klähn
cc20b414b3
Add genpybind feature
2019-07-02 10:46:34 +02:00
Thomas Nagy
b7a6114ac7
Limit fast_partial.py failures on configuration tests
2019-06-25 11:53:00 +02:00
Thomas Nagy
9b3ab4b874
Improve fast_partial compatibility #2240
2019-06-23 08:45:18 +02:00
ita1024
e9498c9ad7
Merge branch 'cross_prefix_objcopy' into 'master'
...
Use cross_prefix option for objcopy if available
See merge request ita1024/waf!2247
2019-06-19 20:29:27 +00:00
Eric Müller
97ab1e5a52
Use cross_prefix option for objcopy if available
2019-06-19 22:15:03 +02:00
Eric Müller
68ec2057b9
Fix local_rpath tool
2019-06-19 22:03:59 +02:00