meson/test cases
Xavier Claessens a78af23686 Fix niche cases when linking static libs
Case 1:
- Prog links to static lib A
- A link_whole to static lib B
- B link to static lib C
- Prog dependencies should be A and C but not B which is already
  included in A.

Case 2:
- Same as case 1, but with A being installed.
- To be useful, A must also include all objects from C that is not
  installed.
- Prog only need to link on A.
2023-05-01 12:57:45 -04:00
..
cmake fix various spelling issues 2023-04-11 19:21:05 -04:00
common Specify c++ 11 flag as code uses c++ 11 features 2023-04-27 01:45:12 +03:00
csharp
cuda
cython
d Change "can not" to "cannot" throughout project 2023-04-11 17:10:01 +03:00
failing fix various spelling issues 2023-04-11 19:21:05 -04:00
failing build
failing test
fortran Don't use dyndep scanner when preprocessing 2023-04-27 15:08:46 -04:00
fpga/1 simple
frameworks Add env kwarg to gnome.generate_gir(). 2023-04-26 14:51:10 -04:00
java
keyval
linuxlike fix various spelling issues 2023-04-11 19:21:05 -04:00
nasm
native fix various spelling issues 2023-04-11 19:21:05 -04:00
objc
objcpp
osx
python fix python.version() not working in some cases 2023-04-23 23:03:25 -04:00
python3
rewrite
rust rust: Add new `rust_dependency_map` target configuration 2023-04-21 15:35:06 -04:00
swift
unit Fix niche cases when linking static libs 2023-05-01 12:57:45 -04:00
vala
warning
wasm
wayland
windows