aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-26Benchmark test binary runs on Windows.Jussi Pakkanen1-4/+3
2015-11-25Can define benchmarks and run them.Jussi Pakkanen2-0/+26
2015-11-25Added script to run benchmarks.Jussi Pakkanen1-1/+1
2015-11-19Do not use linker arguments on static libraries.Jussi Pakkanen1-1/+2
2015-11-19Can use built exes in custom targets.Jussi Pakkanen4-0/+56
2015-11-13Fix gtkdoc. We had to disable the test but on the other hand we have gstreame...Jussi Pakkanen2-1/+3
2015-11-13Use two inputs for a generator to test edge cases.Jussi Pakkanen4-4/+8
2015-11-06Declare buildtype and platform only once.Jussi Pakkanen2-4/+15
2015-11-06Merged default library branch.Jussi Pakkanen4-0/+38
2015-11-06Fixed run targets on VS2010.Jussi Pakkanen1-0/+3
2015-11-04Can store ext deps to internal deps. Closes #304.Jussi Pakkanen1-0/+5