meson/test cases
Nirbheek Chauhan 6f3e2a0a07 compilers: prefer C++ over objc in clink_langs
Otherwise we will try to use the objc compiler when linking projects
with both objc and C++.

Technically we should use the objc++ linker when doing this, but on
most (all?) systems the objc++ linker is `c++`, which is the same
as the C++ linker.

Closes https://github.com/mesonbuild/meson/issues/2468
2017-12-30 17:59:34 +02:00
..
common Add a test of prefix-dependent defaults for project(default_options:) 2017-12-21 19:10:18 +00:00
csharp c#: Handle external dependencies from .pc files 2017-08-24 16:09:07 -03:00
d Test GDC shared libraries only from version 8, since 7 is broken in Debian at least. 2017-10-28 21:37:46 +03:00
failing Merge pull request #2581 from NickeZ/check-subproj-version 2017-12-26 13:18:45 +02:00
failing build/1 vala c werror tests/failing build/1: Fix test with ICC 2017-01-04 00:40:54 +05:30
fortran Fix case sensitivity in Fortran module names 2017-05-26 23:21:27 +03:00
frameworks Merge pull request #2806 from inigomartinez/gtkdoc 2017-12-26 13:15:08 +02:00
java Do not strip jar targets. Closes #1343. 2017-02-06 19:09:22 +01:00
linuxlike subproject handling: add two tests 2017-12-22 00:59:02 +01:00
objc compilers: prefer C++ over objc in clink_langs 2017-12-30 17:59:34 +02:00
osx Merge pull request #2618 from mesonbuild/osxlinkerfixes 2017-12-03 02:25:44 +02:00
python3 tests/python/4: Test that custom target depends add PATH 2017-12-02 02:07:19 +05:30
rewrite Store subdir information for each node so we can remove files set in other subdirectories. 2016-12-04 18:28:25 +02:00
rust add `crate-name` to Rust target args 2017-07-22 03:49:39 +03:00
swift add project/global args and include_dirs (useful for module maps) to swift targets 2017-06-29 11:04:57 -04:00
unit Merge pull request #2334 from mesonbuild/promotedep 2017-12-26 13:24:30 +02:00
vala Fix Vala thread flag breakage (#2756) 2017-12-11 20:28:42 +02:00
windows Make the name of the executable implib configurable 2017-07-20 21:11:56 +01:00