summaryrefslogtreecommitdiff
path: root/test cases/linuxlike/2 external library
AgeCommit message (Collapse)Author
2020-11-24compiler: allow non-built internal dependencies as argumentsPaolo Bonzini
Allow methods on the compiler object to receive internal dependencies, as long as they only specify compiler/linker arguments or other dependencies that satisfy the same requirements. This is useful if you're using internal dependencies to add special "-D" flags such as -DNCURSES_WIDECHAR, -D_XOPEN_SOURCE_EXTENDED or -DGLIB_STATIC_COMPILATION.
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D
2019-11-17use '-Werror=unused-parameter' for gcc/clang on project tests and ↵Michael Hirsch, Ph.D
-fimplicit-none on fortran Fortran: check for undeclared variables by forcing implicit none everywhere C/C++: check for unused parameters and return types removed unused variables from test cases ci: do missing return and unused arg check with Github Actions
2016-11-14More robust link check.Jussi Pakkanen
2016-03-17Add dir support for find_library and remove deprecated standalone version. ↵Jussi Pakkanen
Closes #450.
2016-03-12Added find_library method and deprecated the standalone version. Closes #396.Jussi Pakkanen
2016-01-10Can use external libs as dependencies of dependencies. Closes #321.Jussi Pakkanen
2015-11-04Can store ext deps to internal deps. Closes #304.Jussi Pakkanen
2015-10-20Created a link test method.Jussi Pakkanen
2014-06-22Renamed deps -> dependencies.Jussi Pakkanen
2013-06-02Renamed add_test to test.Jussi Pakkanen
2013-06-01Required is the default for find_library.Jussi Pakkanen
2013-03-09Find and use external libraries.Jussi Pakkanen