aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-12-12Fix incorrect private_dir_abs method.Jussi Pakkanen3-37/+31
2015-12-12Merge pull request #330 from mesonbuild/swiftJussi Pakkanen27-11/+394
Added Swift support.
2015-12-12Added support for calling into C.Jussi Pakkanen6-6/+42
2015-12-11Can generate swift sources with custom target.Jussi Pakkanen6-13/+60
2015-12-11Merge pull request #327 from mesonbuild/suitesJussi Pakkanen12-10/+96
Added possibility to have multiple test suites.
2015-12-11Use period as the separator because colon causes problems on Windows.Jussi Pakkanen1-1/+1
2015-12-11Some text format fixes.Jussi Pakkanen1-3/+7
2015-12-11Can build Swift libraries and link them.Jussi Pakkanen9-13/+97
2015-12-10A test can be part of multiple suites.Jussi Pakkanen4-7/+11
2015-12-10Reworked swift code so now can use multiple source files in one target.Jussi Pakkanen7-11/+101
2015-12-10gnome: Link against dependencies when building the gir filesThibault Saunier2-0/+11
2015-12-09Added possibility to have multiple test suites so you can run only a subset ↵Jussi Pakkanen12-10/+88
of tests. Closes #325.
2015-12-08Add missing info to test introspection format.Jussi Pakkanen1-0/+2
2015-12-08Can specify a working directory for tests. Closes #326.Jussi Pakkanen7-5/+40
2015-12-07Refactored dep file name so Swift dependency tracking works.Jussi Pakkanen2-1/+10
2015-12-07Can build simple Swift executables.Jussi Pakkanen6-0/+117
2015-12-07Check for clang specifically by name on Windows.Jussi Pakkanen1-2/+2
2015-12-04Merge Python 3.3 fix.Jussi Pakkanen4-5/+10
2015-12-04Handle the case where we can not execute a file the tempdirThibault Saunier1-1/+6
2015-12-04Make it working on python 3.3Thibault Saunier3-4/+4
2015-12-03Write source file immediately after checksum verification.Jussi Pakkanen1-1/+1
2015-12-03Merge pull request #317 from mesonbuild/benchmarkJussi Pakkanen11-9/+179
Create benchmark feature
2015-12-02Renamed new test dir.Jussi Pakkanen2-0/+0
2015-12-02Can specify extra arguments to generator commands. Closes #315.Jussi Pakkanen8-7/+66
2015-12-02Clarify error message when trying to compile Vala without C.Jussi Pakkanen1-1/+1
2015-11-29Projects can specify a license which is written to the dep manifest.Jussi Pakkanen3-4/+10
2015-11-28Added support for extended command line to overcome OS command line length ↵Yoav Alon4-1/+26
limitation
2015-11-26Benchmark test binary runs on Windows.Jussi Pakkanen1-4/+3
2015-11-25Can get benchmark list via introspection.Jussi Pakkanen1-1/+11
2015-11-25Can define benchmarks and run them.Jussi Pakkanen9-8/+75
2015-11-25Added script to run benchmarks.Jussi Pakkanen2-1/+95
2015-11-25Bump version number for new development.Jussi Pakkanen2-1/+1
2015-11-25Bump version number for release.0.27.0Jussi Pakkanen6-6/+6
2015-11-25Fix Rust.Jussi Pakkanen1-1/+1
2015-11-24Do not cache paths of found external libraries. Closes #312.Jussi Pakkanen2-5/+8
2015-11-23Yet another step in the neverending saga of -Wpedantic.Jussi Pakkanen2-10/+8
2015-11-22Do not use the linker in cross C++ sanity check to make bare metal projects ↵Jussi Pakkanen1-1/+7
work.
2015-11-22More logging for compiler sanity testing.Jussi Pakkanen1-3/+22
2015-11-20A few more checks for converter.Jussi Pakkanen1-0/+4
2015-11-20Fix unity build. Closes #310.Jussi Pakkanen1-2/+2
2015-11-19Do not use linker arguments on static libraries.Jussi Pakkanen2-2/+4
2015-11-19Use plain http connections to wrapdb when ssl is not working (i.e. on OSX).Jussi Pakkanen2-2/+6
2015-11-19Can use built exes in custom targets.Jussi Pakkanen7-12/+80
2015-11-19Fix debug format for msvc optimized builds.Jussi Pakkanen1-1/+1
2015-11-18Print ssl warning on use, not on module import.Jussi Pakkanen1-2/+8
2015-11-17Add --version to command line arguments.Wink Saville1-1/+1
2015-11-16Print lib type list properly.Jussi Pakkanen1-2/+2
2015-11-14Do not use SSL on OSX because for some reason it does not work.Jussi Pakkanen1-1/+8
2015-11-13Fix gtkdoc. We had to disable the test but on the other hand we have ↵Jussi Pakkanen4-19/+28
gstreamer docs working.
2015-11-13Use two inputs for a generator to test edge cases.Jussi Pakkanen4-4/+8