707 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
Patrick Griffis 587a0bb3d1 gnome: Update required version for glib-compile-resources depfile fixes 8 years ago
Jussi Pakkanen c9a46fcc93 Can set compiler arguments in Java. 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
Igor Gnatenko 900438882c trivial: remove executable bits on gnome framework 8 years ago
Jussi Pakkanen 8b05990c13 Disable gresource dependency generation as it breaks Ninja. 8 years ago
Jussi Pakkanen 382917ee8f More robust link check. 8 years ago
Nirbheek Chauhan 0f92b7d97c tests/4 qt: Test that invalid modules are not found 8 years ago
Nirbheek Chauhan 954038b7c1 tests/4 qt: Don't search for QtWidgets with Qt4 8 years ago
Guillaume Poirier-Morency b2a39dd06e vala: Generate GIR into the build directory (fix #185) 8 years ago
Nirbheek Chauhan 4b7ddfbce7 Add a test for gir dependencies and includes 8 years ago
Thibault Saunier 85a0cd7635 Add new add_project_[link]_args functions 8 years ago
Nirbheek Chauhan 085650a1e3 vala: Implement valac.find_library 8 years ago
Nirbheek Chauhan 4cdd22f094 tests: Optional fallback subprojects can fail 8 years ago
Nirbheek Chauhan 3a84136268 Fix regex used in custom target evaluation 8 years ago
Jussi Pakkanen 1e0ae0a083 Revert "vala: Build with '--nostdpkg'", MR #920 8 years ago
Nirbheek Chauhan 45996b0f92 vala: Fix compiled object extraction 8 years ago
Guillaume Poirier-Morency 0f098c37ae vala: Build with '--nostdpkg' 8 years ago
Nirbheek Chauhan ba316a0dff common/37 has header: Add a test for prefixes 8 years ago
Nirbheek Chauhan 14c5e17b0a tests: Remove outdated qt4 manual test and rename qt5 automated test 8 years ago
Nirbheek Chauhan 19a06d9033 qt4, qt5 modules: Improve moc/uic/rcc detection 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
Nirbheek Chauhan 52b589fd55 Test that invalid subproject code in dependency() errors out 8 years ago
Nirbheek Chauhan cb36843863 failing tests: required : true is true implicitly 8 years ago
Scott D Phillips 3650669874 Allow subproject declarations in subdirectories 8 years ago
Tim-Philipp Müller aeaccdc418 Fix dependency() ignoring required attribute when checked second or third time 8 years ago
Nirbheek Chauhan eea951c9f3 Add osx test for the XCode 8 fixes to has_function 8 years ago
Nirbheek Chauhan f3bb6bb227 Add a unit test to ensure object file order 8 years ago
Guillaume Poirier-Morency ff6b3c7a2d vala: Custom header and vapi name (fix #892) 8 years ago
Jussi Pakkanen 63aaa3aa52 Add missing period. 8 years ago
Patrick Griffis bae7d7b3d7 gnome: Add generate_vapi() function 8 years ago