aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-10Reworked swift code so now can use multiple source files in one target.Jussi Pakkanen3-0/+7
2015-12-09Added possibility to have multiple test suites so you can run only a subset o...Jussi Pakkanen6-0/+40
2015-12-08Can specify a working directory for tests. Closes #326.Jussi Pakkanen4-0/+25
2015-12-07Can build simple Swift executables.Jussi Pakkanen2-0/+4
2015-12-03Merge pull request #317 from mesonbuild/benchmarkJussi Pakkanen3-1/+26
2015-12-02Renamed new test dir.Jussi Pakkanen2-0/+0
2015-12-02Can specify extra arguments to generator commands. Closes #315.Jussi Pakkanen5-0/+50
2015-11-29Projects can specify a license which is written to the dep manifest.Jussi Pakkanen2-2/+6