Age | Commit message (Expand) | Author | Files | Lines |
2020-02-23 | Merge pull request #6637 from mesonbuild/nirbheek/implement-symbolextractor-w... | Jussi Pakkanen | 1 | -1/+1 |
2020-02-22 | tests: Ensure that executable and library are named differently | Nirbheek Chauhan | 1 | -1/+1 |
2020-02-20 | Introduce dataonly for the pkgconfig module | Rohan Garg | 2 | -0/+8 |
2020-02-13 | Remove unused no-installed-files test feature | Jon Turney | 1 | -0/+0 |
2020-02-11 | configure_file: Also copy timestamps to avoid useless rebuilds | Nirbheek Chauhan | 1 | -3/+9 |
2020-02-07 | Merge pull request #6421 from dcbaker/zlib-system-dep | Jussi Pakkanen | 1 | -0/+23 |
2020-02-06 | Make 'default_library' per-subproject builtin option | Xavier Claessens | 6 | -0/+39 |
2020-02-06 | add fs.stem() | Michael Hirsch, Ph.D | 1 | -0/+4 |
2020-02-06 | fs: add expanduser method | Michael Hirsch, Ph.D | 1 | -2/+6 |
2020-02-06 | fs: add methods as_posix, is_absolute | Michael Hirsch, Ph.D | 1 | -0/+22 |
2020-02-05 | ci: properly handle cross/native cases | Michael Hirsch, Ph.D | 2 | -2/+6 |
2020-02-05 | add get_external_property to replace get_cross_property | Michael Hirsch, Ph.D | 4 | -12/+32 |
2020-02-05 | add native-file properties tests | Michael Hirsch, Ph.D | 3 | -7/+16 |
2020-02-05 | pkgconfig: Generate -uninstalled.pc files | Xavier Claessens | 3 | -1/+9 |
2020-02-05 | Test using a File as an argument to run_command. | Jussi Pakkanen | 1 | -0/+6 |
2020-02-04 | interpreter: Iterate custom target outputs | Xavier Claessens | 1 | -1/+12 |
2020-01-31 | tests: Add a test case for the zlib system dependency | Dylan Baker | 1 | -0/+23 |
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 |