aboutsummaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)AuthorFilesLines
2020-01-30Bugfix: sanitize_dir: use pathlib to handle case-insensitive filesystems (#6398)Michael Hirsch, Ph.D1-0/+3
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-24tests: Fix some test failures on Ubuntun 16.04 CINirbheek Chauhan1-1/+1
2020-01-21Use python3 in some tests which were still using pythonSebastien Bacher5-5/+5
2020-01-09dependencies: Add ability to set arbitrary variables onDylan Baker1-2/+11
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-19add compiler.get_linker_id() methodMichael Hirsch, Ph.D1-5/+13
2019-12-19fs: rename samefile => is_samepathMichael Hirsch, Ph.D1-3/+5
2019-12-05find_program(): Add 'dirs' keyword argumentXavier Claessens2-0/+9
2019-12-04dict: Fully evaluate keysXavier Claessens2-21/+36
2019-12-03mparser.py: actually check the type of key variable, not its valueMarc Herbert1-5/+14
2019-11-28Revert "Have set() and set_quoted() of configuration object work with newlines."Xavier Claessens2-12/+0
2019-11-25Fix link_whole with a custom targetXavier Claessens3-0/+17
2019-11-25fs: Add parent() and name() methodsXavier Claessens1-0/+3
2019-11-21Fix compute_int() when the value is -1Xavier Claessens1-0/+3
2019-11-19Have set() and set_quoted() of configuration object work with newlines.Jehan2-0/+12
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D214-303/+303
2019-11-17Make all C main functions without arguments have "void" in arg list.Jussi Pakkanen142-146/+146
2019-11-17Merge pull request #6150 from scivision/fsexpandJussi Pakkanen1-1/+52
2019-11-17use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-...Michael Hirsch, Ph.D159-170/+169
2019-11-17fs: make replace_suffix not expand file to absolute path, just manipulate the...Michael Hirsch, Ph.D1-4/+4
2019-11-17fs: replace_suffixMichael Hirsch, Ph.D1-11/+11
2019-11-17fs: get file sizeMichael Hirsch, Ph.D1-0/+14
2019-11-17fs: add hash compute methodMichael Hirsch, Ph.D1-0/+8
2019-11-17fs: further document and test behaviorMichael Hirsch, Ph.D1-0/+12
2019-11-17fs: extend self-test to cover windows as well for with_suffixMichael Hirsch, Ph.D1-8/+9
2019-11-17add fs.with_suffixMichael Hirsch, Ph.D1-0/+13
2019-11-17fs: use expanduserMichael Hirsch, Ph.D1-0/+3
2019-11-12Adding dictionary entry using string variable as key.franczc1-0/+12
2019-11-10Store run target names in build.Jussi Pakkanen1-0/+7
2019-11-08Created the filesystem module.Jussi Pakkanen8-0/+36
2019-11-07wrap.py: catch connection error with WrapExceptionMichael Hirsch, Ph.D1-1/+1
2019-11-06Fix typos found by codespellWolfgang Stöggl7-20/+20
2019-10-24Return a disabler when an unknown method is called on a disabler objectJames Hilliard1-0/+3
2019-10-18tests/1common: update meson_version>=0.52 for is_disablerMichael Hirsch, Ph.D1-1/+1
2019-10-10Merge pull request #6011 from xclaesse/not-disablerJussi Pakkanen1-0/+44
2019-10-09tests: Don't expect any *.pdb files installed in 'lib'Jakub Adam1-3/+0
2019-10-08Test disabler in foreach loopsXavier Claessens1-0/+22
2019-10-08Fix `if not disabler()` caseXavier Claessens1-0/+22
2019-10-06Updated include_type test caseDaniel Mensinger1-0/+1
2019-10-03Use include_type instead of is_systemDaniel Mensinger5-27/+32
2019-10-03Also add support for declare_dependency objectsDaniel Mensinger2-0/+10
2019-10-03added test case for is_system dependencyDaniel Mensinger1-0/+20
2019-09-30Add depfile to configure_file()Marc-André Lureau3-0/+30
2019-09-17configure_file(): Allow multiple inputs in command modeXavier Claessens2-0/+20
2019-09-17pkgconfig: Fix ordering of public librariesXavier Claessens1-0/+8
2019-09-10Fix "test cases/common/131 generated assembly" on SolarisAlan Coopersmith1-1/+1
2019-09-09tests: pass "cp" as argv[0] in test 162Dylan Baker1-1/+1