summaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)Author
2016-12-13Test targets with only generated and prebuilt objectsNirbheek Chauhan
2016-12-13Test extracting static objects into a shared libraryNirbheek Chauhan
2016-12-12Add Compiler.has_multi_arguments method.Elliott Sales de Andrade
2016-12-11Test that g++ and Clang++ can compile assemblyNirbheek Chauhan
2016-12-11Add a test for LLVM IR and ASM compilationNirbheek Chauhan
2016-12-10has_function: Fix checking for builtins with includesNirbheek Chauhan
2016-12-07Merge pull request #1126 from mesonbuild/sharedmoduleJussi Pakkanen
2016-12-07Fix shared module support on WindowsNirbheek Chauhan
2016-12-07Skip shared module test on VS because it fails for some reason nobody underst...Jussi Pakkanen
2016-12-04Apply magical flags to make OSX ignore missing symbols in plugins.Jussi Pakkanen
2016-12-03Merge pull request #1108 from centricular/fix-optimization-flags-orderJussi Pakkanen
2016-12-03tests/common/51: Skip validate test if pkg-config too oldNirbheek Chauhan
2016-12-04Compiler check and extra args should always overrideNirbheek Chauhan
2016-12-03Link against runtime on OSX and Windows because they seem to insist on all sy...Jussi Pakkanen
2016-12-03Add a test that tests the module and symbol resolution with dlopen.Jussi Pakkanen
2016-12-02Created new shared module build target type, and make sure -Wl,--no-undefined...Jussi Pakkanen
2016-11-29Support skipped testsDaniel Stone
2016-11-24Fix single object extraction testNirbheek Chauhan
2016-11-20Can give many alternative names to find_program to simplify searching.Jussi Pakkanen
2016-11-20Can specify headers to install with Files.Jussi Pakkanen
2016-11-18Always specify installed data with a File object. Closes #858.Jussi Pakkanen
2016-11-14Rename test cases to remove duplicate numbers.Elliott Sales de Andrade
2016-11-12Add new add_project_[link]_args functionsThibault Saunier
2016-11-12tests: Optional fallback subprojects can failNirbheek Chauhan
2016-11-12Merge pull request #1027 from centricular/has-header-prefixJussi Pakkanen
2016-11-12Merge pull request #997 from tp-m/copy-mutable-variables-on-assignmentJussi Pakkanen
2016-11-11common/37 has header: Add a test for prefixesNirbheek Chauhan
2016-11-10Merge pull request #1011 from centricular/runtarget-files-rel-builddirJussi Pakkanen
2016-11-09Merge pull request #995 from centricular/more-appveyor-buildsJussi Pakkanen
2016-11-09Allow tests to mark themselves as skipped during runtime.Jussi Pakkanen
2016-11-10tests: Disable 113 generatorcustom on VS backendsNirbheek Chauhan
2016-11-10Fix 103 manygen with MSVC on WindowsNirbheek Chauhan
2016-11-10Fix 62 exe static shared on MSVCNirbheek Chauhan
2016-11-1051 pkgconfig-gen: Disable validation on WindowsNirbheek Chauhan
2016-11-09custom_target: Substitute @OUTPUT@ and @INPUT properlyNirbheek Chauhan
2016-11-09Merge pull request #1006 from centricular/cpp-has-header-symbolJussi Pakkanen
2016-11-09tests: Check that run_target can find a files() argumentNirbheek Chauhan
2016-11-08Search for headers in build dir before source dir. Closes #984.Jussi Pakkanen
2016-11-08tests/common: Run compiler checks for both C & C++Nirbheek Chauhan
2016-11-08has_header_symbol: Also detect C++ classes and templatesNirbheek Chauhan
2016-11-08has_header_symbol: Make it work with C++ compilersNirbheek Chauhan
2016-11-05interpreter: copy mutable variables on assignmentTim-Philipp Müller
2016-11-02Allow subproject declarations in subdirectoriesScott D Phillips
2016-10-25Add a unit test to ensure object file orderNirbheek Chauhan
2016-10-21Add support for extracting objects in unity buildsNirbheek Chauhan
2016-10-16pkgconfig: Test the validity of the generated filePatrick Griffis
2016-10-13Split generator @BASENAME@ at the first extension.Elliott Sales de Andrade
2016-10-13Merge pull request #899 from centricular/pkgconfig-allow-libfoo-nameJussi Pakkanen
2016-10-13Renamed path_join to join_paths.Jussi Pakkanen
2016-10-13Add a unittest for pkg-config file generationNirbheek Chauhan