aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-02munstable_coredata: Adapt to coredata changes.Martin Hostettler2-4/+13
2019-05-02mesonlib: Make a few type annotations stringsDylan Baker2-4/+5
2019-05-02Merge pull request #5311 from mensinda/flake8PluginsJussi Pakkanen30-111/+122
2019-05-02per-target manual specification of link_languageMichael Hirsch, Ph.D8-8/+67
2019-05-02Add vc++ cpp_std flags to the documentationNicole Mazzuca1-1/+1
2019-05-02Merge pull request #5161 from TheQwertiest/feature/custom_target_linkJussi Pakkanen11-12/+336
2019-05-02mtest: check for an empty suite listPeter Hutterer5-17/+29
2019-05-02Describe how to add support for new compilers. [skip ci]Jussi Pakkanen1-0/+34
2019-05-02Non-required appleframework deps should not be an error. Closes #5295.Jussi Pakkanen3-2/+15
2019-05-02Add some type annotations and fix lintsJohn Ericson8-21/+20
2019-05-01Don't close fds when executing programsMichael Olbrich1-1/+1
2019-04-29Do not pass None to mlog.exceptionDaniel Mensinger1-1/+1
2019-04-29Cleaned up `isinstance` usageTheQwertiest2-6/+6
2019-04-29Added special handling of CustomTargetIndex in VS backendTheQwertiest1-1/+5
2019-04-29Added additional tests for linking with custom_target[i]TheQwertiest6-0/+269
2019-04-29Use parent `custom_target` for dependency handling (for consistency and futur...TheQwertiest1-1/+1
2019-04-29Updated docs with information about `custom_target[i]`TheQwertiest1-2/+3
2019-04-29Added tests for custom_target[i]TheQwertiest1-0/+22
2019-04-29Added custom_target[i] support for link_with and link_wholeTheQwertiest3-9/+37
2019-04-29Fixed unnecessary .items()Daniel Mensinger6-14/+14
2019-04-29Address code reviewDaniel Mensinger2-2/+2
2019-04-29Fix unused variables warningsDaniel Mensinger10-17/+17
2019-04-29Fix flake8-bugbear warningsDaniel Mensinger9-29/+35
2019-04-29Fix builtin variable namesDaniel Mensinger14-52/+55
2019-04-29Fix blind exceptionsDaniel Mensinger9-10/+12
2019-04-28consistent invalid escape sequence behaviourJon Turney3-6/+23
2019-04-28Merge pull request #5309 from jon-turney/ninja-backend-refactoringJussi Pakkanen1-383/+380
2019-04-28RPM Macros: Use `meson test` for %meson_testStephen Gallagher1-1/+11
2019-04-28Merge pull request #5323 from scivision/pgiflangJussi Pakkanen6-26/+82
2019-04-28Merge pull request #5265 from dcbaker/more-annotationsJussi Pakkanen3-126/+150
2019-04-28cmake: Use CMAKE_ROOT instead of _INCLUDE_FILE (closes #5218)Daniel Mensinger1-10/+2
2019-04-27enable Windows Intel compilerMichael Hirsch, Ph.D1-5/+12
2019-04-27detect Intel ICL on windowsMichael Hirsch, Ph.D4-6/+33
2019-04-27better default order for fotran compiler searchMichael Hirsch, Ph.D5-13/+35
2019-04-27cleanup C/CXX compiler names, adding Intel like for FortranMichael Hirsch, Ph.D1-4/+5
2019-04-27cleanup unused imports PEP8Michael Hirsch, Ph.D1-4/+2
2019-04-27order fortran compiler search order more sanely, remove unsupported compiler ...Michael Hirsch, Ph.D1-3/+4
2019-04-27ninja: Suppress unused rules in outputJon Turney1-1/+14
2019-04-27ninja: Expand comment on shell-unquoted ninja variablesJon Turney1-1/+4
2019-04-27ninja: Push concatenation of command down into NinjaRuleJon Turney1-79/+47
2019-04-27ninja: Remove unneeded outfile args (build statements)Jon Turney1-88/+88
2019-04-27ninja: Store build statementsJon Turney1-47/+59
2019-04-27ninja: Remove unneeded outfile args (rules)Jon Turney1-33/+32
2019-04-27ninja: Store rulesJon Turney1-180/+181
2019-04-25mesonlib: Reimplement version comparison for speedDylan Baker1-14/+25
2019-04-25mesonlib: Remove useless repetition of the same checkDylan Baker1-10/+1
2019-04-25mesonlib: specialize the implementation of == and !=Dylan Baker1-1/+8
2019-04-25mesonlib: use ints instead of strings for numbersDylan Baker1-6/+7
2019-04-25mesonlib: use zip() in VersionDylan Baker1-6/+6
2019-04-25run_unittets: extend version tests to cover other casesDylan Baker1-12/+10