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.py
Age
Commit message (
Expand
)
Author
2017-05-09
Move dependencies.py into a subdirectory.
Elliott Sales de Andrade
2017-05-09
Merge pull request #1751 from centricular/fix-cached-deps
Jussi Pakkanen
2017-05-09
Merge pull request #1758 from dcbaker/llvm-cpp-blacklist
Jussi Pakkanen
2017-05-09
Completely overhaul caching of external dependencies
Nirbheek Chauhan
2017-05-09
pkgconfig dependency: Define version_reqs at the start
Nirbheek Chauhan
2017-05-09
dependencies: Fix caching of native/cross dependencies
Nirbheek Chauhan
2017-05-08
Fix error log in LLVM, which used the wrong variable
Dylan Baker
2017-05-08
Implement a cpp blacklist for LLVM dependency
Dylan Baker
2017-05-07
run_command: Refactor + improve errors and test
Nirbheek Chauhan
2017-05-03
Add dependency for LLVM. Fixes #1611
Dylan Baker
2017-05-03
Add some FIXME comments to wxwidgets dependency.
Dylan Baker
2017-05-02
Don't use len() to test emptiness vs not emptiness
Dylan Baker
2017-04-29
dependencies: qt: qmake method: prefer QT_HOST_BINS over QT_INSTALL_BINS
Wade Berrier
2017-04-21
Expose the implementation language for external libraries
Nirbheek Chauhan
2017-04-14
dependencies: boost: use system include flag for header includes
Wade Berrier
2017-04-10
Use an enum instead of strings for method names.
Aaron Small
2017-04-09
Rename the pkgconfig method to pkg-config
Aaron Small
2017-04-09
Add an option to dependencies called 'method'. This can be used to
Aaron Small
2017-04-09
Add support for BOOST_INCLUDEDIR and BOOST_LIBRARYDIR
Wade Berrier
2017-03-29
Add dependency type for Valgrind
Dylan Baker
2017-03-27
Fix qt4 tool location detection, which may result in incorrectly picking
Aaron Small
2017-03-25
Fix regen when using pkg-deps when there's no pkg-config
Nirbheek Chauhan
2017-03-25
Never accept a directory as being an executable program
Thibault Saunier
2017-02-19
rpm: We no longer provide the full path to a library
Nirbheek Chauhan
2017-02-19
dependencies: Remove useless and verbose dict.get() call
Nirbheek Chauhan
2017-02-19
find_program: Fix implementation of .path()
Nirbheek Chauhan
2017-02-18
find_program: Correctly use scripts found in PATH
Nirbheek Chauhan
2017-02-13
Detect Boost libraries primarily with the C++ compiler's find_library.
Jussi Pakkanen
2017-02-07
dependencies: Distinguish native/cross while caching
Nirbheek Chauhan
2017-01-28
Check cross-pkg-config's viability with ExternalProgram. Closes #1329.
Jussi Pakkanen
2017-01-28
Merge pull request #1335 from tp-m/test-custom-target-used-in-test-cmd
Jussi Pakkanen
2017-01-28
Use CompilerArgs for generation of compile commands
Nirbheek Chauhan
2017-01-28
find_program: Translate 'python3' to sys.executable on Windows
Nirbheek Chauhan
2017-01-23
Merge pull request #1302 from centricular/install-mode
Jussi Pakkanen
2017-01-23
Gracefully fallback when cross pkg-config can not be found for an optional de...
Jussi Pakkanen
2017-01-24
wx deps: Always set modversion, even if dep not found
Nirbheek Chauhan
2017-01-18
Merge pull request #1312 from centricular/print-pkgdep-error-osx
Jussi Pakkanen
2017-01-18
cleanup: Remove redundant parentheses
Mike Sinkovsky
2017-01-18
cleanup: Unused local variables
Mike Sinkovsky
2017-01-17
pkgdep: Print found message after setting cargs/libs
Nirbheek Chauhan
2017-01-17
Print pkg-config error when framework dep isn't found
Nirbheek Chauhan
2017-01-17
Derive all exceptions correctly from base exceptions
Nirbheek Chauhan
2017-01-11
style: [E1**] Indentation
Mike Sinkovsky
2017-01-11
style: [E303] too many blank lines (2)
Mike Sinkovsky
2017-01-11
style: [E301] expected 1 blank line, found 0
Mike Sinkovsky
2017-01-11
style: [E502] the backslash is redundant between brackets
Mike Sinkovsky
2017-01-01
style: fix E124 violations
Igor Gnatenko
2017-01-01
style: fix E222 violations
Igor Gnatenko
2016-12-31
Fix space before :.
Jussi Pakkanen
2016-12-23
Add get_version() method to all dependencies
Nirbheek Chauhan
[next]