summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PkgConfigDependency: Search for pkg-config with ExternalProgramnirbheek/use-extprog-pkgconfigNirbheek Chauhan2018-03-121-16/+16
* docs: update for mesonintrospect.py -> meson introspectJon Turney2018-03-111-5/+5
* docs: Add custom dependencies missing documentationJon Turney2018-03-111-0/+26
* docs: polish documentation for custom dependency detectorsJon Turney2018-03-111-12/+12
* docs: update system cross file documentationJon Turney2018-03-111-2/+2
* docs: remove reference to mesonguiJon Turney2018-03-111-3/+1
* Merge pull request #3203 from jukkalaurila/bug3185Jussi Pakkanen2018-03-103-0/+24
|\
| * Fixed bug 3185.Jukka Laurila2018-03-091-0/+13
| * Add test for bug https://github.com/mesonbuild/meson/issues/3185Jukka Laurila2018-03-092-0/+11
* | Show info about possible subproject promotion when appropriateJon Turney2018-03-101-1/+6
* | Add LANG to DockerfileNiklas Claesson2018-03-101-0/+2
* | Exclude subprojects when doing coverageNiklas Claesson2018-03-103-5/+30
* | Refactor: Add log.error and log.exception to reduce code duplication.Jukka Laurila2018-03-106-24/+37
* | Fix C++ code used for doxygen testAlex Hirsch2018-03-104-7/+10
|/
* Default run_project_tests backend to ninja instead of xcode on OS X.Jukka Laurila2018-03-091-2/+0
* Fix xcode backend to run "meson test" instead of the nonexistent meson_test.py.Jukka Laurila2018-03-091-3/+1
* setup.py: set the python_requires fieldDylan Baker2018-03-071-2/+4
* Merge pull request #3195 from sarum9in/link_whole-generatorsJussi Pakkanen2018-03-077-1/+132
|\
| * Skip whole_archive test for VS older than 2015Aleksey Filippov2018-03-071-0/+7
| * Get generated headers from link_whole_targets as meson does for link_targetsAleksey Filippov2018-03-071-1/+2
| * Add 'common/180 generator link whole' test caseAleksey Filippov2018-03-076-0/+123
* | Gnome-module.md: Add information about output files to mkenums()Eduardo Lima (Etrunko)2018-03-071-1/+3
* | doc: Tweak text about get_option('foodir') in reference manual [skip ci]Jon Turney2018-03-071-2/+7
* | Add indentation to 'common/64 custom header generator' test caseAleksey Filippov2018-03-071-3/+3
* | mesonlib: fix meson detection (again)Mathieu Duponchelle2018-03-071-5/+4
|/
* Merge pull request #3086 from sarum9in/declare-link-wholeJussi Pakkanen2018-03-0611-5/+45
|\
| * Document declare_dependency() link_whole parameterAleksey Filippov2018-03-062-0/+6
| * Add declare_dependency() test for transitive link_wholeAleksey Filippov2018-03-063-0/+16
| * Add declare_dependency() test for link_wholeAleksey Filippov2018-03-063-0/+14
| * Add link_whole argument to declare_dependency()Aleksey Filippov2018-03-064-5/+9
* | Allow passing a compiler object to run_command()Evgenii Shatokhin2018-03-065-5/+44
* | Make "meson help" and "meson help <subcommand>" do the expected thing.Jukka Laurila2018-03-062-0/+13
* | Verify that snippets conform to expected format.Jussi Pakkanen2018-03-061-1/+15
* | Improve vcs_tag documentation [skip ci]Nirbheek Chauhan2018-03-061-4/+12
|/
* Merge pull request #3165 from jon-turney/run-unittestsJussi Pakkanen2018-03-063-15/+51
|\
| * Activate Qt5 tests on OSX CIAlexis Jeandet2018-03-051-2/+2
| * Enable linux-like unit tests on all posix-like platformsJon Turney2018-03-051-3/+29
| * Fix "meson 'test cases/frameworks/4 qt master' _build -Dmethod=qmake" on OSXJon Turney2018-03-041-1/+6
| * Fix reporting of Qt detection method used on OSXJon Turney2018-03-041-1/+2
| * Fix QtBaseDependency._framework_detectJon Turney2018-03-041-1/+4
| * Invoke 'qmake --version' correctly in test_qt5dependency_qmake_detectionJon Turney2018-03-041-5/+2
| * Fix dependency('qt4|5', method: 'qmake') for CygwinJon Turney2018-03-041-2/+6
* | Generate meson.build based on existing source files when meson init is run in...Jukka Laurila2018-03-063-7/+139
* | Fix the C and C++ project template options, they were reversed before.Jukka Laurila2018-03-061-3/+3
* | Add Python minimum version requirement in release notes. [skip ci]Jussi Pakkanen2018-03-051-12/+19
* | doc: Fix a syntax error in an example in 'Generating sources'. [skip ci]TÖRÖK Attila2018-03-051-1/+1
|/
* Merge pull request #3177 from infirit/consistant_config_outpuJussi Pakkanen2018-03-051-87/+60
|\
| * mconf: Make it pep8 compliantSander Sweers2018-03-041-2/+7
| * mconf: make print_aligned staticSander Sweers2018-03-041-1/+2
| * mconf: Do not store dict keys for no reasonSander Sweers2018-03-041-13/+8