371 Commits (59fdb1b9ff89e0d5d7073a05f59f161e286975a7)

Author SHA1 Message Date
Jussi Pakkanen b54fc1d00e Apply magical flags to make OSX ignore missing symbols in plugins. 8 years ago
Jussi Pakkanen a5dcb89410 Link against runtime on OSX and Windows because they seem to insist on all symbols being present. 8 years ago
Jussi Pakkanen 49e0676ba9 Add a test that tests the module and symbol resolution with dlopen. 8 years ago
Jussi Pakkanen 6d84b9b646 Created new shared module build target type, and make sure -Wl,--no-undefined is not used when linking it. 8 years ago
Daniel Stone 1cb9d2bc0d Support skipped tests 8 years ago
Nirbheek Chauhan ae935b12e0 Fix single object extraction test 8 years ago
Jussi Pakkanen 0250b2cce6 Can give many alternative names to find_program to simplify searching. 8 years ago
Jussi Pakkanen 8f41154827 Can specify headers to install with Files. 8 years ago
Jussi Pakkanen a01919976e Always specify installed data with a File object. Closes #858. 8 years ago
Elliott Sales de Andrade d45db903ac Rename test cases to remove duplicate numbers. 8 years ago
Thibault Saunier 85a0cd7635 Add new add_project_[link]_args functions 8 years ago
Nirbheek Chauhan 4cdd22f094 tests: Optional fallback subprojects can fail 8 years ago
Nirbheek Chauhan ba316a0dff common/37 has header: Add a test for prefixes 8 years ago
Jussi Pakkanen 5603f90287 Allow tests to mark themselves as skipped during runtime. 8 years ago
Nirbheek Chauhan daa893e011 tests: Disable 113 generatorcustom on VS backends 8 years ago
Nirbheek Chauhan 69756fdabb Fix 103 manygen with MSVC on Windows 8 years ago
Nirbheek Chauhan 408686a31d Fix 62 exe static shared on MSVC 8 years ago
Nirbheek Chauhan f09508dde7 51 pkgconfig-gen: Disable validation on Windows 8 years ago
Nirbheek Chauhan 5fdac48250 custom_target: Substitute @OUTPUT@ and @INPUT properly 8 years ago
Nirbheek Chauhan 66ec8c4258 tests: Check that run_target can find a files() argument 8 years ago
Jussi Pakkanen 841380acfe Search for headers in build dir before source dir. Closes #984. 8 years ago
Nirbheek Chauhan ae5a362950 tests/common: Run compiler checks for both C & C++ 8 years ago
Nirbheek Chauhan 4d84241ccf has_header_symbol: Also detect C++ classes and templates 8 years ago
Nirbheek Chauhan f6dfd36239 has_header_symbol: Make it work with C++ compilers 8 years ago
Tim-Philipp Müller 627d859809 interpreter: copy mutable variables on assignment 8 years ago
Scott D Phillips 3650669874 Allow subproject declarations in subdirectories 8 years ago
Nirbheek Chauhan f3bb6bb227 Add a unit test to ensure object file order 8 years ago
Nirbheek Chauhan 57ce7d4618 Add support for extracting objects in unity builds 8 years ago
Patrick Griffis 19e08aa7b1 pkgconfig: Test the validity of the generated file 8 years ago
Elliott Sales de Andrade 779788ad82 Split generator @BASENAME@ at the first extension. 8 years ago
Jussi Pakkanen 1efcea9617 Renamed path_join to join_paths. 8 years ago
Nirbheek Chauhan 6ffae922cc Add a unittest for pkg-config file generation 8 years ago
Nirbheek Chauhan 2d0eb2cec5 Warn if -fPIC is passed instead of pic to static libraries 8 years ago
Jussi Pakkanen c2b852c9b3 Created path_join function. 8 years ago
Nirbheek Chauhan ee8b3b12a0 Add cross-platform PIC support for static libraries 8 years ago
Nirbheek Chauhan 4990dd197c Test arrays in languages for the project() method 8 years ago
Jussi Pakkanen f2df5f5567 Indent fix. 8 years ago
Nirbheek Chauhan 3be01a7e7b Add a test for generated header deps of generated sources 8 years ago
Elliott Sales de Andrade acdb17ffa2 Add test cases for compile-checks-in-files. 8 years ago
Nirbheek Chauhan 4eb13f6afd tests/94 default options: Also test warning_level 8 years ago
Jussi Pakkanen e23e5c48d7 Use custom target outputs to determine linker. Closes #786. 8 years ago
Jussi Pakkanen 5f90aac4ed With a generator. 8 years ago
Jussi Pakkanen 5f6c9d628d A target where all sources are generated. 8 years ago
Tim-Philipp Müller 3aebdb717a configuration_data: can pass descriptions to setters (#783) 8 years ago
Thibault Saunier a2e7ebc575 Add a new 'environment' object to be used to build test environment (#781) 8 years ago
Tim-Philipp Müller 09fdc7f815 configuration_data: add .set_quoted() convenience method to set quoted string 8 years ago
Jussi Pakkanen c970d656b1 All_args should always be a list. Closes #778. 8 years ago
Jussi Pakkanen 6f2b29e0f7 Can use files() in run_command. 8 years ago
Jussi Pakkanen d26ab47072 Can use custom targets as executables to run in a run_target. 8 years ago
Jussi Pakkanen 9235fd4ec1 Permit use of file objects in run targets. 8 years ago