summaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)Author
2017-01-06Can get values in ConfigurationData objects.Jussi Pakkanen
2017-01-06Compile asm only on supported cpus. Closes #1287.Jussi Pakkanen
2017-01-03Merge pull request #1260 from mesonbuild/subproj_defaultsJussi Pakkanen
2017-01-04ifort: Derive from IntelCompiler base classNirbheek Chauhan
2017-01-04tests/common/94: Set the default C++ std to C++11Nirbheek Chauhan
2017-01-04icc: Fix C/C++ std options and add a unit test for themNirbheek Chauhan
2017-01-04tests: Use the new test skipping facility everywhereNirbheek Chauhan
2017-01-04Skip a few tests properlyNirbheek Chauhan
2017-01-04Add a new test for depfile generation with spacesNirbheek Chauhan
2017-01-04tests/common/25: Remove spaces in exe nameNirbheek Chauhan
2017-01-04test/7 gnome: Fix on ICC and suppress a warningNirbheek Chauhan
2017-01-04tests/failing build/1: Fix test with ICCNirbheek Chauhan
2017-01-02Can put external programs to test suite exe wrappers directly.Jussi Pakkanen
2017-01-02Can set envvars in test setups.Jussi Pakkanen
2017-01-02Can specify test setups and run them with mesontest.Jussi Pakkanen
2017-01-01style: fix E226 violationsIgor Gnatenko
2016-12-29Can override project option default values in subproject().Jussi Pakkanen
2016-12-29Can set project options (but not global options) in subproject default options.Jussi Pakkanen
2016-12-29Move option file parsing to after the project() inputs have been decoded to a...Jussi Pakkanen
2016-12-28Add include_directories to windows.compile_resources.Elliott Sales de Andrade
2016-12-23Can specify include directories to compiler tests.Jussi Pakkanen
2016-12-23Add get_version() method to all dependenciesNirbheek Chauhan
2016-12-22Add an installed soname unit testNirbheek Chauhan
2016-12-21Merge pull request #1233 from mesonbuild/wip/ignatenko/code-styleJussi Pakkanen
2016-12-20Add per target argument for Fortran.Jussi Pakkanen
2016-12-20Make cross tests use same framework as regular tests.Jussi Pakkanen
2016-12-20Minimal fixes to make tests pass when cross compiling.Jussi Pakkanen
2016-12-20Cache the scripts used for postconf and install phasesNirbheek Chauhan
2016-12-19tree-wide: remove blank lines at EOFIgor Gnatenko
2016-12-19tree-wide: remove unused importsIgor Gnatenko
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