aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-26gtkdoc: Use generated types file if there is oneXavier Claessens1-0/+5
2018-06-25ArLinker: Use response files on WindowsMathieu Duponchelle2-7/+3
2018-06-24Update documentation about compiler envvars and cross files. [skip ci]Jussi Pakkanen1-11/+46
2018-06-24Warn if compiler envvars point to cross compilers. Closes #3782.Jussi Pakkanen1-0/+7
2018-06-24Return a better warning if compiled executable is invalid.Jussi Pakkanen1-1/+4
2018-06-24Write GNOME all uppercaseAlexandre Franke1-8/+8
2018-06-24Add FractalAlexandre Franke1-0/+1
2018-06-21Print default option values that don't match the current valueNiklas Claesson2-2/+21
2018-06-21Added ARMCLANG compiler support for C/C++ (#3717)Vasu Penugonda8-2/+206
2018-06-21Merge pull request #3590 from mesonbuild/testcommandJussi Pakkanen7-457/+531
2018-06-20Added documentation.testcommandJussi Pakkanen2-8/+49
2018-06-20Make it work with current master.Jussi Pakkanen1-8/+9
2018-06-20gtkdochelper: pass CC to gtkdoc-scangobjRoss Burton1-0/+1
2018-06-20Document environment() append/prepend/set with multiple values [skip ci]Nirbheek Chauhan1-12/+15
2018-06-20gdbus_codegen: Only add autocleanup args if glib is new enoughNirbheek Chauhan1-10/+22
2018-06-20Validate cpu_family (#3753)Ross Burton3-0/+46
2018-06-20pkgconfig dep: Special-case D link argumentsNirbheek Chauhan1-2/+6
2018-06-20Rename clike_langs to clink_langs for clarityNirbheek Chauhan7-33/+33
2018-06-20dependencies: Don't assume self.compiler is a C compilerNirbheek Chauhan9-34/+42
2018-06-20ninjabackend: Obvious typo, missing spaceNirbheek Chauhan1-1/+1
2018-06-19Downgrade unknown option from exception to warningXavier Claessens2-6/+4
2018-06-19gtkdoc: Fix dependencies not being built before invoking gtkdocXavier Claessens1-7/+7
2018-06-19Properly name the targetsCorentin Noël1-6/+8
2018-06-19Add more tests to ensure no future regressionCorentin Noël1-0/+4
2018-06-19gdbus_codegen: Keep the same behavior for all GLib versionsCorentin Noël1-51/+62
2018-06-18Add option to only install changed files.Jussi Pakkanen1-8/+22
2018-06-18Refactored installer to use a class to eradicate global variables.Jussi Pakkanen2-270/+265
2018-06-18Made install a top level Meson command.Jussi Pakkanen4-17/+40
2018-06-18generate_gir: Add all the files provided by the CustomTargetCorentin Noël1-3/+4
2018-06-18Make a custom target output dir as an include dir relative to @BUILD_ROOT@Jon Turney1-1/+1
2018-06-18Correctly substitute the internal @BUILD_ROOT@ token with MSVC backendJon Turney1-1/+1
2018-06-18Test windows.compile_resource() when depends: is a custom_targetJon Turney7-0/+104
2018-06-18Make depends: of windows.compile_resources() include-ableJon Turney2-0/+8
2018-06-18Add a depends: keyword to windows.compile_resources()Jon Turney3-5/+9
2018-06-18run_command: Add new kwarg 'capture'Nirbheek Chauhan4-19/+46
2018-06-18Deprecate `build_always`, add `build_always_stale`Alex Hirsch6-11/+34
2018-06-18meson_install: Don't add DESTDIR to install_nameNirbheek Chauhan2-4/+16
2018-06-18Add missing stubs to Compiler.Christoph Behle1-0/+12
2018-06-18Add check for arguments of has_members.Christoph Behle1-0/+2
2018-06-18Use stub to report misuse of get_defineChristoph Behle2-4/+4
2018-06-18Test if compiler supports get_define.Christoph Behle1-1/+4
2018-06-18unittests: Assert that we have pkg-config on all CINirbheek Chauhan1-5/+12
2018-06-18macos: Rewrite install_name for dependent built libraries on installNirbheek Chauhan14-84/+147
2018-06-18depfixer: Rewrite install_name for dylibs on installNirbheek Chauhan2-8/+18
2018-06-18pkgconfig deps: Also resolve paths to shared librariesNirbheek Chauhan2-31/+51
2018-06-18Test that binaries that use external libraries workNirbheek Chauhan9-14/+96
2018-06-18nasm test: use -no-pie (#3710)Mathieu Duponchelle1-1/+6
2018-06-18Add UserFeatureOption typeXavier Claessens10-28/+263
2018-06-17Report exit status or signal that killed the testKurtis Rader6-3/+70
2018-06-17Merge pull request #3715 from jon-turney/duplicate-rsrc-script-nameJussi Pakkanen10-2/+55