aboutsummaryrefslogtreecommitdiff
path: root/test cases/linuxlike
AgeCommit message (Expand)AuthorFilesLines
2017-08-01Add thread flags to checks if needed. Closes #2106.Jussi Pakkanen1-0/+7
2017-07-21Check for manual attempts to set rpath and update docs.Jussi Pakkanen1-5/+9
2017-06-17valgrind: Fix __init__ callNirbheek Chauhan1-1/+1
2017-06-09dependencies: Add a new class ExternalDependencyNirbheek Chauhan1-3/+9
2017-05-09dependencies: Fix two more edge-cases in dependency searchingNirbheek Chauhan1-1/+14
2017-05-09Completely overhaul caching of external dependenciesNirbheek Chauhan1-2/+21
2017-05-09dependencies: Fix caching of native/cross dependenciesNirbheek Chauhan2-1/+10
2017-05-08Allow link_depends to take strings, Files or generated objects. Closes #1172Dylan Baker5-0/+71
2017-04-22Disabled rpath test due to bug #1635.Jussi Pakkanen1-0/+2
2017-04-09Merge pull request #1469 from centricular/install-secondary-outputsJussi Pakkanen2-0/+3
2017-04-08Test whether runpath/rpath override LD_LIBRARY_PATHNirbheek Chauhan5-0/+33
2017-04-06Skip some linuxlike tests which don't work on CygwinJon Turney3-0/+12
2017-04-04Don't generate import library for shared modulesNirbheek Chauhan2-0/+3
2017-03-10Add UNIX large file support via compiler always-argsNirbheek Chauhan1-0/+12
2017-03-05tests: Minor fixes to the library-usage testsNirbheek Chauhan2-1/+7
2017-03-04Add manual-linking tests to Linux and WindowsNirbheek Chauhan2-4/+34
2017-02-13Detect Boost libraries primarily with the C++ compiler's find_library.Jussi Pakkanen1-1/+1
2016-12-23Can specify include directories to compiler tests.Jussi Pakkanen2-0/+23
2016-12-23Add get_version() method to all dependenciesNirbheek Chauhan1-0/+7
2016-12-04tests/linuxlike/1: Improve zlib pkg-config testNirbheek Chauhan2-3/+23
2016-12-03Allow many version conditions for pkg-config depsNirbheek Chauhan1-0/+11
2016-11-14More robust link check.Jussi Pakkanen1-2/+1
2016-10-19Can query pkg-config variables from the system. Closes #726.Jussi Pakkanen1-0/+4
2016-10-14Try using already setup fallback subprojects before using native dependencyThibault Saunier2-0/+7
2016-10-14interpreter: Add a type_name method to DependencyHolderThibault Saunier1-0/+2
2016-09-26Add dependency support to the checks using the compilerMatthew Waters1-0/+31
2016-07-01Add test for installation of libraries in subprojectsNirbheek Chauhan5-0/+45
2016-07-01Fix tests for the new library/executable naming schemeNirbheek Chauhan3-0/+30
2016-06-21Add a test for the broken cached version compareNirbheek Chauhan1-0/+4
2016-06-21Add a linuxlike test case for subdir include orderNirbheek Chauhan3-0/+20
2016-06-01Add various tests for versioned dependency checkingNirbheek Chauhan7-0/+53
2016-05-29Can query version strings of dependencies.Jussi Pakkanen1-0/+2
2016-03-17Add dir support for find_library and remove deprecated standalone version. Cl...Jussi Pakkanen1-3/+2
2016-03-12Added find_library method and deprecated the standalone version. Closes #396.Jussi Pakkanen1-2/+7
2016-01-10Can use external libs as dependencies of dependencies. Closes #321.Jussi Pakkanen2-0/+10
2015-11-04Can store ext deps to internal deps. Closes #304.Jussi Pakkanen1-0/+5
2015-10-20Created a link test method.Jussi Pakkanen1-0/+19
2015-02-08Can specify version requirements to dependencies.Jussi Pakkanen1-1/+1
2014-09-03Use external libs of static libraries when the static library is linked to a ...Jussi Pakkanen3-0/+23
2014-06-22Renamed deps -> dependencies.Jussi Pakkanen2-2/+2
2014-06-22The mass flags -> args renaming for consistency.Jussi Pakkanen1-1/+1
2014-03-07Added a link_depends keyword for build targets.Jussi Pakkanen1-2/+3
2014-03-07Can get source dir location and use it to build stuff.Jussi Pakkanen1-1/+1
2014-03-07Can define custom linker flags.Jussi Pakkanen5-0/+33
2013-06-02Renamed find_dep to dependency.Jussi Pakkanen1-2/+2
2013-06-02Renamed add_test to test.Jussi Pakkanen2-2/+2
2013-06-01Required is the default for find_library.Jussi Pakkanen1-1/+1
2013-06-01The default value of required is true for dependencies.Jussi Pakkanen1-1/+5
2013-03-09Find and use external libraries.Jussi Pakkanen2-0/+13
2013-03-03Split test suite into common and platform dependent parts.Jussi Pakkanen2-0/+16