1673 Commits (b7b66fe516f0f733a3dd723da8202fd57a0961fb)

Author SHA1 Message Date
Patrick Griffis ece4ce8872 Fix test() accepting configure files for exe 7 years ago
Jussi Pakkanen a572ebd2a1 Convert man inputs to Files so you can install_man the output of configure_file. Closes #2135. 7 years ago
Peter Hutterer 1826872fd2 install: restore the SELinux context on install 7 years ago
Jussi Pakkanen 7f307fd5ef Update list of compiler executable names to try. 7 years ago
nyorain ec445c3598 Fix vulkan style issue 7 years ago
nyorain 6dd9098cd7 Fix vulkan windows; Make test succeed w/o driver 7 years ago
nyorain 02e5c58efc Fix style issue in vulkan dep 7 years ago
nyorain 005e041645 Fix vulkan module for linux 7 years ago
nyorain 0c2ef49dc5 Trigger travis 7 years ago
nyorain 2174027ba1 Fix whitespace issues 7 years ago
nyorain 29e2aac690 Add first vulkan dependency module 7 years ago
Gabríel Arthúr Pétursson 3ddf9bf6dd Ensure same compiler flags are used for compiling PCH as normal sources 7 years ago
Sam Thursfield 094c8dc250 Consider `link_whole` as well as `link_with` for Vala deps 7 years ago
Emmanuele Bassi de45352d9d gnome: Support new glib-genmarshal arguments 7 years ago
Nirbheek Chauhan de2d59cc27 find_library: Ignore libs on MSVC properly 7 years ago
Nirbheek Chauhan b3d048e93a CompilerArgs: Put start/end-group around shared libs too 7 years ago
Adam C. Foltzer 4eda3ca0fc add `crate-name` to Rust target args 7 years ago
Alessandro Decina 328a1f30fd Add /System/Library/Frameworks to the OSX framework search path 7 years ago
Alessandro Decina a9559e0d77 Fix linking Objective-C shared libs on OSX. 7 years ago
Nicolas Dufresne 12be4b6644 gnome: Fix wrong include path 7 years ago
Patrick Griffis 67f0a1a44d Fix run_target() accepting ConfigureFile for command 7 years ago
Hagai 035b2525ac build.py: fixed a small issue where hasattr was passed only a name argument. 7 years ago
Christoph Reiter ceea746222 configure_file: warn in case a variable to subsitute is not present in the passed configuration. Fixes #2090 7 years ago
Jussi Pakkanen e82edc179f Check for manual attempts to set rpath and update docs. 7 years ago
Jussi Pakkanen 2269b7f60b Add build_rpath as new property allowing people to specify rpath entries that are used in the build tree but will be removed on install. 7 years ago
Emmanuele Bassi 381e8313ed Make error message more informative 7 years ago
Jon Turney 8f859a5105 Make the name of the executable implib configurable 7 years ago
Jon Turney 3fa3922cea Support implibs for executables on Windows 7 years ago
Martin Ejdestig 76c1faf8bf Modify mesonintrospect --dependencies so 1 element in list is 1 dependency 7 years ago
Iñigo Martínez b43f4841ba i18n: Fixed gettext permitted Kwargs list 7 years ago
Patrick Griffis 9683082c4c gnome.genmarshal(): Include generated header in generated source 7 years ago
FredericHamel 6f4e5e96d8 Allow test to depend on executable target in cross build. (#2007) 7 years ago
Jussi Pakkanen c8981ff111 Added documentation for SIMD module. 7 years ago
Jussi Pakkanen fc23d9d0f2 Turned SIMD into an unstable module. 7 years ago
Jussi Pakkanen db34a3a701 Close files reliably. 7 years ago
Jussi Pakkanen 5eb64a6f3e Revert "Merge pull request #1931 from centricular/use-patched-ninja" 7 years ago
Jussi Pakkanen ce77fb89b9 Renamed test case number to avoid dupes. 7 years ago
Jussi Pakkanen f78cf53141 Created merge_from method for ConfigurationData. 7 years ago
Jussi Pakkanen 6119beed4d Create a new configuration data object and return it as the result. 7 years ago
Nirbheek Chauhan afdaedea01 msvc: Split stderr by line and raise exception if empty 7 years ago
Jussi Pakkanen 181510bd6e Fix checks on MinGW and VS2010. 7 years ago
Jussi Pakkanen 8396c4f3e6 Added VS support to simd detector. 7 years ago
Jussi Pakkanen 16ec3f0e19 Fix a few OSX "features". 7 years ago
Jussi Pakkanen d304aac504 Created simd module. 7 years ago
Nirbheek Chauhan e307865596 ninja backend: Detect ninja only once and log it 7 years ago
Nirbheek Chauhan a0bd896b2f gnome module: Add -lfoo after -Lbar LDFLAGS 7 years ago
Nirbheek Chauhan 04ac7a4844 gnome.gtkdoc: Handle absolute install_dirs correctly 7 years ago
Chocobo1 24c2e4d3ac Fix typo 7 years ago
Jussi Pakkanen fff3ded297 Removed unreachable code as == never throws. 7 years ago
Jussi Pakkanen b5db2d3128 Return explicit 0 as it is used in a sys.exit statement (just like every other run function). 7 years ago