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
5cb9f2b066
fix regression in vcs_tag when the VCS program is not installed
...
We are supposed to fallback on the fallback when running the vcstagger,
but instead we errored out during configure.
Fixes regression in commit b402817fb6
.
Before this, we used shutil.which || relative paths, and in the latter
case if it could not be found we still wrote out that path but it failed
to run in vcstagger. Now, we use find_program under the hood, so it
needs to be run in non-fatal mode, and if it is not found, we simply
keep the original command string. It's a VCS command, so if we magically
end up finding it at runtime because it was installed after running
configure, that is *fine*.
3 years ago
..
cmake
Merge pull request #9743 from mensinda/cmakeGeneratorFixed
3 years ago
common
fix regression in vcs_tag when the VCS program is not installed
3 years ago
csharp
compilers/d: Add b_ndebug support
5 years ago
cuda
Fix crash when getting cuda options
3 years ago
cython
various python neatness cleanups
3 years ago
d
ignore dub.json in test "d/11 dub"
3 years ago
failing
Add support for rust proc-macro crates
3 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
Added warning if run_command is called without the check kwarg
3 years ago
fpga/ 1 simple
editorconfig: add setting to trim trailing whitespace
4 years ago
frameworks
i18n module: fix bug that made msgfmthelper die on combinations of args
3 years ago
java
Fix @typed_pos_args on java.generate_native_headers
3 years ago
keyval
editorconfig: add setting to trim trailing whitespace
4 years ago
linuxlike
tests: do not use a GNU bash script to check the minimum version of programs
3 years ago
nasm/ 1 configure file
compilers/d: Add b_ndebug support
5 years ago
native
holders: Fix the remaining code to respect the holder changes
4 years ago
objc
editorconfig: add setting to trim trailing whitespace
4 years ago
objcpp
editorconfig: add setting to trim trailing whitespace
4 years ago
osx
tests: bitcode: add missing b_bitcode option
3 years ago
python
python: Add platlibdir and purelibdir options
3 years ago
python3
tests: take into account Debian Python paths
3 years ago
rewrite
rewriter: create {add,rm}_extra_files commands
3 years ago
rust
Add support for rust proc-macro crates
3 years ago
swift
Xcode: make Swift projects work.
4 years ago
unit
install: Add --strip option
3 years ago
vala
test cases/vala: Fix test 14
3 years ago
warning
cmake: ci: Skip tests on Ubuntu Bionic where CMake is stuck on 3.10
3 years ago
wasm
editorconfig: add setting to trim trailing whitespace
4 years ago
wayland/ 1 client
wayland module: Allow building both client and server sides
3 years ago
windows
backend/vs: process link dependencies.
3 years ago