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
/
linuxlike
Age
Commit message (
Expand
)
Author
2016-12-04
tests/linuxlike/1: Improve zlib pkg-config test
Nirbheek Chauhan
2016-12-03
Allow many version conditions for pkg-config deps
Nirbheek Chauhan
2016-11-14
More robust link check.
Jussi Pakkanen
2016-10-19
Can query pkg-config variables from the system. Closes #726.
Jussi Pakkanen
2016-10-14
Try using already setup fallback subprojects before using native dependency
Thibault Saunier
2016-10-14
interpreter: Add a type_name method to DependencyHolder
Thibault Saunier
2016-09-26
Add dependency support to the checks using the compiler
Matthew Waters
2016-07-01
Add test for installation of libraries in subprojects
Nirbheek Chauhan
2016-07-01
Fix tests for the new library/executable naming scheme
Nirbheek Chauhan
2016-06-21
Add a test for the broken cached version compare
Nirbheek Chauhan
2016-06-21
Add a linuxlike test case for subdir include order
Nirbheek Chauhan
2016-06-01
Add various tests for versioned dependency checking
Nirbheek Chauhan
2016-05-29
Can query version strings of dependencies.
Jussi Pakkanen
2016-03-17
Add dir support for find_library and remove deprecated standalone version. Cl...
Jussi Pakkanen
2016-03-12
Added find_library method and deprecated the standalone version. Closes #396.
Jussi Pakkanen
2016-01-10
Can use external libs as dependencies of dependencies. Closes #321.
Jussi Pakkanen
2015-11-04
Can store ext deps to internal deps. Closes #304.
Jussi Pakkanen
2015-10-20
Created a link test method.
Jussi Pakkanen
2015-02-08
Can specify version requirements to dependencies.
Jussi Pakkanen
2014-09-03
Use external libs of static libraries when the static library is linked to a ...
Jussi Pakkanen
2014-06-22
Renamed deps -> dependencies.
Jussi Pakkanen
2014-06-22
The mass flags -> args renaming for consistency.
Jussi Pakkanen
2014-03-07
Added a link_depends keyword for build targets.
Jussi Pakkanen
2014-03-07
Can get source dir location and use it to build stuff.
Jussi Pakkanen
2014-03-07
Can define custom linker flags.
Jussi Pakkanen
2013-06-02
Renamed find_dep to dependency.
Jussi Pakkanen
2013-06-02
Renamed add_test to test.
Jussi Pakkanen
2013-06-01
Required is the default for find_library.
Jussi Pakkanen
2013-06-01
The default value of required is true for dependencies.
Jussi Pakkanen
2013-03-09
Find and use external libraries.
Jussi Pakkanen
2013-03-03
Split test suite into common and platform dependent parts.
Jussi Pakkanen