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
2016-12-21
Store pkg-config path on the instance too
Nirbheek Chauhan
2016-12-21
Merge pull request #1233 from mesonbuild/wip/ignatenko/code-style
Jussi Pakkanen
2016-12-20
Fix several more lint errors
Nirbheek Chauhan
2016-12-19
tree-wide: use proper 'not in' notation
Igor Gnatenko
2016-12-19
find_program: Don't leak mutable array in get_command()
Nirbheek Chauhan
2016-12-19
tree-wide: remove unused imports
Igor Gnatenko
2016-12-19
Fix pkg-config during cross-compile.
Elliott Sales de Andrade
2016-12-18
Fix detection of pkg-config on all platforms
Nirbheek Chauhan
2016-12-18
QtDependency: Only use -fPIC on Linux
Nirbheek Chauhan
2016-12-18
qt: Fix detection of tools on Windows
Nirbheek Chauhan
2016-12-15
PkgConfigDependency.version_reqs must be a list
Nirbheek Chauhan
2016-12-11
Use universal_newlines=True for all Popen calls
Nirbheek Chauhan
2016-12-10
python3 dep: Check arch of libraries before using
Nirbheek Chauhan
2016-12-05
dependencies: allow overriding pkg-config with PKG_CONFIG when setting pkgbin
Marc-Antoine Perennou
2016-12-05
dependencies: allow overriding pkg-config with PKG_CONFIG in check_pkgconfig
Marc-Antoine Perennou
2016-12-03
Allow many version conditions for pkg-config deps
Nirbheek Chauhan
2016-11-26
Always catch PermissionError while looking for Ninja
Nirbheek Chauhan
2016-11-14
Only add src_include_dir if it has been defined.
Jussi Pakkanen
2016-11-13
Merge pull request #1042 from centricular/fix-qt4-testcase-qtwidgets
Jussi Pakkanen
2016-11-13
GTest and GMock changed their entire project layout on 1.8.0. Again. Fix it.
Jussi Pakkanen
2016-11-13
qt: Fix qmake detection on Linux and Windows
Nirbheek Chauhan
2016-11-12
vala: Implement valac.find_library
Nirbheek Chauhan
2016-11-11
qt deps: New abstract impl and several fixes
Nirbheek Chauhan
2016-10-23
Add repr() implementation for Dependency()
Nirbheek Chauhan
2016-10-19
Can query pkg-config variables from the system. Closes #726.
Jussi Pakkanen
2016-10-14
interpreter: Add a type_name method to DependencyHolder
Thibault Saunier
2016-10-13
Add a unittest for pkg-config file generation
Nirbheek Chauhan
2016-10-13
dependencies: Use a wrapper for calling pkg-config
Nirbheek Chauhan
2016-10-10
dependencies: Fix traceback always setting 'variable'
Thibault Saunier
2016-09-27
dependencies/boost: Fix 32-bit vs 64-bit on Windows
Nirbheek Chauhan
2016-09-27
dependencies/boost: Require BOOST_ROOT while cross-compiling
Nirbheek Chauhan
2016-09-04
Prefer pkg-config to sdl2-config.
Jussi Pakkanen
2016-08-27
Use context manager for file I/O.
Elliott Sales de Andrade
2016-08-23
'name' needs to be 'self.name' in DependencyException
ippytraxx
2016-07-30
find_program: Find scripts without extensions on Windows
Nirbheek Chauhan
2016-07-28
pkg-config: Print 'NO' when version is too old
Nirbheek Chauhan
2016-07-28
pkg-config: Move setting of cargs and libs to functions
Nirbheek Chauhan
2016-07-28
pkg-config: Short-circuit when there's no pkg-config file found
Nirbheek Chauhan
2016-07-04
dependencies: Add a get_version method to Python3Dependency
Thibault Saunier
2016-06-24
Added version info to sdl2dep. Closes #616.
Jussi Pakkanen
2016-06-21
wxwidgets: Don't error out if dependency is not required (#606)
Nirbheek Chauhan
2016-06-09
Ensure cargs and libs variables always exist. Closes #581.
Jussi Pakkanen
2016-05-30
Also reuse subproject-based fallback dependencies
Nirbheek Chauhan
2016-05-29
Can query version strings of dependencies.
Jussi Pakkanen
2016-04-01
Move MesonException from coredata to mesonlib.
Hemmo Nieminen
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-02-29
Can specify compile and link args for internal deps.
Jussi Pakkanen
2016-02-21
Can build Python extension on OSX.
Jussi Pakkanen
2016-02-21
Extract python3 dependency information from the current process if it is not ...
Jussi Pakkanen
[prev]
[next]