aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-29adds Qt5 private headers [skip ci]Alexis Jeandet1-1/+1
2018-04-28Install generated gdbus header with old glib version too.Jussi Pakkanen3-2/+9
2018-04-27New argument: --profile-self for profiling performanceNirbheek Chauhan1-3/+16
2018-04-27CCompiler: Cache result of get_library_dirs().Martin Hostettler1-1/+9
2018-04-27guess_external_link_dependencies: deduplicate search dirs and libraries.Martin Hostettler1-6/+7
2018-04-26Prettifying some output with pathlibNiklas Claesson2-24/+33
2018-04-26Merge pull request #3225 from filbranden/fixperms3Jussi Pakkanen17-16/+189
2018-04-26Merge pull request #3372 from NickeZ/vs-sol-foldersJussi Pakkanen3-24/+80
2018-04-25Add install_umask to list of options of `meson configure`Filipe Brandenburger1-1/+1
2018-04-26interpreter: Verify permitted kwargs on all methodsXavier Claessens3-65/+183
2018-04-25Wrap-git files can have tags as well as commit ids. [skip ci]Jussi Pakkanen1-3/+3
2018-04-25tests: Add the same kind of tests for configure.Dylan Baker1-1/+29
2018-04-25Tests: Add some tests for mixing -Dfoo and --fooDylan Baker3-0/+37
2018-04-25Fix two test casesNiklas Claesson2-4/+4
2018-04-24Tweak some 0.46 release note language [skip ci]Nirbheek Chauhan1-26/+30
2018-04-24Users.md: Add bolt [skip ci]Nirbheek Chauhan1-0/+1
2018-04-23Fix syntax error in tests common/22, 64 and 132Jan Alexander Steffens (heftig)3-3/+3
2018-04-23Bump version number for new development. [skip ci]Jussi Pakkanen1-1/+1
2018-04-23docs: Fix syntax highlighting in 0.46.0 notesTingPing1-5/+6
2018-04-23Fix section headers in 0.46 release note [skip ci]Jon Turney1-1/+6
2018-04-23Updated version number for new release.0.46.0Jussi Pakkanen33-290/+324
2018-04-23Skip snippet validation if docs dir does not exist.Jussi Pakkanen1-0/+1
2018-04-23Use the correct file path. Not the wrong one.Jussi Pakkanen1-1/+1
2018-04-23Final encoding fix.Jussi Pakkanen1-1/+4
2018-04-23If printing debug printing fails, try again in pure ASCII.Jussi Pakkanen1-2/+10
2018-04-22Explicitly open log files in utf-8.Jussi Pakkanen1-2/+2
2018-04-22Merge pull request #3446 from MathieuDuponchelle/python_module_with_docJussi Pakkanen2-20/+72
2018-04-22Python module: update documentation for new APIMathieu Duponchelle1-7/+33
2018-04-21Add more tests for multi-line strings and update docsNirbheek Chauhan4-13/+26
2018-04-21Remove escaping for triple-quoted stringsNiklas Claesson2-20/+4
2018-04-21modules/python: add some more options around path and config_varsHavard Graff1-13/+39
2018-04-21gnome: If pkg-config is not found, assume glib is 2.54 (#3443)Nirbheek Chauhan1-2/+7
2018-04-21ninja backend: Fix shared library symbols pathNirbheek Chauhan1-3/+4
2018-04-21Fix install checks when cross-compiling.Elliott Sales de Andrade1-10/+9
2018-04-21Fix Fortran dep hack when cross-compiling.Elliott Sales de Andrade1-6/+6
2018-04-21Don't fail on not-required not-found deps in forcefallback modeNirbheek Chauhan4-7/+16
2018-04-20docs: Update gnome.gdbus-codegen docsNirbheek Chauhan1-3/+6
2018-04-20gnome: gdbus-codegen add a `sources:` kwargNirbheek Chauhan2-9/+12
2018-04-20Rename common tests to remove numeric duplicates (#3425)Aleksey Filippov8-0/+0
2018-04-20regression: pkgconfig module: Fix Fix regression in Requires.private generation.Martin Hostettler2-2/+9
2018-04-20Merge pull request #3404 from xclaesse/extract-recursiveJussi Pakkanen8-61/+101
2018-04-19cache the generated headers for each targetBruce Richardson1-0/+3
2018-04-19CCompiler: Do not call to_native() twiceXavier Claessens1-1/+1
2018-04-18extract_all_objects: Add 'recursive' keyword argumentXavier Claessens6-7/+37
2018-04-18extract_all_objects(): Recursively extract objectsXavier Claessens3-10/+16
2018-04-18Fix using object extracted from a unity buildXavier Claessens4-51/+55
2018-04-18Add release-notes snippet for install_umaskFilipe Brandenburger1-0/+17
2018-04-18Add a unit test for install_umask.Filipe Brandenburger9-0/+106
2018-04-18Update default of install-umask to 022Filipe Brandenburger3-3/+5
2018-04-18Add new builtin option --install-umaskFilipe Brandenburger4-13/+61