summaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)Author
2016-12-18custom_target: Make directory outputs installableNirbheek Chauhan
2016-12-18Allow passing arguments to install scriptsNirbheek Chauhan
2016-12-18Merge pull request #1210 from centricular/qt-fixes-windowsJussi Pakkanen
2016-12-18Merge pull request #1207 from centricular/has-header-preprocess-onlyJussi Pakkanen
2016-12-18tests/125 shared module: Run with the VS backendNirbheek Chauhan
2016-12-18Qt: Allow passing a name arg to preprocess()Nirbheek Chauhan
2016-12-18has_header: Don't compile, only preprocessNirbheek Chauhan
2016-12-15Merge pull request #1194 from centricular/critical-bugfixes-valaJussi Pakkanen
2016-12-16tests/vala/14: Disable running of GTK+ testNirbheek Chauhan
2016-12-15Add a test that uses hand-written vapi filesNirbheek Chauhan
2016-12-15Test target glib version and gresources in ValaNirbheek Chauhan
2016-12-15Add a testcase for 'Duplicate outputs' bugSam Thursfield
2016-12-13Only add build dir inlude directives if the corresponding dir exists. Closes ...Jussi Pakkanen
2016-12-13Merge pull request #1171 from centricular/fix-extracted-generated-prebuilt-ob...Jussi Pakkanen
2016-12-13Merge pull request #1184 from centricular/cc.prefixes_underscoreJussi Pakkanen
2016-12-13Test targets with only generated and prebuilt objectsNirbheek Chauhan
2016-12-13Test extracting static objects into a shared libraryNirbheek Chauhan
2016-12-13Add test for cc.symbols_have_underscore_prefixNirbheek Chauhan
2016-12-13tests/common/124: Print an error when square failsNirbheek Chauhan
2016-12-12Add Compiler.has_multi_arguments method.Elliott Sales de Andrade
2016-12-12Make Java compilation work with inner classes. Closes #1157.Jussi Pakkanen
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-10python3 dep: Check arch of libraries before usingNirbheek 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-07Compiler checks can only accept external dependenciesNirbheek Chauhan
2016-12-06Merge pull request #1103 from mesonbuild/rewriterJussi Pakkanen
2016-12-04Apply magical flags to make OSX ignore missing symbols in plugins.Jussi Pakkanen
2016-12-04Store subdir information for each node so we can remove files set in other su...Jussi Pakkanen
2016-12-04tests/linuxlike/1: Improve zlib pkg-config testNirbheek Chauhan
2016-12-04Renamed dirs to plug holes in numbering.Jussi Pakkanen
2016-12-04Added unit test for rewriter.Jussi Pakkanen
2016-12-03Merge pull request #1076 from mesonbuild/tingping/gresource-exportJussi Pakkanen
2016-12-03Merge pull request #1108 from centricular/fix-optimization-flags-orderJussi Pakkanen
2016-12-03Allow many version conditions for pkg-config depsNirbheek Chauhan
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-03i18n: Add merge_file functionPatrick Griffis
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-02Merge pull request #1102 from mesonbuild/sonameJussi 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-26Allow soname to be an arbitrary string and fix symlink generation.Jussi Pakkanen
2016-11-24Fix single object extraction testNirbheek Chauhan
2016-11-21Bootstrap test code with CMake.Jussi Pakkanen
2016-11-20gnome.compile_resources(): Add export and install_header kwargsPatrick Griffis