1164 Commits (f9f51b1ac7f86ed4be78ea830a414ec0c27fb044)
 

Author SHA1 Message Date
Jussi Pakkanen f9f51b1ac7 Crossing. 10 years ago
Jussi Pakkanen 64fd8f427f Metaprogramming in da hause fixing. 10 years ago
Jussi Pakkanen 48477102c9 Now can compile all Qt5 tests with module. 10 years ago
Jussi Pakkanen 6e6ac02eaf Major refactoring to move Qt5 from core into a module. Rules are written but moc/uic/rrc are not generated yet. 10 years ago
Jussi Pakkanen 3f46cd7fb3 Added gobject-introspection to gnome module. 10 years ago
Jussi Pakkanen c0f097c0c7 Fix argparse to make rebuild work again. 10 years ago
Jussi Pakkanen 519f159dcc Create a gnome module and add support for resource compiling. 10 years ago
Jussi Pakkanen 52b69b8939 Make sure that build and source subdirectories are always in search 10 years ago
Jussi Pakkanen ec491e200b A very simple module implementation to get things going. 10 years ago
Jussi Pakkanen 4745b07e99 And finally use argparse in meson_test. Closes #47. 10 years ago
Jussi Pakkanen baa0782a22 Use argparse in introspector. 10 years ago
Jussi Pakkanen f2de23982e User optparse in symbolextractor. 10 years ago
Jussi Pakkanen b736e09e6b Use argparse in install script. 10 years ago
Jussi Pakkanen ba77e0dbbd Use argparse in mesonconf.py. 10 years ago
Jussi Pakkanen b82584641a Use argparse instead of optparse in meson.py. 10 years ago
Jussi Pakkanen c3645e2b45 Use argparse instead of optparse in run_tests. 10 years ago
Jussi Pakkanen 436a81f920 Can specify backend to run_tests.py. 10 years ago
Jussi Pakkanen db81b31070 Fix gmock when compiling from source on Debian derivatives. 10 years ago
Jussi Pakkanen e40eec4b85 Use fallback if git is not installed. Closes #44. 10 years ago
Jussi Pakkanen 75818950f8 Fix Qt tool finding on Fedora as it seemed to have broken while I was not looking. Fixes #45. 10 years ago
Jussi Pakkanen e3c97bbc28 Handle missing gnustep-config gracefully. 10 years ago
Jussi Pakkanen d5329489a1 Verify version of wxwidgets dependency. 10 years ago
Jussi Pakkanen 871e0039f7 Try different wx-config names and prefer the explicit one. 10 years ago
Jussi Pakkanen 2bc1e26813 Made gtest and gmock work properly on 64 bit Fedora, which uses /usr/lib64. Fixes #40. 10 years ago
Jussi Pakkanen c6dbf98a05 Do not use linker arguments of dependencies' dependencies if the target is a static library because the static linker does not understand them. 10 years ago
Jussi Pakkanen f5ad718f3a Added found method to dependencies. 10 years ago
Jussi Pakkanen c7e3d84f51 Validate variable names better in assignment. 10 years ago
Jussi Pakkanen 75a0bc8350 Created a set_variable command. 10 years ago
Jussi Pakkanen 1ab5b850ef Use lib as library path in unit tests. 10 years ago
Jussi Pakkanen 22c23ee1fb Added Debian multilib support. 10 years ago
Jussi Pakkanen 87ea869f02 Can install files created with configure_file. 10 years ago
Jussi Pakkanen 99bb73e6c9 Changed install_data to get rid of useless and confusing target subdir name. 10 years ago
jpakkane 7c074fd953 Merge pull request #34 from axxel/master 10 years ago
Axel Waggershauser 0a95e4b4a9 moved helper function detect_vcs into mesonlib.py 10 years ago
Axel Waggershauser 5a0cd64f9a fixed typo in filename 10 years ago
Axel Waggershauser 223596d7bf added support for optional custom command and replace_string parameter of vcs_tag 10 years ago
Axel Waggershauser bc4b28b069 tracked upstream (mostly new vcs_tag) 10 years ago
Jussi Pakkanen 57e74de3ae Provide the vcs_tag command. Closes #33. 10 years ago
Jussi Pakkanen 46f932909a Created script that detects vcs info and writes it to a file. 10 years ago
Jussi Pakkanen cd757db899 Can specify version requirements to dependencies. 10 years ago
Jussi Pakkanen 526c86d92f I meant to do this originally. 10 years ago
Jussi Pakkanen 7a42ba8fa3 Use env. 10 years ago
Jussi Pakkanen bf5466e7ef An implementation of build_always as slightly modified from the original by Axel Waggershauser. 10 years ago
Jussi Pakkanen 24484412b5 Start proper approach to determining how build_always targets should work by writing a proper test case illustrating how it should behave. 10 years ago
Jussi Pakkanen 704a0b617c A few tweaks for msvc. 10 years ago
Jussi Pakkanen 26b7127c28 Packaging fix. 10 years ago
Jussi Pakkanen 9c1c5bc209 Created a sample project that uses many wraps, including a subwrap. 10 years ago
Jussi Pakkanen 201664b2b8 Make directories in build tree, too. 10 years ago
Axel Waggershauser 129bb902bc added basic version of VCS supprt for configuring files based on VCS state during build time 10 years ago
Axel Waggershauser 963892a7c3 basic support for 'build_always' feature of custom targets 10 years ago