index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
linuxlike
Age
Commit message (
Expand
)
Author
2020-01-23
cmake: Always Add C, CXX if no language is specified (fixes #6441)
Daniel Mensinger
2020-01-22
tests: Add a test case for finding ld
Dylan Baker
2020-01-21
Use python3 in some tests which were still using python
Sebastien Bacher
2019-12-09
cmake: add project language to cmakelists.txt
Michael Hirsch, Ph.D
2019-11-26
Fix crash when checking multi version on subproject dep
Xavier Claessens
2019-11-18
Use strict function prototypes
Michael Hirsch, Ph.D
2019-11-17
use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-...
Michael Hirsch, Ph.D
2019-09-26
cmake: Support ALIAS libraries
Daniel Mensinger
2019-09-13
Fix "test cases/linuxlike/14 static dynamic linkage" on Solaris
Alan Coopersmith
2019-07-23
cmake: added test case for environment variables
Daniel Mensinger
2019-07-17
cmake: Fix empty -D due to empty strings (closes #5522)
Daniel Mensinger
2019-07-11
cmake: Fix dependencies with try_compile (closes #5605)
Daniel Mensinger
2019-04-21
Make it work on Cygwin.
Jussi Pakkanen
2019-03-11
Add static as keyword to find_library
Niklas Claesson
2019-02-01
CMake: Added support for CMAKE_MODULE_PATH and extra CMake args (closes #4779)
Daniel Mensinger
2018-12-22
Can specify a string to print when dep not found. Closes #2407.
Jussi Pakkanen
2018-12-09
Skip CMake dependency check if CMake is not installed.
Jussi Pakkanen
2018-11-22
CMake find_package dependency backend (#4444)
Daniel Mensinger
2018-02-23
Remove invalid kwarg from test cases/linuxlike/9 compiler checks with depende...
Ran Benita
2018-02-08
Add get_pkgconfig_variable(default:)
Jon Turney
2017-12-22
subproject handling: add two tests
Niklas Claesson
2017-12-03
Merge pull request #2663 from inigomartinez/pkg-config-define-variable
Jussi Pakkanen
2017-12-01
dependencies: Use prefix variable with define_variable
Iñigo Martínez
2017-11-26
spelling: nonexistent
Josh Soref
2017-11-20
dependencies: Allow pkg-config to define variables
Iñigo Martínez
2017-08-01
Add thread flags to checks if needed. Closes #2106.
Jussi Pakkanen
2017-07-21
Check for manual attempts to set rpath and update docs.
Jussi Pakkanen
2017-06-17
valgrind: Fix __init__ call
Nirbheek Chauhan
2017-06-09
dependencies: Add a new class ExternalDependency
Nirbheek Chauhan
2017-05-09
dependencies: Fix two more edge-cases in dependency searching
Nirbheek Chauhan
2017-05-09
Completely overhaul caching of external dependencies
Nirbheek Chauhan
2017-05-09
dependencies: Fix caching of native/cross dependencies
Nirbheek Chauhan
2017-05-08
Allow link_depends to take strings, Files or generated objects. Closes #1172
Dylan Baker
2017-04-22
Disabled rpath test due to bug #1635.
Jussi Pakkanen
2017-04-09
Merge pull request #1469 from centricular/install-secondary-outputs
Jussi Pakkanen
2017-04-08
Test whether runpath/rpath override LD_LIBRARY_PATH
Nirbheek Chauhan
2017-04-06
Skip some linuxlike tests which don't work on Cygwin
Jon Turney
2017-04-04
Don't generate import library for shared modules
Nirbheek Chauhan
2017-03-10
Add UNIX large file support via compiler always-args
Nirbheek Chauhan
2017-03-05
tests: Minor fixes to the library-usage tests
Nirbheek Chauhan
2017-03-04
Add manual-linking tests to Linux and Windows
Nirbheek Chauhan
2017-02-13
Detect Boost libraries primarily with the C++ compiler's find_library.
Jussi Pakkanen
2016-12-23
Can specify include directories to compiler tests.
Jussi Pakkanen
2016-12-23
Add get_version() method to all dependencies
Nirbheek Chauhan
2016-12-04
tests/linuxlike/1: Improve zlib pkg-config test
Nirbheek Chauhan
2016-12-03
Allow many version conditions for pkg-config deps
Nirbheek Chauhan
2016-11-14
More robust link check.
Jussi Pakkanen
2016-10-19
Can query pkg-config variables from the system. Closes #726.
Jussi Pakkanen
2016-10-14
Try using already setup fallback subprojects before using native dependency
Thibault Saunier
2016-10-14
interpreter: Add a type_name method to DependencyHolder
Thibault Saunier
[next]