aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-06Updated the docsDaniel Mensinger1-1/+2
2019-01-06Ninja backend target introspectionDaniel Mensinger4-20/+130
2019-01-06Updated documentationDaniel Mensinger2-23/+20
2019-01-06Split the monolithic introspection file into chunksDaniel Mensinger4-52/+73
2019-01-06Fixed mac buildDaniel Mensinger1-1/+1
2019-01-06Should fix azureDaniel Mensinger1-1/+1
2019-01-06Fixed flake8Daniel Mensinger1-1/+1
2019-01-06Documentation and unit test updateDaniel Mensinger5-37/+93
2019-01-06Filenames are now listsDaniel Mensinger4-9/+13
2019-01-06Update intro dump on meson configureDaniel Mensinger5-8/+53
2019-01-06Added unit testDaniel Mensinger16-22/+216
2019-01-06Removed determine_installed_path since it is no longer neededDaniel Mensinger2-20/+2
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 Mensinger2-1/+31
2019-01-06Fixed rebase errorDaniel Mensinger1-2/+2
2019-01-06Fixed tests and benchmarksDaniel Mensinger3-6/+12
2019-01-06Initial automatic target file generationDaniel Mensinger3-21/+57
2019-01-06Added option to force use the new formatDaniel Mensinger1-2/+4
2019-01-06mintro: Added option to introspect multiple parameters at onceDaniel Mensinger2-27/+56
2019-01-06Updated format to include sourcesDaniel Mensinger1-13/+53
2019-01-06Fixed hardcode is_cross = Falsemensinda1-6/+5
2019-01-06Added release snippetDaniel Mensinger1-0/+7
2019-01-06Added include_directories and extra_args keys to target introspectionDaniel Mensinger1-1/+78
2019-01-05parser: Fix line continuation outside of (), [] or {}Xavier Claessens2-1/+22
2019-01-05pkgconfig: Fix flag deduplicationXavier Claessens3-27/+30
2019-01-05Merge pull request #4445 from Ericson2314/no-cross_infoJussi Pakkanen15-348/+335
2019-01-04rpm: remove manual printing of error logs on failureZbigniew Jędrzejewski-Szmek1-6/+1
2019-01-02Get rid of `ConfigData`John Ericson2-40/+7
2019-01-02Simplify config file checking code, inlining `_ok_type`John Ericson1-13/+6
2019-01-02Remove cross_info; cross file is parsed up front and discardedJohn Ericson14-287/+333
2019-01-02Get rid of `need_cross_compiler`John Ericson4-23/+4
2019-01-02Can use plain strings for include_directories.Jussi Pakkanen5-4/+40
2019-01-02Handle strings in cross file args. Closes #4671.Jussi Pakkanen3-12/+6
2019-01-02Avoid exception looking for python on windows if the launcher (py.exe) is not...guruDanny671-0/+4
2019-01-02vs: respect 'b_pch' optionNicolas Schneider6-14/+38
2019-01-01print 'Nothing to install.' if nothing was installedNicolas Schneider1-0/+10
2019-01-01fail configuration if PCH files do not existNicolas Schneider3-0/+9
2019-01-01Merge pull request #4564 from mensinda/introBuildOptsJussi Pakkanen17-121/+383
2019-01-01Updated doc [skip ci]Daniel Mensinger1-1/+3
2019-01-01compile pch .h file as c++-header when building a c++ targetNicolas Schneider1-0/+4
2018-12-31docs: Note --warnlevel instead of --warning_levelTingPing1-0/+2
2018-12-31docs: Change warnlevel option to warning_levelTingPing1-1/+1
2018-12-29Tests and docsDaniel Mensinger11-1/+66
2018-12-29Do not require build dir for introspectionDaniel Mensinger1-4/+160
2018-12-29Disable mlog and don't require build directory for environmentDaniel Mensinger2-18/+37
2018-12-29Introspection refactoringDaniel Mensinger4-98/+118