aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-09Add test for bug https://github.com/mesonbuild/meson/issues/3185Jukka Laurila2-0/+11
2018-03-09Default run_project_tests backend to ninja instead of xcode on OS X.Jukka Laurila1-2/+0
2018-03-09Fix xcode backend to run "meson test" instead of the nonexistent meson_test.py.Jukka Laurila1-3/+1
2018-03-07setup.py: set the python_requires fieldDylan Baker1-2/+4
2018-03-07Merge pull request #3195 from sarum9in/link_whole-generatorsJussi Pakkanen7-1/+132
2018-03-07Gnome-module.md: Add information about output files to mkenums()Eduardo Lima (Etrunko)1-1/+3
2018-03-07doc: Tweak text about get_option('foodir') in reference manual [skip ci]Jon Turney1-2/+7
2018-03-07Add indentation to 'common/64 custom header generator' test caseAleksey Filippov1-3/+3
2018-03-07mesonlib: fix meson detection (again)Mathieu Duponchelle1-5/+4
2018-03-07Skip whole_archive test for VS older than 2015Aleksey Filippov1-0/+7
2018-03-07Get generated headers from link_whole_targets as meson does for link_targetsAleksey Filippov1-1/+2
2018-03-07Add 'common/180 generator link whole' test caseAleksey Filippov6-0/+123
2018-03-06Merge pull request #3086 from sarum9in/declare-link-wholeJussi Pakkanen11-5/+45
2018-03-06Allow passing a compiler object to run_command()Evgenii Shatokhin5-5/+44
2018-03-06Make "meson help" and "meson help <subcommand>" do the expected thing.Jukka Laurila2-0/+13
2018-03-06Verify that snippets conform to expected format.Jussi Pakkanen1-1/+15
2018-03-06Improve vcs_tag documentation [skip ci]Nirbheek Chauhan1-4/+12
2018-03-06Document declare_dependency() link_whole parameterAleksey Filippov2-0/+6
2018-03-06Add declare_dependency() test for transitive link_wholeAleksey Filippov3-0/+16
2018-03-06Add declare_dependency() test for link_wholeAleksey Filippov3-0/+14
2018-03-06Add link_whole argument to declare_dependency()Aleksey Filippov4-5/+9
2018-03-06Merge pull request #3165 from jon-turney/run-unittestsJussi Pakkanen3-15/+51
2018-03-06Generate meson.build based on existing source files when meson init is run in...Jukka Laurila3-7/+139
2018-03-06Fix the C and C++ project template options, they were reversed before.Jukka Laurila1-3/+3
2018-03-05Add Python minimum version requirement in release notes. [skip ci]Jussi Pakkanen1-12/+19
2018-03-05doc: Fix a syntax error in an example in 'Generating sources'. [skip ci]TÖRÖK Attila1-1/+1
2018-03-05Activate Qt5 tests on OSX CIAlexis Jeandet1-2/+2
2018-03-05Enable linux-like unit tests on all posix-like platformsJon Turney1-3/+29
2018-03-04Fix "meson 'test cases/frameworks/4 qt master' _build -Dmethod=qmake" on OSXJon Turney1-1/+6
2018-03-04Fix reporting of Qt detection method used on OSXJon Turney1-1/+2
2018-03-04Fix QtBaseDependency._framework_detectJon Turney1-1/+4
2018-03-04Invoke 'qmake --version' correctly in test_qt5dependency_qmake_detectionJon Turney1-5/+2
2018-03-04Fix dependency('qt4|5', method: 'qmake') for CygwinJon Turney1-2/+6
2018-03-05Merge pull request #3177 from infirit/consistant_config_outpuJussi Pakkanen1-87/+60
2018-03-05meson test: let gdb handle ^C instead of usAlicia Boya García1-4/+21
2018-03-05Merge pull request #3171 from jon-turney/flake8Jussi Pakkanen13-41/+31
2018-03-04Bumped version number for new development.Jussi Pakkanen1-1/+1
2018-03-04Add missing code block end marker.Jussi Pakkanen1-0/+1
2018-03-04mconf: Make it pep8 compliantSander Sweers1-2/+7
2018-03-04mconf: make print_aligned staticSander Sweers1-1/+2
2018-03-04mconf: Do not store dict keys for no reasonSander Sweers1-13/+8
2018-03-04mconf: User newline instead of printing empty stringSander Sweers1-17/+8
2018-03-04mconf: Replace usage of keys() on dicts with direct call by sortedSander Sweers1-5/+4
2018-03-04Re-implement function print_alignedSander Sweers1-51/+34
2018-03-04mconf: Do not turn opt.choices into a stringSander Sweers1-2/+1
2018-03-04Updated information for new release.0.45.0Jussi Pakkanen27-176/+200
2018-03-04Make gtkdoc test pass on Debian unstable.Jussi Pakkanen2-6/+9
2018-03-04Skip test that requires mocking when using an external exe. Also logging.Jussi Pakkanen1-1/+10
2018-03-04Explain change of default better. [skip ci]Jussi Pakkanen1-32/+165
2018-03-04Fixing broken language arguments [skip ci]Tim Ansell1-1/+1