summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-26Fix glib build when using MSI installer. Closes #3762.Jussi Pakkanen
2018-06-26gtkdoc: Use generated types file if there is oneXavier Claessens
2018-06-25ArLinker: Use response files on WindowsMathieu Duponchelle
2018-06-24Update documentation about compiler envvars and cross files. [skip ci]Jussi Pakkanen
2018-06-24Warn if compiler envvars point to cross compilers. Closes #3782.Jussi Pakkanen
2018-06-24Return a better warning if compiled executable is invalid.Jussi Pakkanen
2018-06-24Write GNOME all uppercaseAlexandre Franke
2018-06-24Add FractalAlexandre Franke
2018-06-21Print default option values that don't match the current valueNiklas Claesson
2018-06-21Added ARMCLANG compiler support for C/C++ (#3717)Vasu Penugonda
2018-06-21Merge pull request #3590 from mesonbuild/testcommandJussi Pakkanen
2018-06-20Added documentation.Jussi Pakkanen
2018-06-20Make it work with current master.Jussi Pakkanen
2018-06-20gtkdochelper: pass CC to gtkdoc-scangobjRoss Burton
2018-06-20Document environment() append/prepend/set with multiple values [skip ci]Nirbheek Chauhan
2018-06-20gdbus_codegen: Only add autocleanup args if glib is new enoughNirbheek Chauhan
2018-06-20Validate cpu_family (#3753)Ross Burton
2018-06-20pkgconfig dep: Special-case D link argumentsNirbheek Chauhan
2018-06-20Rename clike_langs to clink_langs for clarityNirbheek Chauhan
2018-06-20dependencies: Don't assume self.compiler is a C compilerNirbheek Chauhan
2018-06-20ninjabackend: Obvious typo, missing spaceNirbheek Chauhan
2018-06-19Downgrade unknown option from exception to warningXavier Claessens
2018-06-19gtkdoc: Fix dependencies not being built before invoking gtkdocXavier Claessens
2018-06-19Properly name the targetsCorentin Noël
2018-06-19Add more tests to ensure no future regressionCorentin Noël
2018-06-19gdbus_codegen: Keep the same behavior for all GLib versionsCorentin Noël
2018-06-18Add option to only install changed files.Jussi Pakkanen
2018-06-18Refactored installer to use a class to eradicate global variables.Jussi Pakkanen
2018-06-18Made install a top level Meson command.Jussi Pakkanen
2018-06-18generate_gir: Add all the files provided by the CustomTargetCorentin Noël
2018-06-18Make a custom target output dir as an include dir relative to @BUILD_ROOT@Jon Turney
2018-06-18Correctly substitute the internal @BUILD_ROOT@ token with MSVC backendJon Turney
2018-06-18Test windows.compile_resource() when depends: is a custom_targetJon Turney
2018-06-18Make depends: of windows.compile_resources() include-ableJon Turney
2018-06-18Add a depends: keyword to windows.compile_resources()Jon Turney
2018-06-18run_command: Add new kwarg 'capture'Nirbheek Chauhan
2018-06-18Deprecate `build_always`, add `build_always_stale`Alex Hirsch
2018-06-18meson_install: Don't add DESTDIR to install_nameNirbheek Chauhan
2018-06-18Add missing stubs to Compiler.Christoph Behle
2018-06-18Add check for arguments of has_members.Christoph Behle
2018-06-18Use stub to report misuse of get_defineChristoph Behle
2018-06-18Test if compiler supports get_define.Christoph Behle
2018-06-18unittests: Assert that we have pkg-config on all CINirbheek Chauhan
2018-06-18macos: Rewrite install_name for dependent built libraries on installNirbheek Chauhan
2018-06-18depfixer: Rewrite install_name for dylibs on installNirbheek Chauhan
2018-06-18pkgconfig deps: Also resolve paths to shared librariesNirbheek Chauhan
2018-06-18Test that binaries that use external libraries workNirbheek Chauhan
2018-06-18nasm test: use -no-pie (#3710)Mathieu Duponchelle
2018-06-18Add UserFeatureOption typeXavier Claessens
2018-06-17Report exit status or signal that killed the testKurtis Rader