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
2016-06-14
Show appveyor badge on readme.
Jussi Pakkanen
2016-06-13
Finish appveyor integration by moving static library in a subdir to avoid cla...
Jussi Pakkanen
2016-06-13
Explicitly add python dir to path so it is found.
Jussi Pakkanen
2016-06-13
Print full log when failures happen under Appveyor.
Jussi Pakkanen
2016-06-13
Call setenv so hopefully Visual Studio tools will be in path.
Jussi Pakkanen
2016-06-13
More random appveyor poking.
Jussi Pakkanen
2016-06-13
Random debugging command thingy.
Jussi Pakkanen
2016-06-13
Copy ninja.exe to Python dir so it hopefully appears in path.
Jussi Pakkanen
2016-06-13
Added Appveyor config file.
Jussi Pakkanen
2016-06-11
Merge pull request #585 from mesonbuild/hasarg
Jussi Pakkanen
2016-06-11
Add special casing for VS which ignores unknown arguments.
Jussi Pakkanen
2016-06-09
Merge pull request #582 from trhd/master
Jussi Pakkanen
2016-06-09
Ensure cargs and libs variables always exist. Closes #581.
Jussi Pakkanen
2016-06-09
Added functionality to pick the first supported argument from a list. Closes ...
Jussi Pakkanen
2016-06-09
Add a has_arg method to compiler to check whether it supports a given argument.
Jussi Pakkanen
2016-06-06
Add support for running specific test suites with valgrind.
Hemmo Nieminen
2016-06-06
Change test suite separator character from '-' to ':'.
Hemmo Nieminen
2016-06-06
meson_test: Fix a bug in valgrind argument handling.
Hemmo Nieminen
2016-06-05
Bump version number for new development.
Jussi Pakkanen
2016-06-05
Update version number for release.
Jussi Pakkanen
2016-06-05
Removed vs nomod test because it fails at compile time but the framework need...
Jussi Pakkanen
2016-06-05
Put emergency wraptool in source zip. Just in case.
Jussi Pakkanen
2016-06-05
Try to delete target files before installing. Closes #578.
Jussi Pakkanen
2016-06-05
Merge pull request #573 from centricular/dependency-versions
Jussi Pakkanen
2016-06-05
Merge pull request #577 from nioncode/vs2015
Jussi Pakkanen
2016-06-01
Can generate config headers without an input file. Closes #549.
Jussi Pakkanen
2016-06-01
Add various tests for versioned dependency checking
Nirbheek Chauhan
2016-05-30
Handle case of install_subdirring a subdir.
Jussi Pakkanen
2016-05-30
extract vs2015backend into own file
Nicolas Schneider
2016-05-30
vs2015: fix object generators
Nicolas Schneider
2016-05-30
add vs2015 backend
Nicolas Schneider
2016-05-30
Set Gnu fortran type based on platform.
Jussi Pakkanen
2016-05-30
Print all of the things when CI fails.
Jussi Pakkanen
2016-05-30
Use ninja backend on OSX CI builds.
Jussi Pakkanen
2016-05-30
Added OSX support for Travis.
Jussi Pakkanen
2016-05-30
Remove unmaintained and broken PyQt5 GUI (#574)
Nirbheek Chauhan
2016-05-30
compilers: Add the buildtype args for checks that perform linking (#543)
Nirbheek Chauhan
2016-05-30
Installing subdirs now merges with existing files in the target dir.
Jussi Pakkanen
2016-05-30
Added method to get current project name.
Jussi Pakkanen
2016-05-30
Fix installing manpages from subdirs.
Jussi Pakkanen
2016-05-30
Can haz next revision of C++ standard.
Jussi Pakkanen
2016-05-30
Pch disabling works now.
Jussi Pakkanen
2016-05-30
interpreter: Compare the version of a cached dependency() before using it
Nirbheek Chauhan
2016-05-30
interpretor: Correctly check the version of a fallback dependency
Nirbheek Chauhan
2016-05-30
interpreter: Set declare_dependency version from the project version if missing
Nirbheek Chauhan
2016-05-30
mesonlib: Fix typo in version_compare error
Nirbheek Chauhan
2016-05-30
Also reuse subproject-based fallback dependencies
Nirbheek Chauhan
2016-05-30
interpreter: Check if subproject version is defined before comparing
Nirbheek Chauhan
2016-05-30
Make sure outputs do not contain stray path segments.
Jussi Pakkanen
2016-05-29
Merge pull request #569 from mesonbuild/cargs
Jussi Pakkanen
[next]