aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-21modules/rpm: add exampleIgor Gnatenko4-0/+28
2015-03-21modules/rpm: add changelogIgor Gnatenko1-0/+5
2015-03-21modules/rpm: fix typo in install macrosIgor Gnatenko1-1/+1
2015-03-21modules/rpm: add support for devel subpkgIgor Gnatenko1-10/+42
2015-03-21add RPM module (Closes #49)Igor Gnatenko3-0/+72
2015-03-20A few minor tweaks.Jussi Pakkanen2-3/+6
2015-03-20Add support for checking out git repos to subprojects automatically.Jussi Pakkanen21-18/+62
2015-03-19Handle outputs in arrays in mesonintrospect. Closes #50.Jussi Pakkanen1-1/+6
2015-03-18Fix mesonconf when running in the build directory without a path argument.Jussi Pakkanen1-1/+1
2015-03-17A few tweaks.Jussi Pakkanen2-2/+2
2015-03-17Use iostream stuff to ensure stdlibc++ linking is ok.Jussi Pakkanen1-0/+10
2015-03-17Converted binary sample project to C++ to demonstrate how to use C++11 and st...Jussi Pakkanen6-35/+33
2015-03-17Build a standalone Linux package.Jussi Pakkanen4-1/+24
2015-03-17Reworked OSX bundle test to allow adding Linux in the future.Jussi Pakkanen11-22/+48
2015-03-15Parse arguments iteratively instead of recursively to support argument lists ...Jussi Pakkanen1-20/+24
2015-03-15Test for posargs being before kwargs.Jussi Pakkanen2-0/+4
2015-03-14Created gdbus-codegen helper in the gnome module.Jussi Pakkanen5-0/+47
2015-03-14Moved different gnome feature tests in their own subdirectories.Jussi Pakkanen13-31/+35
2015-03-14Added simple gsettings schema compiler to gnome module.Jussi Pakkanen5-1/+88
2015-03-14Remove duplicate entries from list of source files.Jussi Pakkanen1-1/+4
2015-03-13Add command line switch to print version number.Jussi Pakkanen1-1/+6
2015-03-13Fix pipelining.Jussi Pakkanen1-2/+2
2015-03-13Persist modules so they are imported only once for the lifetime of a build di...Jussi Pakkanen4-11/+9
2015-03-13Made Qt5 module do just preprocessing instead of building full executable, so...Jussi Pakkanen3-24/+24
2015-03-11Fix generators with multiple files.Jussi Pakkanen1-1/+1
2015-03-10Added an example of how to create OSX installers.Jussi Pakkanen9-0/+107
2015-03-09Crossing.Jussi Pakkanen1-1/+9
2015-03-09Metaprogramming in da hause fixing.Jussi Pakkanen1-5/+8
2015-03-09Now can compile all Qt5 tests with module.Jussi Pakkanen10-165/+63
2015-03-09Major refactoring to move Qt5 from core into a module. Rules are written but ...Jussi Pakkanen8-108/+230
2015-03-08Added gobject-introspection to gnome module.Jussi Pakkanen12-48/+65
2015-03-06Fix argparse to make rebuild work again.Jussi Pakkanen1-2/+4
2015-03-06Create a gnome module and add support for resource compiling.Jussi Pakkanen7-7/+121
2015-03-05Make sure that build and source subdirectories are always in searchJussi Pakkanen8-13/+13
2015-03-04A very simple module implementation to get things going.Jussi Pakkanen5-1/+55
2015-03-02And finally use argparse in meson_test. Closes #47.Jussi Pakkanen1-8/+11
2015-03-02Use argparse in introspector.Jussi Pakkanen2-13/+14
2015-03-02User optparse in symbolextractor.Jussi Pakkanen1-10/+9
2015-03-02Use argparse in install script.Jussi Pakkanen1-9/+7
2015-03-02Use argparse in mesonconf.py.Jussi Pakkanen1-9/+8
2015-03-02Use argparse instead of optparse in meson.py.Jussi Pakkanen1-42/+36
2015-03-02Use argparse instead of optparse in run_tests.Jussi Pakkanen1-4/+5
2015-03-02Can specify backend to run_tests.py.Jussi Pakkanen1-22/+37
2015-02-28Fix gmock when compiling from source on Debian derivatives.Jussi Pakkanen1-1/+3
2015-02-27Use fallback if git is not installed. Closes #44.Jussi Pakkanen1-8/+9
2015-02-26Fix Qt tool finding on Fedora as it seemed to have broken while I was not loo...Jussi Pakkanen1-3/+4
2015-02-26Handle missing gnustep-config gracefully.Jussi Pakkanen1-3/+9
2015-02-26Verify version of wxwidgets dependency.Jussi Pakkanen2-3/+8
2015-02-26Try different wx-config names and prefer the explicit one.Jussi Pakkanen1-14/+16
2015-02-26Made gtest and gmock work properly on 64 bit Fedora, which uses /usr/lib64. F...Jussi Pakkanen3-54/+62