You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Eli Schwartz
b3b57342ef
tests: fix critical existence failure of doxygen test
...
It was totally subproject-unsafe, and setting a super bad example. This
is bad, because doxygen is annoying to get right and we occasionally
tell people to go use our example test case.
There is a fun nuance here, that makes doxygen unpredictably work on
some versions, and fail on others. Specifically, values must be quoted
in doxygen 1.8, but not in doxygen 1.9, or they break -- but only if the
output directory contains spaces. This was "fixed" in commit
ef91bacb7a
which actually caused it to act like an unquoted OUTPUT_DIRECTORY is not
provided at all, and then fixed for real in commit
eb3d1eb5ad
For portability, it is necessary to quote this just to be on the safe
side.
Fixes #11579
2 years ago
..
cmake
cmake: Add rule relaxations for CMake subprojects
2 years ago
common
Make generator exe more resilient.
2 years ago
csharp
compilers/d: Add b_ndebug support
5 years ago
cuda
Fix crash when getting cuda options
3 years ago
cython
cython: add unittest to verify that depfiles work
2 years ago
d
Merge pull request #10464 from rtbo/fix_generated_deps
3 years ago
failing
handle meson_version after parsing but before invalid project() kwargs
2 years ago
failing build
cmake: ci: Skip tests on Ubuntu Bionic where CMake is stuck on 3.10
3 years ago
failing test
[TAP] Fix TAP parser when test exits with status
4 years ago
fortran
tests: unskip windows mixing msvc and fortran, for non-gcc fortran
2 years ago
fpga/ 1 simple
tests: remove deprecated `import('unstable_')`
2 years ago
frameworks
tests: fix critical existence failure of doxygen test
2 years ago
java
test cases: use best practices method to find the python3 program
2 years ago
keyval
interpreter: move handling of module stability to interpreter
2 years ago
linuxlike
Fix generator expression list problems ( fixes #10288 )
3 years ago
nasm
nasm: Link with windows CRT libs when nasm is used as linker language
2 years ago
native
holders: Fix the remaining code to respect the holder changes
4 years ago
objc
editorconfig: add setting to trim trailing whitespace
3 years ago
objcpp
editorconfig: add setting to trim trailing whitespace
3 years ago
osx
Revert "tests: Test extern'd globals on MacOS with the Apple Archiver"
2 years ago
python
backends: add a new "none" backend
2 years ago
python3
tests: fix edge case where non-default python is used, by skipping it
2 years ago
rewrite
rewriter: create {add,rm}_extra_files commands
3 years ago
rust
typed_kwargs: Extend since_values and deprecated_values for types
2 years ago
swift
Xcode: make Swift projects work.
4 years ago
unit
Stop using replace_if_different() for coredata pickle file
2 years ago
vala
test cases/vala: Fix clang error during int to pointer coercion
2 years ago
warning
tests: Add a test for a target with no sources
2 years ago
wasm
editorconfig: add setting to trim trailing whitespace
3 years ago
wayland
modules/wayland: Rename core_only to include_core_only
2 years ago
windows
test cases: use best practices method to find the python3 program
2 years ago