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
/
mesonbuild
/
dependencies
Age
Commit message (
Expand
)
Author
2018-03-12
PkgConfigDependency: Search for pkg-config with ExternalProgram
Nirbheek Chauhan
2018-03-10
Refactor: Add log.error and log.exception to reduce code duplication.
Jukka Laurila
2018-03-06
Add link_whole argument to declare_dependency()
Aleksey Filippov
2018-03-04
Fix "meson 'test cases/frameworks/4 qt master' _build -Dmethod=qmake" on OSX
Jon Turney
2018-03-04
Fix reporting of Qt detection method used on OSX
Jon Turney
2018-03-04
Fix QtBaseDependency._framework_detect
Jon Turney
2018-03-04
Fix dependency('qt4|5', method: 'qmake') for Cygwin
Jon Turney
2018-03-03
Fix flake8 'imported but unused' reports
Jon Turney
2018-02-22
llvm: Add configs for freebsd 6.0 and debian 7svn
Dylan Baker
2018-02-22
Merge pull request #3060 from jon-turney/always-run-framework-tests
Jussi Pakkanen
2018-02-22
Fix wxwidgets dependency: pass modules to wx-config
Aleksey Filippov
2018-02-21
Fix for test cases/frameworks/17 mpi on Cygwin
Jon Turney
2018-02-21
Split boost dependency out into separate file
Aleksey Filippov
2018-02-20
pkgconfig deps: Add all -L args when using -l args
Nirbheek Chauhan
2018-02-20
pkgconfig deps: Warn when a static library isn't found
Nirbheek Chauhan
2018-02-16
Merge pull request #3004 from bredelings/clean-boost
Jussi Pakkanen
2018-02-11
Merge pull request #2926 from jon-turney/dependency-factory
Jussi Pakkanen
2018-02-08
Add comment.
Benjamin Redelings
2018-02-08
Clean up code a bit.
Benjamin Redelings
2018-02-08
Don't give up - boost could be in search path.
Benjamin Redelings
2018-02-08
Don't give up before check for libraries - they could be in search path.
Benjamin Redelings
2018-02-08
Remove completed TODO notes.
Benjamin Redelings
2018-02-08
Remove unused import.
Benjamin Redelings
2018-02-07
Allow finding boost libraries on windows.
Benjamin Redelings
2018-02-07
Factor our sourceforge dir names, and don't crash on non-msvc.
Benjamin Redelings
2018-02-07
Don't crash if we are not msvc.
Benjamin Redelings
2018-02-07
Add note about mingw-w64 libraries.
Benjamin Redelings
2018-02-07
Factor out debug tag.
Benjamin Redelings
2018-02-07
Correctly check for cross-compilation.
Benjamin Redelings
2018-02-07
Add the right directory to linker search path.
Benjamin Redelings
2018-02-07
Remove old code and debug messages since abi tags now work.
Benjamin Redelings
2018-02-08
Add get_pkgconfig_variable(default:)
Jon Turney
2018-02-07
Add missing dash.
Benjamin Redelings
2018-02-07
Try using abi-tag to get libname and globber on windows.
Benjamin Redelings
2018-02-07
Compute abi tags for windows also.
Benjamin Redelings
2018-02-07
Move log_fail() out of sub-method.
Benjamin Redelings
2018-01-31
Same for libwmf
Jon Turney
2018-01-31
Merge pull request #2964 from bredelings/clean-boost
Jussi Pakkanen
2018-01-29
Attempt to make Unix and Windows use the same code for get_link_args( ).
Benjamin Redelings
2018-01-29
Update verbose comments.
Benjamin Redelings
2018-01-29
Restore comments.
Benjamin Redelings
2018-01-30
dependencies: Allow setting config-tool binaries in cross file
Dylan Baker
2018-01-29
Use get_linker_search_args(libdir) instead of '-L'+libdir
Benjamin Redelings
2018-01-22
Begin factoring abi_tag logic into own function.
Benjamin Redelings
2018-01-22
Factor check for invalid BOOST modules into separate function.
Benjamin Redelings
2018-01-19
Correct spelling mistakes.
Edward Betts
2018-01-18
dependnecies: generalize version suffix stripping code
Dylan Baker
2018-01-18
dependencies/base: remove unused import
Dylan Baker
2018-01-17
Warn about using non-existent pkgconfig variables
Jon Turney
2018-01-17
Log instead of raise if Boost library not found (#2924)
Jan Niklas Hasse
[next]