summaryrefslogtreecommitdiff
path: root/test cases/linuxlike
AgeCommit message (Expand)Author
2020-01-23cmake: Always Add C, CXX if no language is specified (fixes #6441)Daniel Mensinger
2020-01-22tests: Add a test case for finding ldDylan Baker
2020-01-21Use python3 in some tests which were still using pythonSebastien Bacher
2019-12-09cmake: add project language to cmakelists.txtMichael Hirsch, Ph.D
2019-11-26Fix crash when checking multi version on subproject depXavier Claessens
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D
2019-11-17use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-...Michael Hirsch, Ph.D
2019-09-26cmake: Support ALIAS librariesDaniel Mensinger
2019-09-13Fix "test cases/linuxlike/14 static dynamic linkage" on SolarisAlan Coopersmith
2019-07-23cmake: added test case for environment variablesDaniel Mensinger
2019-07-17cmake: Fix empty -D due to empty strings (closes #5522)Daniel Mensinger
2019-07-11cmake: Fix dependencies with try_compile (closes #5605)Daniel Mensinger
2019-04-21Make it work on Cygwin.Jussi Pakkanen
2019-03-11Add static as keyword to find_libraryNiklas Claesson
2019-02-01CMake: Added support for CMAKE_MODULE_PATH and extra CMake args (closes #4779)Daniel Mensinger
2018-12-22Can specify a string to print when dep not found. Closes #2407.Jussi Pakkanen
2018-12-09Skip CMake dependency check if CMake is not installed.Jussi Pakkanen
2018-11-22CMake find_package dependency backend (#4444)Daniel Mensinger
2018-02-23Remove invalid kwarg from test cases/linuxlike/9 compiler checks with depende...Ran Benita
2018-02-08Add get_pkgconfig_variable(default:)Jon Turney
2017-12-22subproject handling: add two testsNiklas Claesson
2017-12-03Merge pull request #2663 from inigomartinez/pkg-config-define-variableJussi Pakkanen
2017-12-01dependencies: Use prefix variable with define_variableIñigo Martínez
2017-11-26spelling: nonexistentJosh Soref
2017-11-20dependencies: Allow pkg-config to define variablesIñigo Martínez
2017-08-01Add thread flags to checks if needed. Closes #2106.Jussi Pakkanen
2017-07-21Check for manual attempts to set rpath and update docs.Jussi Pakkanen
2017-06-17valgrind: Fix __init__ callNirbheek Chauhan
2017-06-09dependencies: Add a new class ExternalDependencyNirbheek Chauhan
2017-05-09dependencies: Fix two more edge-cases in dependency searchingNirbheek Chauhan
2017-05-09Completely overhaul caching of external dependenciesNirbheek Chauhan
2017-05-09dependencies: Fix caching of native/cross dependenciesNirbheek Chauhan
2017-05-08Allow link_depends to take strings, Files or generated objects. Closes #1172Dylan Baker
2017-04-22Disabled rpath test due to bug #1635.Jussi Pakkanen
2017-04-09Merge pull request #1469 from centricular/install-secondary-outputsJussi Pakkanen
2017-04-08Test whether runpath/rpath override LD_LIBRARY_PATHNirbheek Chauhan
2017-04-06Skip some linuxlike tests which don't work on CygwinJon Turney
2017-04-04Don't generate import library for shared modulesNirbheek Chauhan
2017-03-10Add UNIX large file support via compiler always-argsNirbheek Chauhan
2017-03-05tests: Minor fixes to the library-usage testsNirbheek Chauhan
2017-03-04Add manual-linking tests to Linux and WindowsNirbheek Chauhan
2017-02-13Detect Boost libraries primarily with the C++ compiler's find_library.Jussi Pakkanen
2016-12-23Can specify include directories to compiler tests.Jussi Pakkanen
2016-12-23Add get_version() method to all dependenciesNirbheek Chauhan
2016-12-04tests/linuxlike/1: Improve zlib pkg-config testNirbheek Chauhan
2016-12-03Allow many version conditions for pkg-config depsNirbheek Chauhan
2016-11-14More robust link check.Jussi Pakkanen
2016-10-19Can query pkg-config variables from the system. Closes #726.Jussi Pakkanen
2016-10-14Try using already setup fallback subprojects before using native dependencyThibault Saunier
2016-10-14interpreter: Add a type_name method to DependencyHolderThibault Saunier