aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2019-01-07Merge pull request #4732 from mensinda/introMesonInfo2Jussi Pakkanen3-64/+147
2019-01-07Calculate target paths correctly when workdir is set.Jussi Pakkanen1-1/+8
2019-01-07ninjabackend: Adding missing shell quotes for compiler argumentsRobert Bragg1-4/+4
2019-01-07Add new meson.py unstable-coredata subcommand.Martin Hostettler2-1/+129
2019-01-06use same code for printing options in mconf and msetupNicolas Schneider4-14/+22
2019-01-06Fixed missing newlineDaniel Mensinger1-1/+1
2019-01-06Added meson-info.jsonDaniel Mensinger3-6/+69
2019-01-06Introspection refactoringDaniel Mensinger1-58/+78
2019-01-06Merge pull request #4547 from mensinda/introIncDirsJussi Pakkanen17-128/+483
2019-01-06fix meson configure exception when install_umask is not an intNicolas Schneider3-4/+4
2019-01-06Always flatten include_directories listsXavier Claessens1-8/+6
2019-01-06Indent flag only togglesDaniel Mensinger1-3/+3
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 Mensinger2-8/+5
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 Mensinger1-2/+4
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 Mensinger1-3/+3
2019-01-06Doc updates and throw if no target type is setDaniel Mensinger2-14/+9
2019-01-06Keep 'filename' and 'install_filename' as stringsDaniel Mensinger1-2/+3
2019-01-06Simplified code and improved preformanceDaniel Mensinger1-26/+10
2019-01-06Ninja backend target introspectionDaniel Mensinger3-19/+124
2019-01-06Split the monolithic introspection file into chunksDaniel Mensinger3-37/+38
2019-01-06Documentation and unit test updateDaniel Mensinger1-6/+1
2019-01-06Filenames are now listsDaniel Mensinger2-5/+4
2019-01-06Update intro dump on meson configureDaniel Mensinger2-2/+20
2019-01-06Added unit testDaniel Mensinger5-7/+4
2019-01-06Removed determine_installed_path since it is no longer neededDaniel Mensinger1-19/+1
2019-01-06Removed fallback detection logicDaniel Mensinger3-173/+29
2019-01-06Some code cleanupDaniel Mensinger4-46/+98
2019-01-06Moved the source and compiler generation to the backendDaniel Mensinger3-135/+161
2019-01-06Fixed list_target_files and list_targetsDaniel Mensinger5-37/+41
2019-01-06More refactoringDaniel Mensinger1-26/+45
2019-01-06Added unit testDaniel Mensinger1-1/+1
2019-01-06Fixed rebase errorDaniel Mensinger1-2/+2
2019-01-06Fixed tests and benchmarksDaniel Mensinger3-6/+12