summaryrefslogtreecommitdiff
path: root/test cases/linuxlike
Commit message (Expand)AuthorAgeFilesLines
* cmake: Support ALIAS librariesDaniel Mensinger2019-09-262-4/+9
* Fix "test cases/linuxlike/14 static dynamic linkage" on SolarisAlan Coopersmith2019-09-131-5/+19
* cmake: added test case for environment variablesDaniel Mensinger2019-07-233-0/+16
* cmake: Fix empty -D due to empty strings (closes #5522)Daniel Mensinger2019-07-173-0/+37
* cmake: Fix dependencies with try_compile (closes #5605)Daniel Mensinger2019-07-111-0/+3
* Make it work on Cygwin.fixxpassJussi Pakkanen2019-04-212-9/+24
* Add static as keyword to find_libraryNiklas Claesson2019-03-113-0/+43
* CMake: Added support for CMAKE_MODULE_PATH and extra CMake args (closes #4779)Daniel Mensinger2019-02-012-0/+15
* Can specify a string to print when dep not found. Closes #2407.Jussi Pakkanen2018-12-221-2/+4
* Skip CMake dependency check if CMake is not installed.Jussi Pakkanen2018-12-091-0/+4
* CMake find_package dependency backend (#4444)Daniel Mensinger2018-11-224-0/+78
* Remove invalid kwarg from test cases/linuxlike/9 compiler checks with depende...Ran Benita2018-02-231-1/+1
* Add get_pkgconfig_variable(default:)Jon Turney2018-02-081-0/+2
* subproject handling: add two testsNiklas Claesson2017-12-2211-0/+77
* Merge pull request #2663 from inigomartinez/pkg-config-define-variableJussi Pakkanen2017-12-031-0/+2
|\
| * dependencies: Use prefix variable with define_variableIñigo Martínez2017-12-011-1/+1
| * dependencies: Allow pkg-config to define variablesIñigo Martínez2017-11-201-0/+2
* | spelling: nonexistentJosh Soref2017-11-261-1/+1
|/
* Add thread flags to checks if needed. Closes #2106.Jussi Pakkanen2017-08-011-0/+7
* Check for manual attempts to set rpath and update docs.Jussi Pakkanen2017-07-211-5/+9
* valgrind: Fix __init__ callNirbheek Chauhan2017-06-171-1/+1
* dependencies: Add a new class ExternalDependencyNirbheek Chauhan2017-06-091-3/+9
* dependencies: Fix two more edge-cases in dependency searchingNirbheek Chauhan2017-05-091-1/+14
* Completely overhaul caching of external dependenciesNirbheek Chauhan2017-05-091-2/+21
* dependencies: Fix caching of native/cross dependenciesNirbheek Chauhan2017-05-092-1/+10
* Allow link_depends to take strings, Files or generated objects. Closes #1172Dylan Baker2017-05-085-0/+71
* Disabled rpath test due to bug #1635.Jussi Pakkanen2017-04-221-0/+2
* Merge pull request #1469 from centricular/install-secondary-outputsJussi Pakkanen2017-04-092-0/+3
|\
| * Don't generate import library for shared modulesNirbheek Chauhan2017-04-042-0/+3
* | Test whether runpath/rpath override LD_LIBRARY_PATHNirbheek Chauhan2017-04-085-0/+33
* | Skip some linuxlike tests which don't work on CygwinJon Turney2017-04-063-0/+12
|/
* Add UNIX large file support via compiler always-argsNirbheek Chauhan2017-03-101-0/+12
* tests: Minor fixes to the library-usage testsNirbheek Chauhan2017-03-052-1/+7
* Add manual-linking tests to Linux and WindowsNirbheek Chauhan2017-03-042-4/+34
* Detect Boost libraries primarily with the C++ compiler's find_library.Jussi Pakkanen2017-02-131-1/+1
* Can specify include directories to compiler tests.Jussi Pakkanen2016-12-232-0/+23
* Add get_version() method to all dependenciesNirbheek Chauhan2016-12-231-0/+7
* tests/linuxlike/1: Improve zlib pkg-config testNirbheek Chauhan2016-12-042-3/+23
* Allow many version conditions for pkg-config depsNirbheek Chauhan2016-12-031-0/+11
* More robust link check.Jussi Pakkanen2016-11-141-2/+1
* Can query pkg-config variables from the system. Closes #726.Jussi Pakkanen2016-10-191-0/+4
* Try using already setup fallback subprojects before using native dependencyThibault Saunier2016-10-142-0/+7
* interpreter: Add a type_name method to DependencyHolderThibault Saunier2016-10-141-0/+2
* Add dependency support to the checks using the compilerMatthew Waters2016-09-261-0/+31
* Add test for installation of libraries in subprojectsNirbheek Chauhan2016-07-015-0/+45
* Fix tests for the new library/executable naming schemeNirbheek Chauhan2016-07-013-0/+30
* Add a test for the broken cached version compareNirbheek Chauhan2016-06-211-0/+4
* Add a linuxlike test case for subdir include orderNirbheek Chauhan2016-06-213-0/+20
* Add various tests for versioned dependency checkingNirbheek Chauhan2016-06-017-0/+53
* Can query version strings of dependencies.Jussi Pakkanen2016-05-291-0/+2