aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2016-12-13Merge pull request #1184 from centricular/cc.prefixes_underscoreJussi Pakkanen6-13/+107
2016-12-13Test targets with only generated and prebuilt objectsNirbheek Chauhan8-0/+82
2016-12-13Test extracting static objects into a shared libraryNirbheek Chauhan8-0/+51
2016-12-13Add test for cc.symbols_have_underscore_prefixNirbheek Chauhan4-9/+94
2016-12-13tests/common/124: Print an error when square failsNirbheek Chauhan2-4/+13
2016-12-12Add Compiler.has_multi_arguments method.Elliott Sales de Andrade1-0/+9
2016-12-12Make Java compilation work with inner classes. Closes #1157.Jussi Pakkanen2-0/+20
2016-12-11Test that g++ and Clang++ can compile assemblyNirbheek Chauhan6-0/+61
2016-12-11Add a test for LLVM IR and ASM compilationNirbheek Chauhan8-0/+74
2016-12-10has_function: Fix checking for builtins with includesNirbheek Chauhan1-1/+9
2016-12-10python3 dep: Check arch of libraries before usingNirbheek Chauhan2-9/+12
2016-12-07Merge pull request #1126 from mesonbuild/sharedmoduleJussi Pakkanen4-0/+208
2016-12-07Fix shared module support on WindowsNirbheek Chauhan3-16/+129
2016-12-07Skip shared module test on VS because it fails for some reason nobody underst...Jussi Pakkanen1-0/+4
2016-12-07Compiler checks can only accept external dependenciesNirbheek Chauhan2-0/+9
2016-12-06Merge pull request #1103 from mesonbuild/rewriterJussi Pakkanen7-0/+24
2016-12-04Apply magical flags to make OSX ignore missing symbols in plugins.Jussi Pakkanen1-12/+5
2016-12-04Store subdir information for each node so we can remove files set in other su...Jussi Pakkanen4-0/+9
2016-12-04tests/linuxlike/1: Improve zlib pkg-config testNirbheek Chauhan2-3/+23
2016-12-04Renamed dirs to plug holes in numbering.Jussi Pakkanen18-0/+0
2016-12-04Added unit test for rewriter.Jussi Pakkanen3-0/+15
2016-12-03Merge pull request #1076 from mesonbuild/tingping/gresource-exportJussi Pakkanen3-0/+23
2016-12-03Merge pull request #1108 from centricular/fix-optimization-flags-orderJussi Pakkanen1-9/+23
2016-12-03Allow many version conditions for pkg-config depsNirbheek Chauhan2-0/+14
2016-12-03tests/common/51: Skip validate test if pkg-config too oldNirbheek Chauhan1-5/+11
2016-12-04Compiler check and extra args should always overrideNirbheek Chauhan1-9/+23
2016-12-03i18n: Add merge_file functionPatrick Griffis6-0/+19
2016-12-03Link against runtime on OSX and Windows because they seem to insist on all sy...Jussi Pakkanen2-2/+13
2016-12-03Add a test that tests the module and symbol resolution with dlopen.Jussi Pakkanen4-4/+65
2016-12-02Merge pull request #1102 from mesonbuild/sonameJussi Pakkanen3-0/+47
2016-12-02Created new shared module build target type, and make sure -Wl,--no-undefined...Jussi Pakkanen2-0/+26
2016-11-29Support skipped testsDaniel Stone2-0/+8
2016-11-26Allow soname to be an arbitrary string and fix symlink generation.Jussi Pakkanen2-0/+26
2016-11-24Fix single object extraction testNirbheek Chauhan2-1/+4
2016-11-21Bootstrap test code with CMake.Jussi Pakkanen2-0/+21
2016-11-20gnome.compile_resources(): Add export and install_header kwargsPatrick Griffis2-0/+3
2016-11-20gnome.compile_resources(): Add ability to output gresource bundlesPatrick Griffis3-0/+20
2016-11-20gnome: Update required version for glib-compile-resources depfile fixesPatrick Griffis1-1/+1
2016-11-20Can set compiler arguments in Java.Jussi Pakkanen2-0/+16
2016-11-20Can give many alternative names to find_program to simplify searching.Jussi Pakkanen1-1/+1
2016-11-20Can specify headers to install with Files.Jussi Pakkanen4-1/+10
2016-11-18Always specify installed data with a File object. Closes #858.Jussi Pakkanen3-0/+3
2016-11-14Rename test cases to remove duplicate numbers.Elliott Sales de Andrade13-0/+0
2016-11-14trivial: remove executable bits on gnome frameworkIgor Gnatenko10-0/+0
2016-11-14Disable gresource dependency generation as it breaks Ninja.Jussi Pakkanen1-2/+2
2016-11-14More robust link check.Jussi Pakkanen1-2/+1
2016-11-13tests/4 qt: Test that invalid modules are not foundNirbheek Chauhan1-0/+11
2016-11-13tests/4 qt: Don't search for QtWidgets with Qt4Nirbheek Chauhan1-1/+6
2016-11-12vala: Generate GIR into the build directory (fix #185)Guillaume Poirier-Morency2-0/+23
2016-11-12Merge pull request #1022 from centricular/fix-girtarget-deps-includesJussi Pakkanen12-23/+314