1155 Commits (4745b07e9924ad5dd48d23766833be0ba5749a99)
 

Author SHA1 Message Date
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
Jussi Pakkanen 67ddeb8a01 Fix destdir for install targets. Closes #32. 10 years ago
Jussi Pakkanen 73b8ff5341 Rework installation logic so we can go outside the install prefix. 10 years ago
Jussi Pakkanen 1eaf6673b7 Moved files. 10 years ago
Jussi Pakkanen a91b3fcdc5 Add thread_link_flags to static linkers. 10 years ago
Jussi Pakkanen 5a21b37149 Logging fix. 10 years ago
Jussi Pakkanen f23e6c72f4 First cut at the Wrap dependency downloader. 10 years ago
Jussi Pakkanen be9bf62cd7 Put /usr/local/lib ahead of /usr/lib in library search order. 10 years ago
Jussi Pakkanen 2107be2a78 Add thread flags to compilers and use them on dependencies that require threads. Fixes #31. 10 years ago
Jussi Pakkanen 4293a2ac65 Removed shebang lines from files that are not executable. 10 years ago