2297 Commits (9ff00de93bd0589cdb016793de51d6b14d0825f8)
 

Author SHA1 Message Date
Jussi Pakkanen 0f349923e3 Random debugging command thingy. 8 years ago
Jussi Pakkanen c74cd96fe9 Copy ninja.exe to Python dir so it hopefully appears in path. 8 years ago
Jussi Pakkanen 539e44677e Added Appveyor config file. 8 years ago
Jussi Pakkanen 475175f4b5 Can use generator outputs in custom targets. Closes #587. 8 years ago
Martin Hostettler 4979b4c84f compiler: Use cross tools args in sanity check. 8 years ago
Martin Hostettler 7bd424fea6 ninjabackend: Add missing ninja_quote for cross compilation rule. 8 years ago
Jussi Pakkanen f0626e6cc1 Created failing test for using generated outputs in a custom target. 8 years ago
Jussi Pakkanen 5384a203f3 Merge pull request #585 from mesonbuild/hasarg 8 years ago
Jussi Pakkanen d4adf0983b Add special casing for VS which ignores unknown arguments. 8 years ago
Jussi Pakkanen 1d70940021 Merge pull request #582 from trhd/master 8 years ago
Jussi Pakkanen f9910d2c11 Ensure cargs and libs variables always exist. Closes #581. 8 years ago
Jussi Pakkanen beef7cb291 Added functionality to pick the first supported argument from a list. Closes #583. 8 years ago
Jussi Pakkanen d8d989d9b8 Add a has_arg method to compiler to check whether it supports a given argument. 8 years ago
Hemmo Nieminen 1f76b76a84 Add support for running specific test suites with valgrind. 8 years ago
Hemmo Nieminen fac6f869e0 Change test suite separator character from '-' to ':'. 8 years ago
Hemmo Nieminen 30bbcded23 meson_test: Fix a bug in valgrind argument handling. 8 years ago
Jussi Pakkanen 50609054ec Bump version number for new development. 8 years ago
Jussi Pakkanen 3d1c1b84e2 Update version number for release. 8 years ago
Jussi Pakkanen de73d85ad8 Removed vs nomod test because it fails at compile time but the framework needs it to fail at configure time. 8 years ago
Jussi Pakkanen f17b76e8de Put emergency wraptool in source zip. Just in case. 8 years ago
Jussi Pakkanen 205037047f Try to delete target files before installing. Closes #578. 8 years ago
Jussi Pakkanen bcec44b93b Merge pull request #573 from centricular/dependency-versions 8 years ago
Jussi Pakkanen 0bc0056064 Merge pull request #577 from nioncode/vs2015 8 years ago
Jussi Pakkanen 177e286b3c Can generate config headers without an input file. Closes #549. 8 years ago
Nirbheek Chauhan fdc95c2ea4 Add various tests for versioned dependency checking 8 years ago
Jussi Pakkanen 0482635c12 Handle case of install_subdirring a subdir. 8 years ago
Nicolas Schneider fba749fcb7 extract vs2015backend into own file 8 years ago
Nicolas Schneider d34d85b0f5 vs2015: fix object generators 8 years ago
Nicolas Schneider 3bedca0257 add vs2015 backend 8 years ago
Jussi Pakkanen 8e734a8c9f Set Gnu fortran type based on platform. 8 years ago
Jussi Pakkanen 37c5d45d07 Print all of the things when CI fails. 8 years ago
Jussi Pakkanen 432f515bc0 Use ninja backend on OSX CI builds. 8 years ago
Jussi Pakkanen bda06cee12 Added OSX support for Travis. 8 years ago
Nirbheek Chauhan 71f18226d1 Remove unmaintained and broken PyQt5 GUI (#574) 8 years ago
Nirbheek Chauhan 9f4d963bd9 compilers: Add the buildtype args for checks that perform linking (#543) 8 years ago
Jussi Pakkanen beb6827413 Installing subdirs now merges with existing files in the target dir. 8 years ago
Jussi Pakkanen 144565fabf Added method to get current project name. 8 years ago
Jussi Pakkanen 16e032c289 Fix installing manpages from subdirs. 8 years ago
Jussi Pakkanen a6712b7f20 Can haz next revision of C++ standard. 8 years ago
Jussi Pakkanen 92dfc4eb0b Pch disabling works now. 8 years ago
Nirbheek Chauhan 8c34ea645d interpreter: Compare the version of a cached dependency() before using it 8 years ago
Nirbheek Chauhan 0096c51035 interpretor: Correctly check the version of a fallback dependency 8 years ago
Nirbheek Chauhan acdd4bd523 interpreter: Set declare_dependency version from the project version if missing 8 years ago
Nirbheek Chauhan d3e1fe6e1a mesonlib: Fix typo in version_compare error 8 years ago
Nirbheek Chauhan c33e7a68a1 Also reuse subproject-based fallback dependencies 8 years ago
Nirbheek Chauhan f2256ba098 interpreter: Check if subproject version is defined before comparing 8 years ago
Jussi Pakkanen 76d88259bd Make sure outputs do not contain stray path segments. 8 years ago
Jussi Pakkanen 0b81f5b0ad Merge pull request #569 from mesonbuild/cargs 8 years ago
Jussi Pakkanen cc055387cd Can have multiple Qt resource files in a single target. Closes #572. 8 years ago
Nirbheek Chauhan 065dcee7f3 interpreter: Switch to prev_subdir on non-existant subdir (#571) 8 years ago