Age | Commit message (Expand) | Author | Files | Lines |
2020-01-30 | Bugfix: sanitize_dir: use pathlib to handle case-insensitive filesystems (#6398) | Michael Hirsch, Ph.D | 1 | -0/+3 |
2020-01-27 | Merge pull request #6423 from dcbaker/declare-dependency-variables | Jussi Pakkanen | 1 | -2/+11 |
2020-01-25 | tests: Prevent multiple-definition of symbols | Ernestas Kulik | 6 | -6/+14 |
2020-01-24 | tests: Fix some test failures on Ubuntun 16.04 CI | Nirbheek Chauhan | 1 | -1/+1 |
2020-01-21 | Use python3 in some tests which were still using python | Sebastien Bacher | 5 | -5/+5 |
2020-01-09 | dependencies: Add ability to set arbitrary variables on | Dylan Baker | 1 | -2/+11 |
2020-01-07 | One more symlink test skip. | Jussi Pakkanen | 1 | -1/+1 |
2019-12-29 | Only run symlink test from git checkout. | Jussi Pakkanen | 1 | -1/+11 |
2019-12-19 | add compiler.get_linker_id() method | Michael Hirsch, Ph.D | 1 | -5/+13 |
2019-12-19 | fs: rename samefile => is_samepath | Michael Hirsch, Ph.D | 1 | -3/+5 |
2019-12-05 | find_program(): Add 'dirs' keyword argument | Xavier Claessens | 2 | -0/+9 |
2019-12-04 | dict: Fully evaluate keys | Xavier Claessens | 2 | -21/+36 |
2019-12-03 | mparser.py: actually check the type of key variable, not its value | Marc Herbert | 1 | -5/+14 |
2019-11-28 | Revert "Have set() and set_quoted() of configuration object work with newlines." | Xavier Claessens | 2 | -12/+0 |
2019-11-25 | Fix link_whole with a custom target | Xavier Claessens | 3 | -0/+17 |
2019-11-25 | fs: Add parent() and name() methods | Xavier Claessens | 1 | -0/+3 |
2019-11-21 | Fix compute_int() when the value is -1 | Xavier Claessens | 1 | -0/+3 |
2019-11-19 | Have set() and set_quoted() of configuration object work with newlines. | Jehan | 2 | -0/+12 |
2019-11-18 | Use strict function prototypes | Michael Hirsch, Ph.D | 214 | -303/+303 |
2019-11-17 | Make all C main functions without arguments have "void" in arg list. | Jussi Pakkanen | 142 | -146/+146 |
2019-11-17 | Merge pull request #6150 from scivision/fsexpand | Jussi Pakkanen | 1 | -1/+52 |
2019-11-17 | use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-... | Michael Hirsch, Ph.D | 159 | -170/+169 |
2019-11-17 | fs: make replace_suffix not expand file to absolute path, just manipulate the... | Michael Hirsch, Ph.D | 1 | -4/+4 |
2019-11-17 | fs: replace_suffix | Michael Hirsch, Ph.D | 1 | -11/+11 |
2019-11-17 | fs: get file size | Michael Hirsch, Ph.D | 1 | -0/+14 |
2019-11-17 | fs: add hash compute method | Michael Hirsch, Ph.D | 1 | -0/+8 |
2019-11-17 | fs: further document and test behavior | Michael Hirsch, Ph.D | 1 | -0/+12 |
2019-11-17 | fs: extend self-test to cover windows as well for with_suffix | Michael Hirsch, Ph.D | 1 | -8/+9 |
2019-11-17 | add fs.with_suffix | Michael Hirsch, Ph.D | 1 | -0/+13 |
2019-11-17 | fs: use expanduser | Michael Hirsch, Ph.D | 1 | -0/+3 |
2019-11-12 | Adding dictionary entry using string variable as key. | franczc | 1 | -0/+12 |
2019-11-10 | Store run target names in build. | Jussi Pakkanen | 1 | -0/+7 |
2019-11-08 | Created the filesystem module. | Jussi Pakkanen | 8 | -0/+36 |
2019-11-07 | wrap.py: catch connection error with WrapException | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-11-06 | Fix typos found by codespell | Wolfgang Stöggl | 7 | -20/+20 |
2019-10-24 | Return a disabler when an unknown method is called on a disabler object | James Hilliard | 1 | -0/+3 |
2019-10-18 | tests/1common: update meson_version>=0.52 for is_disabler | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-10-10 | Merge pull request #6011 from xclaesse/not-disabler | Jussi Pakkanen | 1 | -0/+44 |
2019-10-09 | tests: Don't expect any *.pdb files installed in 'lib' | Jakub Adam | 1 | -3/+0 |
2019-10-08 | Test disabler in foreach loops | Xavier Claessens | 1 | -0/+22 |
2019-10-08 | Fix `if not disabler()` case | Xavier Claessens | 1 | -0/+22 |
2019-10-06 | Updated include_type test case | Daniel Mensinger | 1 | -0/+1 |
2019-10-03 | Use include_type instead of is_system | Daniel Mensinger | 5 | -27/+32 |
2019-10-03 | Also add support for declare_dependency objects | Daniel Mensinger | 2 | -0/+10 |
2019-10-03 | added test case for is_system dependency | Daniel Mensinger | 1 | -0/+20 |
2019-09-30 | Add depfile to configure_file() | Marc-André Lureau | 3 | -0/+30 |
2019-09-17 | configure_file(): Allow multiple inputs in command mode | Xavier Claessens | 2 | -0/+20 |
2019-09-17 | pkgconfig: Fix ordering of public libraries | Xavier Claessens | 1 | -0/+8 |
2019-09-10 | Fix "test cases/common/131 generated assembly" on Solaris | Alan Coopersmith | 1 | -1/+1 |
2019-09-09 | tests: pass "cp" as argv[0] in test 162 | Dylan Baker | 1 | -1/+1 |