index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-03-04
A very simple module implementation to get things going.
Jussi Pakkanen
2015-03-02
And finally use argparse in meson_test. Closes #47.
Jussi Pakkanen
2015-03-02
Use argparse in introspector.
Jussi Pakkanen
2015-03-02
User optparse in symbolextractor.
Jussi Pakkanen
2015-03-02
Use argparse in install script.
Jussi Pakkanen
2015-03-02
Use argparse in mesonconf.py.
Jussi Pakkanen
2015-03-02
Use argparse instead of optparse in meson.py.
Jussi Pakkanen
2015-03-02
Use argparse instead of optparse in run_tests.
Jussi Pakkanen
2015-03-02
Can specify backend to run_tests.py.
Jussi Pakkanen
2015-02-28
Fix gmock when compiling from source on Debian derivatives.
Jussi Pakkanen
2015-02-27
Use fallback if git is not installed. Closes #44.
Jussi Pakkanen
2015-02-26
Fix Qt tool finding on Fedora as it seemed to have broken while I was not loo...
Jussi Pakkanen
2015-02-26
Handle missing gnustep-config gracefully.
Jussi Pakkanen
2015-02-26
Verify version of wxwidgets dependency.
Jussi Pakkanen
2015-02-26
Try different wx-config names and prefer the explicit one.
Jussi Pakkanen
2015-02-26
Made gtest and gmock work properly on 64 bit Fedora, which uses /usr/lib64. F...
Jussi Pakkanen
2015-02-21
Do not use linker arguments of dependencies' dependencies if the target is a ...
Jussi Pakkanen
2015-02-21
Added found method to dependencies.
Jussi Pakkanen
2015-02-21
Validate variable names better in assignment.
Jussi Pakkanen
2015-02-21
Created a set_variable command.
Jussi Pakkanen
2015-02-16
Use lib as library path in unit tests.
Jussi Pakkanen
2015-02-16
Added Debian multilib support.
Jussi Pakkanen
2015-02-15
Can install files created with configure_file.
Jussi Pakkanen
2015-02-15
Changed install_data to get rid of useless and confusing target subdir name.
Jussi Pakkanen
2015-02-15
Merge pull request #34 from axxel/master
jpakkane
2015-02-14
moved helper function detect_vcs into mesonlib.py
Axel Waggershauser
2015-02-14
fixed typo in filename
Axel Waggershauser
2015-02-11
added support for optional custom command and replace_string parameter of vcs...
Axel Waggershauser
2015-02-11
tracked upstream (mostly new vcs_tag)
Axel Waggershauser
2015-02-08
Provide the vcs_tag command. Closes #33.
Jussi Pakkanen
2015-02-08
Created script that detects vcs info and writes it to a file.
Jussi Pakkanen
2015-02-08
Can specify version requirements to dependencies.
Jussi Pakkanen
2015-02-07
I meant to do this originally.
Jussi Pakkanen
2015-02-07
Use env.
Jussi Pakkanen
2015-02-07
An implementation of build_always as slightly modified from the original by A...
Jussi Pakkanen
2015-02-07
Start proper approach to determining how build_always targets should work by ...
Jussi Pakkanen
2015-02-06
A few tweaks for msvc.
Jussi Pakkanen
2015-02-06
Packaging fix.
Jussi Pakkanen
2015-02-06
Created a sample project that uses many wraps, including a subwrap.
Jussi Pakkanen
2015-02-06
Make directories in build tree, too.
Jussi Pakkanen
2015-02-06
added basic version of VCS supprt for configuring files based on VCS state du...
Axel Waggershauser
2015-02-05
basic support for 'build_always' feature of custom targets
Axel Waggershauser
2015-02-04
Fix destdir for install targets. Closes #32.
Jussi Pakkanen
2015-02-04
Rework installation logic so we can go outside the install prefix.
Jussi Pakkanen
2015-02-04
Moved files.
Jussi Pakkanen
2015-02-02
Add thread_link_flags to static linkers.
Jussi Pakkanen
2015-02-02
Logging fix.
Jussi Pakkanen
2015-02-02
First cut at the Wrap dependency downloader.
Jussi Pakkanen
2015-01-30
Put /usr/local/lib ahead of /usr/lib in library search order.
Jussi Pakkanen
2015-01-30
Add thread flags to compilers and use them on dependencies that require threa...
Jussi Pakkanen
[next]