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
2014-11-16
Test fixing.
Jussi Pakkanen
2014-11-16
More strict type checking for arithmetic operations.
Jussi Pakkanen
2014-11-16
Merge pull request #18 from Xenopathic/arithmetic.
Jussi Pakkanen
2014-11-16
Merge pull request #24 from Xenopathic/kill-tests
jpakkane
2014-11-16
Signal handling for run_tests.py
Robin McCorkell
2014-11-16
Create symlinks properly. Fixes #19.
Jussi Pakkanen
2014-11-16
Add number, string and array arithmetic
Robin McCorkell
2014-11-16
Allow getting builtin options with get_option. Fixes #23.
Jussi Pakkanen
2014-11-16
Do not quote $out or $in because Ninja does it by itself.
Jussi Pakkanen
2014-11-07
Minor tweak.
Jussi Pakkanen
2014-11-07
Further harmonise held_object.
Jussi Pakkanen
2014-11-07
Harmonise held_object usage somewhat.
Jussi Pakkanen
2014-11-05
Pkg-config detection cleanup.
Jussi Pakkanen
2014-11-05
Dafuq?
Jussi Pakkanen
2014-11-05
Implement a foreach loop construct. Closes #17.
Jussi Pakkanen
2014-11-03
Can install entire subtrees with one command. Closes #14.
Jussi Pakkanen
2014-11-03
Can install data files from subdirectories.
Jussi Pakkanen
2014-11-03
Can install man files from a subdir.
Jussi Pakkanen
2014-11-03
Use correct path when installing headers. Fixes #16.
Jussi Pakkanen
2014-10-29
Removed -qt5 arg as that should be handled elsewhere.
Jussi Pakkanen
2014-10-29
Added attribution.
Jussi Pakkanen
2014-10-29
Merge pull request #15 from osimola/custom_object
jpakkane
2014-10-29
Pass -qt5 command line argument to qt5 tools because otherwise they fail on D...
Jussi Pakkanen
2014-10-28
Ninja backend: objects generated with custom_target can be linked
Juhani Simola
2014-10-27
Do not hardcode path to Python3, because on e.g. OSX it can be anywhere.
Jussi Pakkanen
2014-10-24
Remove deprecated bits.
Jussi Pakkanen
2014-10-24
Bump version number for new development.
Jussi Pakkanen
2014-10-24
Bump version number for release.
Jussi Pakkanen
2014-10-18
Workaround for Clang linker bug where it can not find shared libraries in rpa...
Jussi Pakkanen
2014-10-18
Workaround for Clang pch include bug with help from Masashi Fujita.
Jussi Pakkanen
2014-10-18
Delete old symlinks if they exist.
Jussi Pakkanen
2014-10-11
Trademark info.
Jussi Pakkanen
2014-10-11
Renamed data() to install_data().
Jussi Pakkanen
2014-10-11
Renamed man() to install_man().
Jussi Pakkanen
2014-10-11
Renamed headers() to install_headers().
Jussi Pakkanen
2014-10-11
Nag Fortran compiler definition from Peter Koval.
Jussi Pakkanen
2014-10-05
Moved is_subproject into the meson object.
Jussi Pakkanen
2014-09-30
Gcc and clang can take assebmly files directly.
Jussi Pakkanen
2014-09-26
VS2013 argument fix.
Jussi Pakkanen
2014-09-26
Fortran dep fix on Windows.
Jussi Pakkanen
2014-09-26
A few suffix fixes.
Jussi Pakkanen
2014-09-26
Install script fix for Windows.
Jussi Pakkanen
2014-09-26
Some windows fixes.
Jussi Pakkanen
2014-09-23
A few fixes for bug #6.
Jussi Pakkanen
2014-09-21
Fix for arm library finding.
Jussi Pakkanen
2014-09-20
Multiple generated sources in one target now work.
Jussi Pakkanen
2014-09-20
Can have arrays of stuff.
Jussi Pakkanen
2014-09-20
Run scripts direct if possible.
Jussi Pakkanen
2014-09-20
Autodetect runnable commands on unix (where chmod values might be wrong) and ...
Jussi Pakkanen
2014-09-19
Custom targets can have multiple inputs and outputs.
Jussi Pakkanen
[next]