summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-06Updated the docsDaniel Mensinger
2019-01-06Ninja backend target introspectionDaniel Mensinger
2019-01-06Updated documentationDaniel Mensinger
2019-01-06Split the monolithic introspection file into chunksDaniel Mensinger
2019-01-06Fixed mac buildDaniel Mensinger
2019-01-06Should fix azureDaniel Mensinger
2019-01-06Fixed flake8Daniel Mensinger
2019-01-06Documentation and unit test updateDaniel Mensinger
2019-01-06Filenames are now listsDaniel Mensinger
2019-01-06Update intro dump on meson configureDaniel Mensinger
2019-01-06Added unit testDaniel Mensinger
2019-01-06Removed determine_installed_path since it is no longer neededDaniel Mensinger
2019-01-06Removed fallback detection logicDaniel Mensinger
2019-01-06Some code cleanupDaniel Mensinger
2019-01-06Moved the source and compiler generation to the backendDaniel Mensinger
2019-01-06Fixed list_target_files and list_targetsDaniel Mensinger
2019-01-06More refactoringDaniel Mensinger
2019-01-06Added unit testDaniel Mensinger
2019-01-06Fixed rebase errorDaniel Mensinger
2019-01-06Fixed tests and benchmarksDaniel Mensinger
2019-01-06Initial automatic target file generationDaniel Mensinger
2019-01-06Added option to force use the new formatDaniel Mensinger
2019-01-06mintro: Added option to introspect multiple parameters at onceDaniel Mensinger
2019-01-06Updated format to include sourcesDaniel Mensinger
2019-01-06Fixed hardcode is_cross = Falsemensinda
2019-01-06Added release snippetDaniel Mensinger
2019-01-06Added include_directories and extra_args keys to target introspectionDaniel Mensinger
2019-01-05parser: Fix line continuation outside of (), [] or {}Xavier Claessens
2019-01-05pkgconfig: Fix flag deduplicationXavier Claessens
2019-01-05Merge pull request #4445 from Ericson2314/no-cross_infoJussi Pakkanen
2019-01-04rpm: remove manual printing of error logs on failureZbigniew Jędrzejewski-Szmek
2019-01-02Get rid of `ConfigData`John Ericson
2019-01-02Simplify config file checking code, inlining `_ok_type`John Ericson
2019-01-02Remove cross_info; cross file is parsed up front and discardedJohn Ericson
2019-01-02Get rid of `need_cross_compiler`John Ericson
2019-01-02Can use plain strings for include_directories.Jussi Pakkanen
2019-01-02Handle strings in cross file args. Closes #4671.Jussi Pakkanen
2019-01-02Avoid exception looking for python on windows if the launcher (py.exe) is not...guruDanny67
2019-01-02vs: respect 'b_pch' optionNicolas Schneider
2019-01-01print 'Nothing to install.' if nothing was installedNicolas Schneider
2019-01-01fail configuration if PCH files do not existNicolas Schneider
2019-01-01Merge pull request #4564 from mensinda/introBuildOptsJussi Pakkanen
2019-01-01Updated doc [skip ci]Daniel Mensinger
2019-01-01compile pch .h file as c++-header when building a c++ targetNicolas Schneider
2018-12-31docs: Note --warnlevel instead of --warning_levelTingPing
2018-12-31docs: Change warnlevel option to warning_levelTingPing
2018-12-29Tests and docsDaniel Mensinger
2018-12-29Do not require build dir for introspectionDaniel Mensinger
2018-12-29Disable mlog and don't require build directory for environmentDaniel Mensinger
2018-12-29Introspection refactoringDaniel Mensinger