Age | Commit message (Expand) | Author | Files | Lines |
2019-11-17 | macos: detect old OS/cpu 64-bit CPU in 32-bit MacOS kerneldarwin_arch | Michael Hirsch, Ph.D | 1 | -1/+22 |
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 #6182 from mensinda/depInfo | Jussi Pakkanen | 7 | -26/+49 |
2019-11-17 | Merge pull request #6150 from scivision/fsexpand | Jussi Pakkanen | 4 | -20/+208 |
2019-11-17 | add bug report template [skip ci] | Michael Hirsch, Ph.D | 1 | -0/+25 |
2019-11-17 | commandrunner: Forward KeyboardInterrupt to command | Alberto García Hierro | 1 | -1/+6 |
2019-11-17 | use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-... | Michael Hirsch, Ph.D | 186 | -202/+242 |
2019-11-17 | fs: make replace_suffix not expand file to absolute path, just manipulate the... | Michael Hirsch, Ph.D | 3 | -6/+6 |
2019-11-17 | fs: replace_suffix | Michael Hirsch, Ph.D | 3 | -26/+29 |
2019-11-17 | fs: add docs for fs.size() | Michael Hirsch, Ph.D | 1 | -0/+5 |
2019-11-17 | fs: correct docs | Michael Hirsch, Ph.D | 1 | -4/+4 |
2019-11-17 | fs: get file size | Michael Hirsch, Ph.D | 3 | -3/+71 |
2019-11-17 | fs: add hash compute method | Michael Hirsch, Ph.D | 3 | -0/+34 |
2019-11-17 | fs: further document and test behavior | Michael Hirsch, Ph.D | 2 | -3/+39 |
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 | 3 | -1/+39 |
2019-11-17 | fs: improve exception feedback | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-11-17 | fs: use expanduser | Michael Hirsch, Ph.D | 2 | -1/+4 |
2019-11-17 | fs: deduplicate functions | Michael Hirsch, Ph.D | 1 | -8/+5 |
2019-11-17 | fs: use pathlib.Path, add type hint check | Michael Hirsch, Ph.D | 2 | -15/+18 |
2019-11-17 | Issue #6174: run_command() with compiler object behind ccache fails. | Jehan | 1 | -2/+4 |
2019-11-16 | environment: Only check compiler basename for compiler name | Jan Tojnar | 1 | -4/+6 |
2019-11-16 | docs: fix non-existent "meson rewriter" command in examples [skip ci] | Marc Herbert | 1 | -3/+3 |
2019-11-14 | mintro: dependencies: added version key | Daniel Mensinger | 4 | -2/+8 |
2019-11-14 | Highlight '(cached)' and add color to the dependency version | Daniel Mensinger | 2 | -20/+19 |
2019-11-14 | dependencies: Print version of cached dependencies | Daniel Mensinger | 1 | -4/+7 |
2019-11-14 | mlog: add non bold version of colors | Daniel Mensinger | 1 | -0/+15 |
2019-11-13 | coredata: CmdLineFileParser no longer interpolates strings. | Paulo Neves | 3 | -1/+7 |
2019-11-13 | Revert "Add `-Wl,-rpath-link` for secondary dependencies" | Jussi Pakkanen | 10 | -132/+5 |
2019-11-12 | doc: readme note that can get ninja via pip install ninja [skip ci] | Michael Hirsch, Ph.D | 1 | -0/+6 |
2019-11-12 | cmake: Log warnings in CMakeLists.txt | Daniel Mensinger | 1 | -4/+39 |
2019-11-12 | Prevent install_name_tool to run on EXE when cross compile on OSX | Binh Nguyen | 1 | -2/+2 |
2019-11-12 | Raise an exception if we cannot detect the MSVC compiler target architecture | Luca Bacci | 1 | -2/+4 |
2019-11-12 | Fixed issue that the key's value type wasn't checked correctly. | fchin | 4 | -4/+23 |
2019-11-12 | Adding dictionary entry using string variable as key. | franczc | 4 | -11/+51 |
2019-11-11 | Add missing openbsd to the operating system names table [skip ci] | yshui | 1 | -0/+1 |
2019-11-11 | hotdoc: work around argparse syntax ambiguity | Mathieu Duponchelle | 1 | -3/+19 |
2019-11-10 | Document lack of clang support [skip ci] | mayl | 1 | -0/+3 |
2019-11-10 | Store run target names in build. | Jussi Pakkanen | 4 | -0/+17 |
2019-11-08 | docs: major revamp of the Wrap format description [skip ci] | Eli Schwartz | 1 | -91/+65 |
2019-11-08 | Make the hint about built-in options more useful | Zbigniew Jędrzejewski-Szmek | 1 | -6/+12 |
2019-11-08 | "built-in" is the standard spellling | Zbigniew Jędrzejewski-Szmek | 1 | -5/+5 |
2019-11-08 | pass sanitize option to linker on macOS | mfurukawa | 1 | -0/+5 |
2019-11-08 | Created the filesystem module. | Jussi Pakkanen | 14 | -1/+156 |
2019-11-07 | docs: Mention error LNK1181, linking for MSVC [skip ci] | Vedran Miletić | 1 | -1/+1 |
2019-11-07 | mesonbuild/mtest: plumb and report a test's start time | Camilo Celis Guzman | 1 | -11/+17 |
2019-11-07 | pkgconfig: only check import_filename for shared libraries | Ryan Lucia | 1 | -1/+1 |
2019-11-07 | CI: add initial type annotation checking | Michael Hirsch, Ph.D | 7 | -31/+35 |
2019-11-07 | wrap.py: catch connection error with WrapException | Michael Hirsch, Ph.D | 3 | -8/+14 |
2019-11-07 | wrap.py: apply type annotation, modernize syntax | Michael Hirsch, Ph.D | 3 | -59/+61 |