summaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)Author
2016-01-02By default do not specify language version but instead use the compiler's def...Jussi Pakkanen
2016-01-02Forbid backslashes on compiler command lines. It is unfortunately the only re...Jussi Pakkanen
2016-01-02Added test to check that backslashes are passed properly through the pipeline.Jussi Pakkanen
2015-12-28Fix manygen to work with msvc.Jussi Pakkanen
2015-12-28Fix path generation so generations in subdirs work.Jussi Pakkanen
2015-12-28Handle custom targets that produce static libraries that are then linked to o...Jussi Pakkanen
2015-12-27Fixed some tests for new stricter options and OSX.Jussi Pakkanen
2015-12-27Fixing threading problems by reordering lines at random. It is the only true ...Jussi Pakkanen
2015-12-25Test threads with both C and C++.Jussi Pakkanen
2015-12-25Made thread test work on Windows.Jussi Pakkanen
2015-12-25Added explicit thread dependency.Jussi Pakkanen
2015-12-23Fix imports on osx.Jussi Pakkanen
2015-12-23Moved pkg-config to a module so we no longer need special case code in core f...Jussi Pakkanen
2015-12-17Compile Windows resources. Closes #333.Jussi Pakkanen
2015-12-12Merge pull request #330 from mesonbuild/swiftJussi Pakkanen
2015-12-12Added support for calling into C.Jussi Pakkanen
2015-12-11Can generate swift sources with custom target.Jussi Pakkanen
2015-12-11Can build Swift libraries and link them.Jussi Pakkanen
2015-12-10A test can be part of multiple suites.Jussi Pakkanen
2015-12-10Reworked swift code so now can use multiple source files in one target.Jussi Pakkanen
2015-12-09Added possibility to have multiple test suites so you can run only a subset o...Jussi Pakkanen
2015-12-08Can specify a working directory for tests. Closes #326.Jussi Pakkanen
2015-12-07Can build simple Swift executables.Jussi Pakkanen
2015-12-03Merge pull request #317 from mesonbuild/benchmarkJussi Pakkanen
2015-12-02Renamed new test dir.Jussi Pakkanen
2015-12-02Can specify extra arguments to generator commands. Closes #315.Jussi Pakkanen
2015-11-29Projects can specify a license which is written to the dep manifest.Jussi Pakkanen
2015-11-26Benchmark test binary runs on Windows.Jussi Pakkanen
2015-11-25Can define benchmarks and run them.Jussi Pakkanen
2015-11-25Added script to run benchmarks.Jussi Pakkanen
2015-11-19Do not use linker arguments on static libraries.Jussi Pakkanen
2015-11-19Can use built exes in custom targets.Jussi Pakkanen
2015-11-13Fix gtkdoc. We had to disable the test but on the other hand we have gstreame...Jussi Pakkanen
2015-11-13Use two inputs for a generator to test edge cases.Jussi Pakkanen
2015-11-06Declare buildtype and platform only once.Jussi Pakkanen
2015-11-06Merged default library branch.Jussi Pakkanen
2015-11-06Fixed run targets on VS2010.Jussi Pakkanen
2015-11-04Can store ext deps to internal deps. Closes #304.Jussi Pakkanen
2015-11-03Renamed default_library to library.Jussi Pakkanen
2015-11-03Refactored builtin options to a dictionary and created a new default library ...Jussi Pakkanen
2015-10-28Can specify a subproject fallback for dependencies.Jussi Pakkanen
2015-10-25Use project default settings in compile tests unless told not to. Closes #296.Jussi Pakkanen
2015-10-20Created a link test method.Jussi Pakkanen
2015-10-20Projects can specify default values for options.Jussi Pakkanen
2015-10-16Can specify version requirements to subprojects.Jussi Pakkanen
2015-10-15Merge pull request #275 from mesonbuild/compileroptionsJussi Pakkanen
2015-10-15Can check for Meson version in project definition.Jussi Pakkanen
2015-10-15String startswith and endswith methods.Jussi Pakkanen
2015-10-14More variable introspection.Jussi Pakkanen
2015-10-11Fix Rust to work with 1.3 release. Closes #277.Jussi Pakkanen