aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2016-11-08Search for headers in build dir before source dir. Closes #984.Jussi Pakkanen3-2/+6
2016-11-08tests/common: Run compiler checks for both C & C++Nirbheek Chauhan9-147/+178
2016-11-08has_header_symbol: Also detect C++ classes and templatesNirbheek Chauhan1-0/+9
2016-11-08has_header_symbol: Make it work with C++ compilersNirbheek Chauhan1-9/+14
2016-11-06Merge pull request #993 from centricular/cached-dep-required-attrJussi Pakkanen1-1/+1
2016-11-05interpreter: copy mutable variables on assignmentTim-Philipp Müller3-0/+50
2016-11-05Test that invalid subproject code in dependency() errors outNirbheek Chauhan2-0/+4
2016-11-04failing tests: required : true is true implicitlyNirbheek Chauhan1-1/+1
2016-11-02Allow subproject declarations in subdirectoriesScott D Phillips6-0/+26
2016-11-02Fix dependency() ignoring required attribute when checked second or third timeTim-Philipp Müller1-0/+4
2016-11-02Merge pull request #895 from mesonbuild/wip/tingping/gnome-vapiJussi Pakkanen9-0/+131
2016-11-02Merge pull request #949 from centricular/has-function-xcode8-fixesJussi Pakkanen1-0/+26
2016-10-26Merge pull request #952 from centricular/deterministic-sources-outputsJussi Pakkanen4-1/+10
2016-10-26Add osx test for the XCode 8 fixes to has_functionNirbheek Chauhan1-0/+26
2016-10-25Merge pull request #912 from valum-framework/wip/vala-custom-header-and-vapiJussi Pakkanen2-0/+9
2016-10-25Add a unit test to ensure object file orderNirbheek Chauhan4-1/+10
2016-10-24vala: Custom header and vapi name (fix #892)Guillaume Poirier-Morency2-0/+9
2016-10-23Add missing period.Jussi Pakkanen1-1/+1
2016-10-23Merge pull request #934 from mesonbuild/wip/tingping/gnome-yelpJussi Pakkanen8-0/+50
2016-10-21gnome: Add generate_vapi() functionPatrick Griffis9-0/+131
2016-10-21Add support for extracting objects in unity buildsNirbheek Chauhan4-4/+15
2016-10-21Add a test that contains only generated Vala filesNirbheek Chauhan4-0/+12
2016-10-19Add test for gnome.yelp()Patrick Griffis8-0/+50
2016-10-19Can query pkg-config variables from the system. Closes #726.Jussi Pakkanen1-0/+4
2016-10-19Add generated C file to mixed sources Vala testNirbheek Chauhan6-4/+25
2016-10-19Support all kinds of generated vala and vapi sourcesNirbheek Chauhan11-9/+44
2016-10-18Merge pull request #866 from centricular/vala-no-c-warn-argsJussi Pakkanen6-3/+33
2016-10-16Merge pull request #862 from valum-framework/pkgconfig-prevent-trailing-slashJussi Pakkanen1-2/+11
2016-10-16pkgconfig: Test the validity of the generated filePatrick Griffis1-2/+11
2016-10-16Merge pull request #861 from thiblahute/masterJussi Pakkanen2-0/+9
2016-10-14Add a unittest using the Vala and C warnings testNirbheek Chauhan3-2/+9
2016-10-14Test that warnings apply to C files in Vala targetsNirbheek Chauhan3-0/+23
2016-10-14vala tests: Test no-warnings code with werror in default_optionsNirbheek Chauhan1-1/+1
2016-10-14Try using already setup fallback subprojects before using native dependencyThibault Saunier2-0/+7
2016-10-14interpreter: Add a type_name method to DependencyHolderThibault Saunier1-0/+2
2016-10-13gnome: allow use of generated files with compile_resources()Sam Thursfield13-8/+104
2016-10-13Use stdout for success message instead of stderr in gresource testSam Thursfield1-1/+1
2016-10-13Split generator @BASENAME@ at the first extension.Elliott Sales de Andrade1-2/+2
2016-10-13Merge pull request #899 from centricular/pkgconfig-allow-libfoo-nameJussi Pakkanen2-2/+13
2016-10-13Renamed path_join to join_paths.Jussi Pakkanen1-7/+6
2016-10-13Add a unittest for pkg-config file generationNirbheek Chauhan2-2/+13
2016-10-12Merge branch 'QuLogic-compiler-file-checks'Jussi Pakkanen7-33/+63
2016-10-10tests/gnome: Add missing enums.h dep to enums2.cNirbheek Chauhan1-1/+1
2016-10-10Warn if -fPIC is passed instead of pic to static librariesNirbheek Chauhan3-2/+10
2016-10-10Add a Vala test case for mixed sourcesGuillaume Poirier-Morency3-0/+13
2016-10-10Created path_join function.Jussi Pakkanen1-0/+9
2016-10-10dependencies: Fix traceback always setting 'variable'Thibault Saunier1-0/+3
2016-10-07Merge pull request #856 from centricular/static_library_picJussi Pakkanen9-13/+69
2016-10-08Error out if shared lib links to static lib without PICNirbheek Chauhan4-0/+40
2016-10-08Add cross-platform PIC support for static librariesNirbheek Chauhan5-13/+29