summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-02-07An implementation of build_always as slightly modified from the original by A...Jussi Pakkanen
2015-02-07Start proper approach to determining how build_always targets should work by ...Jussi Pakkanen
2015-02-06A few tweaks for msvc.Jussi Pakkanen
2015-02-06Packaging fix.Jussi Pakkanen
2015-02-06Created a sample project that uses many wraps, including a subwrap.Jussi Pakkanen
2015-02-06Make directories in build tree, too.Jussi Pakkanen
2015-02-06added basic version of VCS supprt for configuring files based on VCS state du...Axel Waggershauser
2015-02-05basic support for 'build_always' feature of custom targetsAxel Waggershauser
2015-02-04Fix destdir for install targets. Closes #32.Jussi Pakkanen
2015-02-04Rework installation logic so we can go outside the install prefix.Jussi Pakkanen
2015-02-04Moved files.Jussi Pakkanen
2015-02-02Add thread_link_flags to static linkers.Jussi Pakkanen
2015-02-02Logging fix.Jussi Pakkanen
2015-02-02First cut at the Wrap dependency downloader.Jussi Pakkanen
2015-01-30Put /usr/local/lib ahead of /usr/lib in library search order.Jussi Pakkanen
2015-01-30Add thread flags to compilers and use them on dependencies that require threa...Jussi Pakkanen