aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2020-01-29dependencies: Use DependencyFactory for cupsDylan Baker1-0/+1
2020-01-27Merge pull request #6423 from dcbaker/declare-dependency-variablesJussi Pakkanen1-2/+11
2020-01-25tests: Prevent multiple-definition of symbolsErnestas Kulik6-6/+14
2020-01-24Fix CUDA test without devices.Jan Alexander Steffens (heftig)1-10/+11
2020-01-24ci: Fix boost test on xenialDaniel Mensinger1-1/+1
2020-01-24tests: Disable fortran submodule test on old GCC versionsNirbheek Chauhan1-0/+5
2020-01-24tests: Fix some test failures on Ubuntun 16.04 CINirbheek Chauhan6-13/+17
2020-01-23cmake: Always Add C, CXX if no language is specified (fixes #6441)Daniel Mensinger2-1/+38
2020-01-22tests: Add a test case for finding ldDylan Baker1-0/+4
2020-01-22tests/windows/16: Use pefile module instead of objdump/dumpbinNirbheek Chauhan2-25/+13
2020-01-21Merge pull request #6481 from jon-turney/osx-qt-dep-crashDylan Baker3-7/+15
2020-01-21Use python3 in some tests which were still using pythonSebastien Bacher12-12/+12
2020-01-18Fix 'qt4test' test executable when only Qt4 is presentJon Turney2-1/+2
2020-01-18Make the 'framework/4 qt' test more flexibleJon Turney2-6/+13
2020-01-17wrap: Fix support of file:// URLsXavier Claessens3-0/+4
2020-01-14dependency: add cursesMichael Hirsch, Ph.D2-0/+16
2020-01-09dependencies: Add ability to set arbitrary variables onDylan Baker1-2/+11
2020-01-08Rename test dirs to sequential order.Jussi Pakkanen36-0/+0
2020-01-07One more symlink test skip.Jussi Pakkanen1-1/+1
2019-12-29Only run symlink test from git checkout.Jussi Pakkanen1-1/+11
2019-12-29cmake: Use trace for missing link flags (fixes #6386)Daniel Mensinger10-5/+78
2019-12-23refactor: cuda no unused argsMichael Hirsch, Ph.D16-25/+25
2019-12-22cmake: Fix obeject librariesDaniel Mensinger14-15/+169
2019-12-21Merge pull request #6355 from scivision/depmethodJussi Pakkanen4-23/+23
2019-12-19summary: Change 'section' to be a kwarg instead of positionalXavier Claessens1-8/+8
2019-12-19add compiler.get_linker_id() methodMichael Hirsch, Ph.D1-5/+13
2019-12-19ci: improve robustnessMichael Hirsch, Ph.D4-23/+23
2019-12-19CI: Skip NetCDF Fortran test on OSXDaniel Mensinger1-1/+1
2019-12-19CI: Skip git tests if g-ir-scanner does not existDaniel Mensinger2-2/+2
2019-12-19CI: Fix C++11 related error on osx for protocol bufferDaniel Mensinger1-1/+1
2019-12-19fs: rename samefile => is_samepathMichael Hirsch, Ph.D1-3/+5
2019-12-18python: add embed to the python dependency functionDaniel Mensinger1-2/+2
2019-12-18Merge pull request #4649 from dcbaker/summary-functionJussi Pakkanen3-0/+22
2019-12-17ci cmake: Windows link.exe skip due to symbol issuesMichael Hirsch, Ph.D10-12/+16
2019-12-17Fix macOS library test when using system zlib.Jussi Pakkanen1-1/+2
2019-12-12summary: Add bool_yn keyword argumentXavier Claessens1-0/+2
2019-12-12summary: Allow section with no title, and passing key/value separatelyXavier Claessens2-6/+3
2019-12-12Add a summary() function for configuration summarizationXavier Claessens3-0/+23
2019-12-13ci fortran: add case where buildtype=release and warning_level=3Michael Hirsch, Ph.D2-0/+6
2019-12-10mintro: Add version key to --scan-dependencies (fixes #6287)Daniel Mensinger1-2/+3
2019-12-09cmake test: skip case where Cmake backend not Fortran-compatibleMichael Hirsch, Ph.D1-1/+4
2019-12-09cmake: add project language to cmakelists.txtMichael Hirsch, Ph.D4-1/+14
2019-12-07Merge pull request #6228 from scivision/scalapackJussi Pakkanen4-0/+306
2019-12-05find_program(): Add 'dirs' keyword argumentXavier Claessens2-0/+9
2019-12-04dict: Fully evaluate keysXavier Claessens2-21/+36
2019-12-04ci/test: unused args for objc, objc++Michael Hirsch, Ph.D5-5/+5
2019-12-04ci/test: unused args for WindowsMichael Hirsch, Ph.D32-26/+64
2019-12-03mparser.py: actually check the type of key variable, not its valueMarc Herbert1-5/+14
2019-11-30scalapack: test that find methods workMichael Hirsch, Ph.D2-5/+0
2019-11-30scalapack: allow specifying find methodMichael Hirsch, Ph.D2-0/+225