514 Commits (61ac9a5348c21443c3e6de204f85ce3fb138cb92)

Author SHA1 Message Date
Jan Chren (rindeal) 61ac9a5348 add tests for `capture` in `configure_file()` 8 years ago
Bálint Aradi e79b602298 Enable variables for output in configure_file 8 years ago
Nirbheek Chauhan ae9b23832e ninja: De-dup libraries and use --start/end-group 8 years ago
Nirbheek Chauhan 6963da616b Don't add dependencies recursively while linking 8 years ago
Elliott Sales de Andrade b36513a5b6 Only allow equality comparisons for non-elementary types. 8 years ago
Jon Turney 197594146c Add a test for link_depends using a custom target 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
Peter Hutterer 7ed19902be pkgconfig: add suppport for custom variables during generation 8 years ago
Nirbheek Chauhan 333085160d run_command: Refactor + improve errors and test 8 years ago
Elliott Sales de Andrade abd02b3eae Add test case for ninja quoting. 8 years ago
Nirbheek Chauhan 2b8196a1c8 tests/common/140: Add a test for PR #1738 8 years ago
Peter Hutterer 7a3be163cb Default to project_version() in vcs_tag fallback 8 years ago
Elliott Sales de Andrade faf0ce96e2 Rename tests with duplicate numbers. 8 years ago
Nirbheek Chauhan 42267f2afa Always pass cross-file {lang}_args to compiler checks 8 years ago
Nirbheek Chauhan 35ffb1a7c2 tests/common/146: Also test against external C++ libs 8 years ago
Nirbheek Chauhan 93f3a6670f tests/common/146: Use C++98 features instead of Boost 8 years ago
Dylan Baker af9d1f8f15 Add a testcase for linking C and C++ static archives into a shared library 8 years ago
Jussi Pakkanen b48daeda1a Make it possible to only do unity builds on subprojects. 8 years ago
Nirbheek Chauhan b603aba3ec Add tests for target and custom_target rebuild 8 years ago
Jussi Pakkanen a718f1a334 Skip test on VS earlier than 2015. 8 years ago
Jussi Pakkanen d152c1b5d5 Add option to link the entire contents of a static library to a target. 8 years ago
Philipp Ittershagen a00ab548eb add_project_arguments: allow call after subproject() 8 years ago
Philipp Ittershagen 69d07fe75a add_{project,global}_arguments: support language list 8 years ago
Jon Turney 16ad550872 Fix test cases/common/125 on Cygwin 8 years ago
Jon Turney b4b55c3022 Teach test cases/common/140 of the existence of Cygwin 8 years ago
Jon Turney 8a2699acd0 Fix test cases/common/135 on Cygwin 8 years ago
Jon Turney 4ef4a659f2 Fix test cases/common/37 on Cygwin 8 years ago
Jon Turney 205b375723 Cygwin uses the msabi calling convention on x86_64 8 years ago
Aaron Plattner c80ca384b2 Don't crash if a meson.build file is empty (#1570) 8 years ago
Jussi Pakkanen 578c3b6b6a Renamed tests with the same number. 8 years ago
Nirbheek Chauhan 6042e21e25 Use CPPFLAGS for pre-processor compiler checks 8 years ago
Nirbheek Chauhan de47541e6c New compiler function: cc.get_define() 8 years ago
Nirbheek Chauhan 57cb1f9aad Support multiple install dirs for built/custom targets 8 years ago
Nirbheek Chauhan 3070461ecc tests/common/141: Fix build on mingw64 8 years ago
Philipp Ittershagen adebed8ec8 Enable File() objects as an input parameter to configure_file 8 years ago
Jussi Pakkanen 1b81b32afb Add test for werror which is a boolean type. 8 years ago
Jussi Pakkanen e5a6283c4c Add MVP implementation of overriding options. 8 years ago
Nirbheek Chauhan 9261243834 tests/common/141: Also test C + asm targets 8 years ago
Tim-Philipp Müller 8cc89e468d configure_file: make input arg optional if command is used 8 years ago
Nirbheek Chauhan ebadef0fdf tests/common/127: Fix test on MinGW 64-bit 8 years ago
Nirbheek Chauhan ffdb6fa0a7 tests/common/135: Fix assembly on GCC/MinGW 8 years ago
Nirbheek Chauhan 27f5f0a963 Export MESONINTROSPECT to postconf/install/run_command scripts 8 years ago
Nirbheek Chauhan 98e71e1e65 Allow not-required not-found dependencies in subprojects 8 years ago
Nirbheek Chauhan 001cf52c3a Try even harder to use the C compiler for assembly 8 years ago
Nirbheek Chauhan ee3010e767 Don't require a language/compiler for configuring 8 years ago
Nirbheek Chauhan 8a7ac6ba4c vs: Fix custom target generated object paths 8 years ago
Tim-Philipp Müller 3bb3c9ce52 declare_dependency: flatten dependencies kwargs allowing [] as no-op dep 8 years ago
Nirbheek Chauhan 53795d89df vs: Always use a wrapper for custom target commands 8 years ago