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