aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mintro.py
AgeCommit message (Expand)AuthorFilesLines
2019-02-02Never access environment.properties downstreamJohn Ericson1-1/+2
2019-01-22Moved the introspection interpreterDaniel Mensinger1-108/+1
2019-01-22Basic AST visitor patternDaniel Mensinger1-16/+2
2019-01-16mintro: Introspection interpreter refactoring (#4733)Daniel Mensinger1-103/+41
2019-01-15mintro: Added `defined_in` key in the targets introspectionDaniel Mensinger1-0/+2
2019-01-13Load source dir from meson-info.jsonDaniel Mensinger1-4/+5
2019-01-13mintro: Check meson-info.json version instead of loading coredataDaniel Mensinger1-4/+17
2019-01-13Merge pull request #4731 from mensinda/introBreak2Jussi Pakkanen1-10/+6
2019-01-10`environment.cross_info.need_cross_compiler()` doesn't existJohn Ericson1-1/+1
2019-01-07Deprecated --target-files APIDaniel Mensinger1-2/+7
2019-01-07Changed introspection target formatDaniel Mensinger1-14/+5
2019-01-06Fixed missing newlineDaniel Mensinger1-1/+1
2019-01-06Added meson-info.jsonDaniel Mensinger1-0/+53
2019-01-06Introspection refactoringDaniel Mensinger1-58/+78
2019-01-06Indent flag only togglesDaniel Mensinger1-3/+3
2019-01-06Fixed flake8 issuesDaniel Mensinger1-3/+1
2019-01-06Fixed buildoptions form sourceDaniel Mensinger1-8/+8
2019-01-06Atomic writeDaniel Mensinger1-1/+4
2019-01-06Code cleanup and renamed variablesDaniel Mensinger1-5/+3
2019-01-06Fixed flake8Daniel Mensinger1-1/+1
2019-01-06Load coredataDaniel Mensinger1-0/+4
2019-01-06Better documentationDaniel Mensinger1-2/+4
2019-01-06Revert to old behaviorDaniel Mensinger1-4/+12
2019-01-06Some small fixesDaniel Mensinger1-4/+4
2019-01-06Renamed `--force-new` to `--force-dict-output`Daniel Mensinger1-3/+3
2019-01-06Keep 'filename' and 'install_filename' as stringsDaniel Mensinger1-2/+3
2019-01-06Ninja backend target introspectionDaniel Mensinger1-1/+1
2019-01-06Split the monolithic introspection file into chunksDaniel Mensinger1-34/+24
2019-01-06Documentation and unit test updateDaniel Mensinger1-6/+1
2019-01-06Filenames are now listsDaniel Mensinger1-5/+1
2019-01-06Update intro dump on meson configureDaniel Mensinger1-2/+18
2019-01-06Removed determine_installed_path since it is no longer neededDaniel Mensinger1-19/+1
2019-01-06Removed fallback detection logicDaniel Mensinger1-1/+13
2019-01-06Some code cleanupDaniel Mensinger1-21/+10
2019-01-06Moved the source and compiler generation to the backendDaniel Mensinger1-133/+15
2019-01-06Fixed list_target_files and list_targetsDaniel Mensinger1-33/+35
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 Mensinger1-2/+2
2019-01-06Initial automatic target file generationDaniel Mensinger1-17/+47
2019-01-06Added option to force use the new formatDaniel Mensinger1-2/+4
2019-01-06mintro: Added option to introspect multiple parameters at onceDaniel Mensinger1-27/+44
2019-01-06Updated format to include sourcesDaniel Mensinger1-13/+53
2019-01-06Fixed hardcode is_cross = Falsemensinda1-6/+5
2019-01-06Added include_directories and extra_args keys to target introspectionDaniel Mensinger1-1/+78
2018-12-29Do not require build dir for introspectionDaniel Mensinger1-4/+160
2018-12-20mintro: Bug fix for determine_installed_path for multiple target outputsDaniel Mensinger1-8/+12
2018-11-26Remove name property from introspect --projectinfo as it is not usedDaniel Schulte1-3/+2
2018-11-26mintro: Allow introspect --projectinfo without build directory.Daniel Schulte1-2/+68