aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-18gdbus_codegen: Fix install_dir parameterIñigo Martínez1-1/+1
2018-04-18Update 'manual tests/2 multiwrap' libpng dependency to 1.6.34Aleksey Filippov1-7/+7
2018-04-18Merge pull request #3314 from sarum9in/test_dependsJussi Pakkanen8-11/+87
2018-04-18Renamed test dirs so numbers are sequential.Jussi Pakkanen28-1/+1
2018-04-18Made Python module match the new init interface.Jussi Pakkanen1-4/+4
2018-04-17Add partial_dependency method to dependenciesDylan Baker15-2/+356
2018-04-17Merge pull request #3243 from dcbaker/accept-d-setupJussi Pakkanen5-41/+84
2018-04-17Merge pull request #3353 from xclaesse/has-link-argumentJussi Pakkanen7-80/+166
2018-04-17Merge pull request #3240 from MathieuDuponchelle/python_moduleJussi Pakkanen13-1/+793
2018-04-17fix fallback variable nameGoncalo Carvalho1-1/+1
2018-04-17Merge pull request #1852 from QuLogic/openmpJussi Pakkanen15-4/+191
2018-04-17mconf: accept -- options like `meson` doesDylan Baker2-4/+19
2018-04-17Move builtin_argument_registration to coredataDylan Baker2-21/+25
2018-04-17Accept builtin options with -D when making initial meson callDylan Baker2-0/+26
2018-04-17mesonmain: be DRYDylan Baker1-24/+4
2018-04-17coredata: encapsulate destination nameDylan Baker2-2/+8
2018-04-17coredata: Add helper for setting actionDylan Baker2-5/+15
2018-04-17interpreter: Don't assume default link_args == compile_argsDylan Baker1-2/+4
2018-04-17Exit meson with an error if an invalid escape sequence is found in aNiklas Claesson3-4/+21
2018-04-17Add release snippetNiklas Claesson1-0/+17
2018-04-17Complete python escape sequences aware stringsTim 'mithro' Ansell11-19/+125
2018-04-17Open build files with utf-8Nirbheek Chauhan2-6/+6