summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-14Added simple gsettings schema compiler to gnome module.Jussi Pakkanen
2015-03-14Remove duplicate entries from list of source files.Jussi Pakkanen
2015-03-13Add command line switch to print version number.Jussi Pakkanen
2015-03-13Fix pipelining.Jussi Pakkanen
2015-03-13Persist modules so they are imported only once for the lifetime of a build di...Jussi Pakkanen
2015-03-13Made Qt5 module do just preprocessing instead of building full executable, so...Jussi Pakkanen
2015-03-11Fix generators with multiple files.Jussi Pakkanen
2015-03-10Added an example of how to create OSX installers.Jussi Pakkanen
2015-03-09Crossing.Jussi Pakkanen
2015-03-09Metaprogramming in da hause fixing.Jussi Pakkanen
2015-03-09Now can compile all Qt5 tests with module.Jussi Pakkanen
2015-03-09Major refactoring to move Qt5 from core into a module. Rules are written but ...Jussi Pakkanen
2015-03-08Added gobject-introspection to gnome module.Jussi Pakkanen
2015-03-06Fix argparse to make rebuild work again.Jussi Pakkanen
2015-03-06Create a gnome module and add support for resource compiling.Jussi Pakkanen
2015-03-05Make sure that build and source subdirectories are always in searchJussi Pakkanen
2015-03-04A very simple module implementation to get things going.Jussi Pakkanen
2015-03-02And finally use argparse in meson_test. Closes #47.Jussi Pakkanen
2015-03-02Use argparse in introspector.Jussi Pakkanen
2015-03-02User optparse in symbolextractor.Jussi Pakkanen
2015-03-02Use argparse in install script.Jussi Pakkanen
2015-03-02Use argparse in mesonconf.py.Jussi Pakkanen
2015-03-02Use argparse instead of optparse in meson.py.Jussi Pakkanen
2015-03-02Use argparse instead of optparse in run_tests.Jussi Pakkanen
2015-03-02Can specify backend to run_tests.py.Jussi Pakkanen
2015-02-28Fix gmock when compiling from source on Debian derivatives.Jussi Pakkanen
2015-02-27Use fallback if git is not installed. Closes #44.Jussi Pakkanen
2015-02-26Fix Qt tool finding on Fedora as it seemed to have broken while I was not loo...Jussi Pakkanen
2015-02-26Handle missing gnustep-config gracefully.Jussi Pakkanen
2015-02-26Verify version of wxwidgets dependency.Jussi Pakkanen
2015-02-26Try different wx-config names and prefer the explicit one.Jussi Pakkanen
2015-02-26Made gtest and gmock work properly on 64 bit Fedora, which uses /usr/lib64. F...Jussi Pakkanen
2015-02-21Do not use linker arguments of dependencies' dependencies if the target is a ...Jussi Pakkanen
2015-02-21Added found method to dependencies.Jussi Pakkanen
2015-02-21Validate variable names better in assignment.Jussi Pakkanen
2015-02-21Created a set_variable command.Jussi Pakkanen
2015-02-16Use lib as library path in unit tests.Jussi Pakkanen
2015-02-16Added Debian multilib support.Jussi Pakkanen
2015-02-15Can install files created with configure_file.Jussi Pakkanen
2015-02-15Changed install_data to get rid of useless and confusing target subdir name.Jussi Pakkanen
2015-02-15Merge pull request #34 from axxel/masterjpakkane
2015-02-14moved helper function detect_vcs into mesonlib.pyAxel Waggershauser
2015-02-14fixed typo in filenameAxel Waggershauser
2015-02-11added support for optional custom command and replace_string parameter of vcs...Axel Waggershauser
2015-02-11tracked upstream (mostly new vcs_tag)Axel Waggershauser
2015-02-08Provide the vcs_tag command. Closes #33.Jussi Pakkanen
2015-02-08Created script that detects vcs info and writes it to a file.Jussi Pakkanen
2015-02-08Can specify version requirements to dependencies.Jussi Pakkanen
2015-02-07I meant to do this originally.Jussi Pakkanen
2015-02-07Use env.Jussi Pakkanen