aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-01-07Merge pull request #4732 from mensinda/introMesonInfo2Jussi Pakkanen5-64/+167
mintro: Added `meson-info.json` introspection information about the latest meson run
2019-01-07Calculate target paths correctly when workdir is set.Jussi Pakkanen4-1/+19
2019-01-07ninjabackend: Adding missing shell quotes for compiler argumentsRobert Bragg1-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-07docs: document the native keyword argument for reference-manule [skip ci]Dylan Baker1-0/+2
2019-01-07Add new meson.py unstable-coredata subcommand.Martin Hostettler2-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-06use same code for printing options in mconf and msetupNicolas Schneider4-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-06Fixed missing newlineDaniel Mensinger1-1/+1
2019-01-06Added release snippetDaniel Mensinger1-0/+6
2019-01-06Added meson-info.jsonDaniel Mensinger4-6/+83
2019-01-06Introspection refactoringDaniel Mensinger1-58/+78
2019-01-06docs: An error in an external link has been fixed [skip ci]FlyingPiMonster1-4/+2
2019-01-06Merge pull request #4547 from mensinda/introIncDirsJussi Pakkanen30-166/+927
mintro: Save introspection to disk and --targets modifications
2019-01-06fix meson configure exception when install_umask is not an intNicolas Schneider3-4/+4
2019-01-06modernize library default syntax, be like CMake static defaultMichael Hirsch, Ph.D1-2/+2
2019-01-06Always flatten include_directories listsXavier Claessens3-10/+8
2019-01-06Fixed missing dots [skip ci]Daniel Mensinger1-2/+2
2019-01-06Fixed typo [skip ci]Daniel Mensinger1-1/+1
2019-01-06Indent flag only togglesDaniel Mensinger2-4/+5
2019-01-06Updated the docs [skip ci]Daniel Mensinger1-19/+54
2019-01-06Fixed flake8 issuesDaniel Mensinger1-3/+1
2019-01-06Fixed buildoptions form sourceDaniel Mensinger2-18/+10
2019-01-06Better list prependingDaniel Mensinger1-1/+4
2019-01-06Atomic writeDaniel Mensinger1-1/+4
2019-01-06Fixed CI issuesDaniel Mensinger1-8/+17
2019-01-06Make custom command sources slightly more usefulDaniel Mensinger1-1/+7
2019-01-06More os.pathsepDaniel Mensinger1-1/+1
2019-01-06Use os.pathsepDaniel Mensinger1-1/+1
2019-01-06Handle java correctDaniel Mensinger1-4/+4
2019-01-06Fixed hashDaniel Mensinger1-1/+1
2019-01-06Added more compiler option supportDaniel Mensinger7-3/+39
2019-01-06Code cleanup and renamed variablesDaniel Mensinger5-13/+10
2019-01-06Update docs/markdown/snippets/introspect_multiple.mdtextshell1-1/+1
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
2019-01-06Update docs/markdown/IDE-integration.mdtextshell1-1/+1
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
2019-01-06Update docs/markdown/IDE-integration.mdtextshell1-1/+1
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
2019-01-06Fixed mac unit testDaniel Mensinger1-1/+1
2019-01-06Fixed flake8Daniel Mensinger2-2/+2
2019-01-06Load coredataDaniel Mensinger1-0/+4
2019-01-06Absolute path generation refactoringDaniel Mensinger11-5/+85
2019-01-06Simplefied absolute path generationDaniel Mensinger2-6/+7
2019-01-06Better documentationDaniel Mensinger3-4/+7
2019-01-06Revert to old behaviorDaniel Mensinger1-4/+12
2019-01-06Some small fixesDaniel Mensinger2-5/+10
2019-01-06Renamed `--force-new` to `--force-dict-output`Daniel Mensinger2-4/+4
2019-01-06Doc updates and throw if no target type is setDaniel Mensinger3-15/+11
2019-01-06Slight modification of the wordingDaniel Mensinger1-1/+1
2019-01-06Keep 'filename' and 'install_filename' as stringsDaniel Mensinger3-13/+20
2019-01-06Update docs/markdown/IDE-integration.mdtextshell1-2/+2
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
2019-01-06Update run_unittests.pytextshell1-1/+1
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
2019-01-06Update docs/markdown/snippets/introspect_multiple.mdtextshell1-1/+1
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
2019-01-06Update docs/markdown/snippets/introspect_multiple.mdtextshell1-1/+1
Co-Authored-By: mensinda <daniel@mensinger-ka.de>