Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-07 | Merge pull request #4732 from mensinda/introMesonInfo2 | Jussi Pakkanen | 5 | -64/+167 | |
mintro: Added `meson-info.json` introspection information about the latest meson run | |||||
2019-01-07 | Calculate target paths correctly when workdir is set. | Jussi Pakkanen | 4 | -1/+19 | |
2019-01-07 | ninjabackend: Adding missing shell quotes for compiler arguments | Robert Bragg | 1 | -4/+4 | |
Since trying to cross compile for Windows from Linux (WSL) and having paths like this: '-L/mnt/c/Program Files (x86)/Microsoft Visual Studio/2017/\ Community/VC/Tools/MSVC/14.15.26726/lib/x64' I found that the spaces and brackets in the paths weren't properly escaped by the Ninja backend. | |||||
2019-01-07 | docs: document the native keyword argument for reference-manule [skip ci] | Dylan Baker | 1 | -0/+2 | |
2019-01-07 | Add new meson.py unstable-coredata subcommand. | Martin Hostettler | 2 | -1/+129 | |
This adds a hidden option to dump the current otherwise hidden peristant state in coredata.dat. This interface is unstable as meson has no compatibility promises about coredata.dat. | |||||
2019-01-06 | use same code for printing options in mconf and msetup | Nicolas Schneider | 4 | -14/+22 | |
Also, options are now responsible for providing a suitable printable representation of their value instead of handling this at the caller. | |||||
2019-01-06 | Fixed missing newline | Daniel Mensinger | 1 | -1/+1 | |
2019-01-06 | Added release snippet | Daniel Mensinger | 1 | -0/+6 | |
2019-01-06 | Added meson-info.json | Daniel Mensinger | 4 | -6/+83 | |
2019-01-06 | Introspection refactoring | Daniel Mensinger | 1 | -58/+78 | |
2019-01-06 | docs: An error in an external link has been fixed [skip ci] | FlyingPiMonster | 1 | -4/+2 | |
2019-01-06 | Merge pull request #4547 from mensinda/introIncDirs | Jussi Pakkanen | 30 | -166/+927 | |
mintro: Save introspection to disk and --targets modifications | |||||
2019-01-06 | fix meson configure exception when install_umask is not an int | Nicolas Schneider | 3 | -4/+4 | |
2019-01-06 | modernize library default syntax, be like CMake static default | Michael Hirsch, Ph.D | 1 | -2/+2 | |
2019-01-06 | Always flatten include_directories lists | Xavier Claessens | 3 | -10/+8 | |
2019-01-06 | Fixed missing dots [skip ci] | Daniel Mensinger | 1 | -2/+2 | |
2019-01-06 | Fixed typo [skip ci] | Daniel Mensinger | 1 | -1/+1 | |
2019-01-06 | Indent flag only toggles | Daniel Mensinger | 2 | -4/+5 | |
2019-01-06 | Updated the docs [skip ci] | Daniel Mensinger | 1 | -19/+54 | |
2019-01-06 | Fixed flake8 issues | Daniel Mensinger | 1 | -3/+1 | |
2019-01-06 | Fixed buildoptions form source | Daniel Mensinger | 2 | -18/+10 | |
2019-01-06 | Better list prepending | Daniel Mensinger | 1 | -1/+4 | |
2019-01-06 | Atomic write | Daniel Mensinger | 1 | -1/+4 | |
2019-01-06 | Fixed CI issues | Daniel Mensinger | 1 | -8/+17 | |
2019-01-06 | Make custom command sources slightly more useful | Daniel Mensinger | 1 | -1/+7 | |
2019-01-06 | More os.pathsep | Daniel Mensinger | 1 | -1/+1 | |
2019-01-06 | Use os.pathsep | Daniel Mensinger | 1 | -1/+1 | |
2019-01-06 | Handle java correct | Daniel Mensinger | 1 | -4/+4 | |
2019-01-06 | Fixed hash | Daniel Mensinger | 1 | -1/+1 | |
2019-01-06 | Added more compiler option support | Daniel Mensinger | 7 | -3/+39 | |
2019-01-06 | Code cleanup and renamed variables | Daniel Mensinger | 5 | -13/+10 | |
2019-01-06 | Update docs/markdown/snippets/introspect_multiple.md | textshell | 1 | -1/+1 | |
Co-Authored-By: mensinda <daniel@mensinger-ka.de> | |||||
2019-01-06 | Update docs/markdown/IDE-integration.md | textshell | 1 | -1/+1 | |
Co-Authored-By: mensinda <daniel@mensinger-ka.de> | |||||
2019-01-06 | Update docs/markdown/IDE-integration.md | textshell | 1 | -1/+1 | |
Co-Authored-By: mensinda <daniel@mensinger-ka.de> | |||||
2019-01-06 | Fixed mac unit test | Daniel Mensinger | 1 | -1/+1 | |
2019-01-06 | Fixed flake8 | Daniel Mensinger | 2 | -2/+2 | |
2019-01-06 | Load coredata | Daniel Mensinger | 1 | -0/+4 | |
2019-01-06 | Absolute path generation refactoring | Daniel Mensinger | 11 | -5/+85 | |
2019-01-06 | Simplefied absolute path generation | Daniel Mensinger | 2 | -6/+7 | |
2019-01-06 | Better documentation | Daniel Mensinger | 3 | -4/+7 | |
2019-01-06 | Revert to old behavior | Daniel Mensinger | 1 | -4/+12 | |
2019-01-06 | Some small fixes | Daniel Mensinger | 2 | -5/+10 | |
2019-01-06 | Renamed `--force-new` to `--force-dict-output` | Daniel Mensinger | 2 | -4/+4 | |
2019-01-06 | Doc updates and throw if no target type is set | Daniel Mensinger | 3 | -15/+11 | |
2019-01-06 | Slight modification of the wording | Daniel Mensinger | 1 | -1/+1 | |
2019-01-06 | Keep 'filename' and 'install_filename' as strings | Daniel Mensinger | 3 | -13/+20 | |
2019-01-06 | Update docs/markdown/IDE-integration.md | textshell | 1 | -2/+2 | |
Co-Authored-By: mensinda <daniel@mensinger-ka.de> | |||||
2019-01-06 | Update run_unittests.py | textshell | 1 | -1/+1 | |
Co-Authored-By: mensinda <daniel@mensinger-ka.de> | |||||
2019-01-06 | Update docs/markdown/snippets/introspect_multiple.md | textshell | 1 | -1/+1 | |
Co-Authored-By: mensinda <daniel@mensinger-ka.de> | |||||
2019-01-06 | Update docs/markdown/snippets/introspect_multiple.md | textshell | 1 | -1/+1 | |
Co-Authored-By: mensinda <daniel@mensinger-ka.de> |