summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-02dependencies: Use the _add_sub_dependencyDylan Baker
2019-05-02dependencies/base: Add a new method for setting internal dependenciesDylan Baker
2019-05-02tests: Extend tests that use Threads internally to set methodDylan Baker
2019-05-02Add vc++ cpp_std flags to the documentationNicole Mazzuca
2019-05-02Merge pull request #5161 from TheQwertiest/feature/custom_target_linkJussi Pakkanen
2019-05-02mtest: check for an empty suite listPeter Hutterer
2019-05-02Describe how to add support for new compilers. [skip ci]Jussi Pakkanen
2019-05-02Non-required appleframework deps should not be an error. Closes #5295.Jussi Pakkanen
2019-05-02Add some type annotations and fix lintsJohn Ericson
2019-05-01Don't close fds when executing programsMichael Olbrich
2019-04-29Cleaned up `isinstance` usageTheQwertiest
2019-04-29Added special handling of CustomTargetIndex in VS backendTheQwertiest
2019-04-29Added additional tests for linking with custom_target[i]TheQwertiest
2019-04-29Use parent `custom_target` for dependency handling (for consistency and futur...TheQwertiest
2019-04-29Updated docs with information about `custom_target[i]`TheQwertiest
2019-04-29Added tests for custom_target[i]TheQwertiest
2019-04-29Added custom_target[i] support for link_with and link_wholeTheQwertiest
2019-04-28consistent invalid escape sequence behaviourJon Turney
2019-04-28Merge pull request #5309 from jon-turney/ninja-backend-refactoringJussi Pakkanen
2019-04-28RPM Macros: Use `meson test` for %meson_testStephen Gallagher
2019-04-28Merge pull request #5323 from scivision/pgiflangJussi Pakkanen
2019-04-28Merge pull request #5265 from dcbaker/more-annotationsJussi Pakkanen
2019-04-28cmake: Use CMAKE_ROOT instead of _INCLUDE_FILE (closes #5218)Daniel Mensinger
2019-04-27enable Windows Intel compilerMichael Hirsch, Ph.D
2019-04-27detect Intel ICL on windowsMichael Hirsch, Ph.D
2019-04-27better default order for fotran compiler searchMichael Hirsch, Ph.D
2019-04-27cleanup C/CXX compiler names, adding Intel like for FortranMichael Hirsch, Ph.D
2019-04-27cleanup unused imports PEP8Michael Hirsch, Ph.D
2019-04-27order fortran compiler search order more sanely, remove unsupported compiler ...Michael Hirsch, Ph.D
2019-04-27ninja: Suppress unused rules in outputJon Turney
2019-04-27ninja: Expand comment on shell-unquoted ninja variablesJon Turney
2019-04-27ninja: Push concatenation of command down into NinjaRuleJon Turney
2019-04-27ninja: Remove unneeded outfile args (build statements)Jon Turney
2019-04-27ninja: Store build statementsJon Turney
2019-04-27ninja: Remove unneeded outfile args (rules)Jon Turney
2019-04-27ninja: Store rulesJon Turney
2019-04-25mesonlib: Reimplement version comparison for speedDylan Baker
2019-04-25mesonlib: Remove useless repetition of the same checkDylan Baker
2019-04-25mesonlib: specialize the implementation of == and !=Dylan Baker
2019-04-25mesonlib: use ints instead of strings for numbersDylan Baker
2019-04-25mesonlib: use zip() in VersionDylan Baker
2019-04-25run_unittets: extend version tests to cover other casesDylan Baker
2019-04-25run_unittests: rewrite version test to not call private methodsDylan Baker
2019-04-25Don't use len() to test for container emptinessDylan Baker
2019-04-25rewriter: optimize the list_to_dict functionDylan Baker
2019-04-25ast/printer: remove useless ternaryDylan Baker
2019-04-25environment.py: Fix architecture detection on older MSVCChun-wei Fan
2019-04-24Rewrap text. [skip ci]Jussi Pakkanen
2019-04-24Merge pull request #5319 from kjerstadius/gcovr-4.2Jussi Pakkanen
2019-04-24Merge pull request #5292 from mensinda/introInterpFixJussi Pakkanen