aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2016-03-12enhance test framework to read meson arguments from a file per testNicolas Schneider3-0/+12
2016-03-03fix test error messageNicolas Schneider1-1/+1
2016-03-03pass meson source and build dirs as env variables for postconf scriptsNicolas Schneider2-4/+4
2016-03-02use positional instead of keyword args for add_postconf_scriptNicolas Schneider1-1/+1
2016-03-01add args support for add_postconf_scriptNicolas Schneider4-0/+24
2016-03-01Can add postconfigure script.Nicolas Schneider4-0/+22
2016-02-29Can specify compile and link args for internal deps.Jussi Pakkanen3-1/+11
2016-02-29Handle built targets in custom rules. Closes #411.Jussi Pakkanen4-0/+23
2016-02-26Merge Python 3 module support.Jussi Pakkanen17-0/+249
2016-02-26Python extension module finally works on Windows.Jussi Pakkanen3-1/+18
2016-02-25Merge VS2010 path fix branch.Jussi Pakkanen6-0/+26
2016-02-24vs2010: fix target_to_build_root methodNicolas Schneider6-0/+26
2016-02-23fix 'object generator' test case for ninjaNicolas Schneider1-1/+1
2016-02-21Skip cython test if it does not exist.Jussi Pakkanen1-7/+12
2016-02-21Can build Python extension on OSX.Jussi Pakkanen1-1/+9
2016-02-21Fix cython to work on platforms other than latest Ubuntu.Jussi Pakkanen2-8/+2
2016-02-21Added Cython sample project.Jussi Pakkanen7-0/+110
2016-02-21Can build a Python extension module.Jussi Pakkanen4-0/+78
2016-02-21Added plain Python sample project.Jussi Pakkanen6-0/+37
2016-02-21Only support Python 3.Jussi Pakkanen1-5/+3
2016-02-18Add a test for getting the path of a found programNirbheek Chauhan2-0/+14
2016-02-14Guard against subdir segments in output files.Jussi Pakkanen3-0/+8
2016-01-25Can add languages only if they are available. Closes #365.Jussi Pakkanen2-1/+5
2016-01-25More comparison operators. Closes #363.Jussi Pakkanen1-0/+12
2016-01-25String to int conversion. Closes #362.Jussi Pakkanen2-0/+5
2016-01-23Can build Vala shared libraries.Jussi Pakkanen5-0/+27
2016-01-23Better error message when failing to run install script. Closes #361.Jussi Pakkanen1-0/+2
2016-01-17Dumped fastvapi and made library linking with Vala work.Jussi Pakkanen3-0/+23
2016-01-12Print output of failed tests. Closes ##347.Jussi Pakkanen1-1/+4
2016-01-10Can use external libs as dependencies of dependencies. Closes #321.Jussi Pakkanen2-0/+10
2016-01-10Build Java projects with multiple files and other cleanups.Jussi Pakkanen6-12/+30
2016-01-02By default do not specify language version but instead use the compiler's def...Jussi Pakkanen2-2/+4
2016-01-02Forbid backslashes on compiler command lines. It is unfortunately the only re...Jussi Pakkanen4-0/+13
2016-01-02Added test to check that backslashes are passed properly through the pipeline.Jussi Pakkanen2-0/+13
2015-12-28Fix manygen to work with msvc.Jussi Pakkanen2-17/+34
2015-12-28Fix path generation so generations in subdirs work.Jussi Pakkanen4-7/+8
2015-12-28Handle custom targets that produce static libraries that are then linked to o...Jussi Pakkanen4-0/+92
2015-12-27Fixed some tests for new stricter options and OSX.Jussi Pakkanen2-11/+14
2015-12-27Fixing threading problems by reordering lines at random. It is the only true ...Jussi Pakkanen1-2/+2
2015-12-25Test threads with both C and C++.Jussi Pakkanen2-4/+52
2015-12-25Made thread test work on Windows.Jussi Pakkanen1-0/+29
2015-12-25Added explicit thread dependency.Jussi Pakkanen2-0/+21
2015-12-23Fix imports on osx.Jussi Pakkanen1-1/+5
2015-12-23Moved pkg-config to a module so we no longer need special case code in core f...Jussi Pakkanen1-2/+10
2015-12-17Compile Windows resources. Closes #333.Jussi Pakkanen4-0/+26
2015-12-12Merge pull request #330 from mesonbuild/swiftJussi Pakkanen20-0/+73
2015-12-12Added support for calling into C.Jussi Pakkanen4-0/+17
2015-12-11Can generate swift sources with custom target.Jussi Pakkanen5-0/+25
2015-12-11Can build Swift libraries and link them.Jussi Pakkanen6-0/+20
2015-12-10A test can be part of multiple suites.Jussi Pakkanen1-1/+1