Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-15 | Organise files into a module structure. | Jussi Pakkanen | 1 | -1120/+0 | |
2016-01-14 | More cleanups. | Jussi Pakkanen | 1 | -8/+9 | |
2016-01-14 | Some more error logging. | Jussi Pakkanen | 1 | -1/+1 | |
2015-12-27 | Boost win detection tuning. | Jussi Pakkanen | 1 | -4/+1 | |
2015-12-25 | Added explicit thread dependency. | Jussi Pakkanen | 1 | -0/+11 | |
2015-12-10 | gnome: Link against dependencies when building the gir files | Thibault Saunier | 1 | -0/+2 | |
2015-11-10 | Added pkg-config logging statement. | Jussi Pakkanen | 1 | -0/+1 | |
2015-11-04 | Can store ext deps to internal deps. Closes #304. | Jussi Pakkanen | 1 | -1/+2 | |
2015-09-12 | Boost path fix for Windows. | Jussi Pakkanen | 1 | -1/+1 | |
2015-09-12 | Can leave Boost modules empty to only use the plain header libraries. Closes ↵ | Jussi Pakkanen | 1 | -9/+9 | |
#263. | |||||
2015-09-08 | Replaced check for mac osx by mesonlib.is_osx() | Germán Diago Gómez | 1 | -3/+2 | |
2015-09-07 | BoostDependency dylib detection added. | Germán Diago Gómez | 1 | -1/+8 | |
2015-09-06 | Made boost on windows kinda work. | Jussi Pakkanen | 1 | -3/+53 | |
2015-08-27 | Add OpenGL link args on Windows. | Jussi Pakkanen | 1 | -0/+1 | |
2015-08-25 | Fix access to the pkgconfig path in CrossBuildInfo | Thibault Saunier | 1 | -2/+2 | |
2015-07-12 | Fix regexp match for qmake version | Jouni Roivas | 1 | -1/+1 | |
2015-07-12 | A few fixes to gl detection. | Jussi Pakkanen | 1 | -1/+2 | |
2015-07-02 | vala: add support for --target-glib | Igor Gnatenko | 1 | -5/+5 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-06-18 | Initialise version field of Qt5 dep. Closes #158 | Jussi Pakkanen | 1 | -3/+4 | |
2015-06-18 | Rework pkgconfig and add missing method. Fixes #153. | Jussi Pakkanen | 1 | -15/+18 | |
2015-06-18 | dependency: Undefined variable 'type_string'. Closes #156 | Igor Gnatenko | 1 | -5/+5 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-06-18 | dependencies: fixes for codestyle to be more PEP-8 | Igor Gnatenko | 1 | -19/+34 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-06-18 | dependencies: Undefined variable 'required'. Closes #154 | Igor Gnatenko | 1 | -5/+5 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-06-15 | Now can create internal dependencies to simplify subproject usage. | Jussi Pakkanen | 1 | -0/+7 | |
2015-06-14 | Can use both main and nomain gtest in same project. Fixes #149. | Jussi Pakkanen | 1 | -1/+1 | |
2015-06-08 | trivial: fix style | Igor Gnatenko | 1 | -4/+4 | |
2015-06-07 | PkgConfigDependency: Add a get_variable method. | Mathieu Duponchelle | 1 | -0/+16 | |
2015-06-07 | Added methods to get source and build root directories. | Jussi Pakkanen | 1 | -1/+1 | |
2015-06-06 | Use cross file's pkgconfig binary when cross compiling. Closes #138. | Jussi Pakkanen | 1 | -26/+43 | |
2015-05-22 | Use -fPIC instead of -fPIE as it seems to be the new requirement. Closes #124. | Jussi Pakkanen | 1 | -2/+7 | |
2015-05-21 | don't print twice about not found dependency. Closes #128 | Igor Gnatenko | 1 | -1/+0 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-05-16 | dependencies: Handle .la lib files returned by pkgconfig in uninstalled setups | Thibault Saunier | 1 | -1/+51 | |
When building against software that is being built uninstalled, pkg-config returns values from the -uninstalled.pc variant which might contain .la files as --libs. This patch opens the .la files to figure out where the actual shared library are. Some part of this is inspired by what is done in the gobject-introspection giscanner/utils.py code | |||||
2015-05-04 | Qt5 now works when using a OSX framework dependency. | Jussi Pakkanen | 1 | -4/+21 | |
2015-05-04 | Fix Qt5 on pkg-config platforms again. | Jussi Pakkanen | 1 | -3/+2 | |
2015-05-04 | Work with MinGW too. | Jussi Pakkanen | 1 | -1/+5 | |
2015-05-04 | Use QMake to sniff compiler flags on platforms without pkg-config. | Jussi Pakkanen | 1 | -17/+55 | |
2015-04-30 | Typo fixes. | Jussi Pakkanen | 1 | -1/+1 | |
2015-04-29 | Added module for Qt4 support. | Jussi Pakkanen | 1 | -0/+39 | |
2015-04-26 | Removed unused class. | Jussi Pakkanen | 1 | -8/+0 | |
2015-04-25 | Create file objects in gtest and gmock. | Jussi Pakkanen | 1 | -4/+4 | |
2015-04-14 | dependencies.py: Add support for wxwidgets modules | Matthew Bekkema | 1 | -2/+15 | |
Makes this possible in meson.build: wxd = dependency('wxwidgets', modules: ['core', 'base']) This does not change the behaviour of not specifying a module list. Eg: wxd = dependency('wxwidgets') | |||||
2015-04-06 | A few Windows fixes. | Jussi Pakkanen | 1 | -5/+12 | |
2015-04-04 | Better OpenGL autodetection. | Jussi Pakkanen | 1 | -1/+22 | |
2015-04-04 | Work if framework dep is missing and optional. | Jussi Pakkanen | 1 | -2/+6 | |
2015-04-03 | Error out if required framework dep is not found. | Jussi Pakkanen | 1 | -2/+4 | |
2015-03-31 | Print failing info. | Jussi Pakkanen | 1 | -0/+1 | |
2015-03-31 | Strip before splitting. | Jussi Pakkanen | 1 | -2/+2 | |
2015-03-30 | Lowercasifying. | Jussi Pakkanen | 1 | -3/+3 | |
2015-03-30 | Detect SDL2 with sdl2-config if it exists. | Jussi Pakkanen | 1 | -0/+46 | |
2015-03-27 | Build windows installer for SDL2 sample app. | Jussi Pakkanen | 1 | -2/+6 | |