aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mintro.py
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-26mintro: Split list_buildsystem_files into generation and command functionDaniel Schulte1-2/+6
2018-11-24Sorted arrays alphabeticallyDaniel Mensinger1-11/+11
2018-11-24Added 'section' key to buildoptions introspectionDaniel Mensinger1-6/+31
2018-10-04Use a single ArgumentParser for all subcommandsXavier Claessens1-6/+2
2018-08-22Remove useless __main__ in files that cannot be executedXavier Claessens1-3/+0
2018-06-18macos: Rewrite install_name for dependent built libraries on installNirbheek Chauhan1-6/+5
2018-06-08mintro: Fix introspecting installation pathsThibault Saunier1-2/+2
2018-06-06meson introspect: Fix --installed argumentNirbheek Chauhan1-1/+1
2018-05-09introspect: Fix listing target files that are File objectsNirbheek Chauhan1-2/+7
2018-04-11introspect: default builddir to . to prevent a crashAndrei Alexeyev1-1/+1
2018-03-27Always build parser objects anew to avoid leaking old data.Jussi Pakkanen1-21/+23
2018-03-18introspect: tests: Inform about tests run parallelizationThibault Saunier1-0/+1
2018-03-01Harmonize data pickling.Hemmo Nieminen1-27/+17
2018-02-07Expose integer options to build option files.Jussi Pakkanen1-0/+2
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov1-2/+2
2017-12-07Fix `array` type nameEric Engestrom1-1/+1
2017-12-07Renamed UserStringArrayOption to UserArrayOption for short.Jussi Pakkanen1-1/+1
2017-11-09Print correct command in help messageEric Engestrom1-1/+1
2017-11-09introspect: print `build_by_default` fieldEric Engestrom1-0/+1