2962 Commits (1768b09a12664b8a03ce7c46002b6d0910d48271)

Author SHA1 Message Date
Jon Turney fd4872ae77 More tests to cover missing fallback for a non-found dependency 7 years ago
Jon Turney 9efdcfbb8d Fix handling of dependency('', fallback: ['subproject', 'dep']) 7 years ago
Bruce Richardson af546b52ca fix find_library when cross-compiling 32-bit on 64-bit systems 7 years ago
Jussi Pakkanen bde99eb6c4 Warn if using Clang+asan+b_lundef. Closes #764. 7 years ago
Matthias Klumpp 7618fa81d3 d: Don't fail if -link-defaultlib is manually added to the LDC link args 7 years ago
Dylan Baker f3a8f9c34d Options: treat array option -Dopt= and -Dopt=[] as equivalent 7 years ago
Marvin Scholz 3232806b08 Fix ExtraFrameworkDependency Framework detection 7 years ago
Jussi Pakkanen ce7cdadd37 Fix glib build when using MSI installer. Closes #3762. 7 years ago
Xavier Claessens 32c22ec492 gtkdoc: Use generated types file if there is one 7 years ago
Mathieu Duponchelle d784b5772a ArLinker: Use response files on Windows 7 years ago
Jussi Pakkanen c08c8117ab Warn if compiler envvars point to cross compilers. Closes #3782. 7 years ago
Jussi Pakkanen 1a6765e631 Return a better warning if compiled executable is invalid. 7 years ago
Niklas Claesson 9620755ff7 Print default option values that don't match the current value 7 years ago
Vasu Penugonda 7140afc0a8 Added ARMCLANG compiler support for C/C++ (#3717) 7 years ago
Jussi Pakkanen 10b094c980 Make it work with current master. 7 years ago
Ross Burton 57b3f98586 gtkdochelper: pass CC to gtkdoc-scangobj 7 years ago
Nirbheek Chauhan 59696234da gdbus_codegen: Only add autocleanup args if glib is new enough 7 years ago
Ross Burton ecde1789b2 Validate cpu_family (#3753) 7 years ago
Nirbheek Chauhan 9fdf4d83e6 pkgconfig dep: Special-case D link arguments 7 years ago
Nirbheek Chauhan 58ae2c9a8c Rename clike_langs to clink_langs for clarity 7 years ago
Nirbheek Chauhan d737488150 dependencies: Don't assume self.compiler is a C compiler 7 years ago
Nirbheek Chauhan ebda6ef9c8 ninjabackend: Obvious typo, missing space 7 years ago
Xavier Claessens 99dd5f34de Downgrade unknown option from exception to warning 7 years ago
Xavier Claessens 737f61792c gtkdoc: Fix dependencies not being built before invoking gtkdoc 7 years ago
Corentin Noël 4aa848d5d6 Properly name the targets 7 years ago
Corentin Noël b58f71cd73 gdbus_codegen: Keep the same behavior for all GLib versions 7 years ago
Jussi Pakkanen e60bf5d833 Add option to only install changed files. 7 years ago
Jussi Pakkanen 6a21e19515 Refactored installer to use a class to eradicate global variables. 7 years ago
Jussi Pakkanen 6cf79f86ee Made install a top level Meson command. 7 years ago
FFY00 dddc1a527a
dependencies: don't search for dependency with pkgconfig if dub was specified 7 years ago
Corentin Noël 551f99ffff generate_gir: Add all the files provided by the CustomTarget 7 years ago
Jon Turney 5f5480f337 Make a custom target output dir as an include dir relative to @BUILD_ROOT@ 7 years ago
Jon Turney d17ce4ffd0 Correctly substitute the internal @BUILD_ROOT@ token with MSVC backend 7 years ago
Jon Turney 7c4b8591b0 Make depends: of windows.compile_resources() include-able 7 years ago
Jon Turney c0f59399e4 Add a depends: keyword to windows.compile_resources() 7 years ago
Nirbheek Chauhan c9a89027ac run_command: Add new kwarg 'capture' 7 years ago
Alex Hirsch cbe18e01e4 Deprecate `build_always`, add `build_always_stale` 7 years ago
Nirbheek Chauhan d7466066e4 meson_install: Don't add DESTDIR to install_name 7 years ago
Christoph Behle 5ef38d880f Add missing stubs to Compiler. 7 years ago
Christoph Behle dbb3c05cf9 Add check for arguments of has_members. 7 years ago
Christoph Behle 9e0397805e Use stub to report misuse of get_define 7 years ago
Christoph Behle 93b5a42ada Test if compiler supports get_define. 7 years ago
Nirbheek Chauhan 96b7fdb723 macos: Rewrite install_name for dependent built libraries on install 7 years ago
Nirbheek Chauhan 69f817b0e3 depfixer: Rewrite install_name for dylibs on install 7 years ago
Nirbheek Chauhan e3757e3d3c pkgconfig deps: Also resolve paths to shared libraries 7 years ago
Xavier Claessens e565945253 Add UserFeatureOption type 7 years ago
FFY00 ec01a77421
dlang module: add a method to generate a dub file 7 years ago
FFY00 8ef4864ae4
dependencies: add dub as a dependency method 7 years ago
Kurtis Rader 5290f41f31 Report exit status or signal that killed the test 7 years ago
Jussi Pakkanen cd63ca9c19 Support Rust targets with more than one source file. Closes #3632. 7 years ago