summaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)Author
2019-12-03mparser.py: actually check the type of key variable, not its valueMarc Herbert
2019-11-28Revert "Have set() and set_quoted() of configuration object work with newlines."Xavier Claessens
2019-11-25Fix link_whole with a custom targetXavier Claessens
2019-11-25fs: Add parent() and name() methodsXavier Claessens
2019-11-21Fix compute_int() when the value is -1Xavier Claessens
2019-11-19Have set() and set_quoted() of configuration object work with newlines.Jehan
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D
2019-11-17Make all C main functions without arguments have "void" in arg list.Jussi Pakkanen
2019-11-17Merge pull request #6150 from scivision/fsexpandJussi Pakkanen
2019-11-17use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-...Michael Hirsch, Ph.D
2019-11-17fs: make replace_suffix not expand file to absolute path, just manipulate the...Michael Hirsch, Ph.D
2019-11-17fs: replace_suffixMichael Hirsch, Ph.D
2019-11-17fs: get file sizeMichael Hirsch, Ph.D
2019-11-17fs: add hash compute methodMichael Hirsch, Ph.D
2019-11-17fs: further document and test behaviorMichael Hirsch, Ph.D
2019-11-17fs: extend self-test to cover windows as well for with_suffixMichael Hirsch, Ph.D
2019-11-17add fs.with_suffixMichael Hirsch, Ph.D
2019-11-17fs: use expanduserMichael Hirsch, Ph.D
2019-11-12Adding dictionary entry using string variable as key.franczc
2019-11-10Store run target names in build.Jussi Pakkanen
2019-11-08Created the filesystem module.Jussi Pakkanen
2019-11-07wrap.py: catch connection error with WrapExceptionMichael Hirsch, Ph.D
2019-11-06Fix typos found by codespellWolfgang Stöggl
2019-10-24Return a disabler when an unknown method is called on a disabler objectJames Hilliard
2019-10-18tests/1common: update meson_version>=0.52 for is_disablerMichael Hirsch, Ph.D
2019-10-10Merge pull request #6011 from xclaesse/not-disablerJussi Pakkanen
2019-10-09tests: Don't expect any *.pdb files installed in 'lib'Jakub Adam
2019-10-08Test disabler in foreach loopsXavier Claessens
2019-10-08Fix `if not disabler()` caseXavier Claessens
2019-10-06Updated include_type test caseDaniel Mensinger
2019-10-03Use include_type instead of is_systemDaniel Mensinger
2019-10-03Also add support for declare_dependency objectsDaniel Mensinger
2019-10-03added test case for is_system dependencyDaniel Mensinger
2019-09-30Add depfile to configure_file()Marc-André Lureau
2019-09-17configure_file(): Allow multiple inputs in command modeXavier Claessens
2019-09-17pkgconfig: Fix ordering of public librariesXavier Claessens
2019-09-10Fix "test cases/common/131 generated assembly" on SolarisAlan Coopersmith
2019-09-09tests: pass "cp" as argv[0] in test 162Dylan Baker
2019-09-09tests: add sunos to get defineDylan Baker
2019-08-28Shell script cleanup.Jussi Pakkanen
2019-08-28Fix gcc include dotDylan Baker
2019-08-24Add test priorities to force test start orderPeter Hutterer
2019-08-23Add tests for sources that are disablers.James Hilliard
2019-08-20Merge pull request #5681 from dcbaker/dynamic-linker-splitJussi Pakkanen
2019-08-17Make .extract_objects() work correctly as an input to custom_targetRachel Mant
2019-08-14tests/153: skip with PGI as macros are uniqueMichael Hirsch, Ph.D
2019-08-14tests: skip common/204 for PGI (need unique feature list)Michael Hirsch, Ph.D
2019-08-14tests/common/186: skip some due to PGI link failure stderr=0Michael Hirsch, Ph.D
2019-08-14tests/186: Make work with apple ld's -fatal_warningsDylan Baker
2019-08-12Add is_disabler functionJames Hilliard