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
/
1 pkg-config
/
meson.build
Age
Commit message (
Expand
)
Author
2023-11-14
dependencies: allow get_variable to define multiple pkgconfig defines
Eli Schwartz
2019-11-18
Use strict function prototypes
Michael Hirsch, Ph.D
2019-11-17
use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-...
Michael Hirsch, Ph.D
2018-12-22
Can specify a string to print when dep not found. Closes #2407.
Jussi Pakkanen
2018-02-08
Add get_pkgconfig_variable(default:)
Jon Turney
2017-12-03
Merge pull request #2663 from inigomartinez/pkg-config-define-variable
Jussi Pakkanen
2017-12-01
dependencies: Use prefix variable with define_variable
Iñigo Martínez
2017-11-26
spelling: nonexistent
Josh Soref
2017-11-20
dependencies: Allow pkg-config to define variables
Iñigo Martínez
2017-05-09
dependencies: Fix caching of native/cross dependencies
Nirbheek Chauhan
2016-12-23
Can specify include directories to compiler tests.
Jussi Pakkanen
2016-12-04
tests/linuxlike/1: Improve zlib pkg-config test
Nirbheek Chauhan
2016-10-19
Can query pkg-config variables from the system. Closes #726.
Jussi Pakkanen
2016-05-29
Can query version strings of dependencies.
Jussi Pakkanen
2016-01-10
Can use external libs as dependencies of dependencies. Closes #321.
Jussi Pakkanen
2015-02-08
Can specify version requirements to dependencies.
Jussi Pakkanen
2014-06-22
Renamed deps -> dependencies.
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
The default value of required is true for dependencies.
Jussi Pakkanen
2013-03-03
Split test suite into common and platform dependent parts.
Jussi Pakkanen