1673 Commits (b7b66fe516f0f733a3dd723da8202fd57a0961fb)

Author SHA1 Message Date
Ole André Vadla Ravnås 97339d3be4 ninja: Also include Vala headers in generated headers 8 years ago
Jon Turney 61a145fcb5 Implement executable(gui_app:) for gcc on Windows 8 years ago
Jussi Pakkanen 111e3df45d Moved coverage commands to a standalone script. 8 years ago
Jon Turney e99cfdfbc7 Make vs_module_defs: do something for gcc on Windows as well 8 years ago
Bálint Aradi 540fd2f0e0 Fix scanning of Fortran sources created during configuration 8 years ago
Jussi Pakkanen 8068fc0d1d Add test and release notes. 8 years ago
Dylan Baker 410937c08e Flatten SharedLibary link_args. 8 years ago
Dylan Baker c03744cccb Allow passing a list of Files to CustomTarget. Closes #1720 8 years ago
Dylan Baker e2567386f1 Use flatten for link targets. Fixes #1764 8 years ago
Dylan Baker e419198ff8 Flatten should always return a list 8 years ago
Jussi Pakkanen 6e59d84534 Initialise submodules. 8 years ago
Jussi Pakkanen a91aed8854 Test created tarball by doing a full build + test + install cycle. 8 years ago
Jussi Pakkanen 255be79e22 Created a dist target. Closes #877. 8 years ago
Peter Hutterer 7ed19902be pkgconfig: add suppport for custom variables during generation 8 years ago
Elliott Sales de Andrade e922a6f6f0 Make base imports explicit. 8 years ago
Elliott Sales de Andrade 8731e00ada Tweak formatting of base dependency file. 8 years ago
Elliott Sales de Andrade d3caadb675 Split misc dependencies into their own file. 8 years ago
Elliott Sales de Andrade cb24c2d58a Split apart platform-specific dependencies 8 years ago
Elliott Sales de Andrade d96b16c24b Split development-related deps into their own file. 8 years ago
Elliott Sales de Andrade 23f9b42d3b Split UI-related into a separate file. 8 years ago
Elliott Sales de Andrade 92557e1c2a Move dependencies.py into a subdirectory. 8 years ago
Nicolas Schneider 39520d5688 vs: surround project guid with '{}' 8 years ago
Nirbheek Chauhan 830b44867c dependencies: Only store found deps in the cache 8 years ago
Nirbheek Chauhan 66f0ccb39b dependencies: Fix two more edge-cases in dependency searching 8 years ago
Nirbheek Chauhan 8cf29bd288 Completely overhaul caching of external dependencies 8 years ago
Nirbheek Chauhan 41f51f567a pkgconfig dependency: Define version_reqs at the start 8 years ago
Nirbheek Chauhan ac1c929f66 mesonintrospect: Print all deps, not just those with the same name 8 years ago
Nirbheek Chauhan c650ba8928 interpreter: Typo in error message 8 years ago
Nirbheek Chauhan c7d71c7943 dependencies: Fix caching of native/cross dependencies 8 years ago
Patrick Griffis 55dd31809e rust: Use -C to specify build type 8 years ago
Patrick Griffis b520a4f030 rust: Support rust_args 8 years ago
Dylan Baker 7053d9abfd Allow link_depends to take strings, Files or generated objects. Closes #1172 8 years ago
Guillaume Poirier-Morency ebb228a11b vala: Add 'no_warn_args' with '--disable-warnings' 8 years ago
Guillaume Poirier-Morency 904ed5a599 Use 'generate_basic_compiler_args' for Vala targets 8 years ago
Alberto Aguirre ccab7d64f4 Add support for @CURRENT_SOURCE_DIR@ in generator arguments 8 years ago
Niclas Moeslund Overby 1882548f05 Make name_suffix keyword known to binaries 8 years ago
Quentin Glidic 10c435fabe mesonintrospect: List all installed files 8 years ago
Jussi Pakkanen 87666d105a Prevent going into the same directory twice via symlinks. Closes #1749. 8 years ago
Dylan Baker 45affdd5f2 Fix error log in LLVM, which used the wrong variable 8 years ago
Dylan Baker f056b585a2 Implement a cpp blacklist for LLVM dependency 8 years ago
Dylan Baker 3a688dc4b7 Implement difference method for OrderedSet 8 years ago
Dylan Baker 93187797d6 Fix OrderedSet `__repr__` protocol for non-string objects 8 years ago
Nirbheek Chauhan 333085160d run_command: Refactor + improve errors and test 8 years ago
Nirbheek Chauhan b1df1a2bec run_command: accept built File objects too 8 years ago
Elliott Sales de Andrade bbcf0c0550 Serialize CustomTargets with newlines in command. 8 years ago
Elliott Sales de Andrade 7d6c6fe166 Remove extra quoting in swiftc invocation. 8 years ago
Patrick Griffis 60d560b5a7 ninja: Fix quoting newlines and $ 8 years ago
Nirbheek Chauhan 7dccf0c5ad compilers: Don't add line comments to pre-processed output 8 years ago
Nirbheek Chauhan f14684c5cb get_define: Add prefix before ifndef block 8 years ago
Peter Hutterer 7a3be163cb Default to project_version() in vcs_tag fallback 8 years ago