aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-05Revert "Merge pull request #5323 from scivision/pgiflang"revert5323Jussi Pakkanen6-82/+26
2019-05-05fix error when show default config of listClouds1-1/+1
2019-05-05add -fno-exceptions if cpp_eh=none is specified nicole mazzuca3-16/+49
2019-05-05Fix an assertion exception when misusing install_dataJon Turney4-1/+28
2019-05-04Update Users.md [skip ci] (#5358)Amit D1-0/+3
2019-05-03Merge pull request #5185 from mensinda/cmakeLLVMDylan Baker7-26/+220
2019-05-03cmake: Fixed new thread dependencyDaniel Mensinger1-3/+1
2019-05-03cmake: LLVM better modules handlingDaniel Mensinger4-21/+49
2019-05-03cmake: revert module name mappingDaniel Mensinger2-11/+34
2019-05-03cmake: minor code fixesDaniel Mensinger2-9/+11
2019-05-03cmake: Fixed list unit testDaniel Mensinger1-11/+5
2019-05-03CMake: optional modules supportDaniel Mensinger3-10/+20
2019-05-03LLVM: Added CMake backendDaniel Mensinger5-5/+108
2019-05-03cmake: Support different CMake filesDaniel Mensinger1-2/+21
2019-05-03LLVM dependency refactoringDaniel Mensinger1-1/+18
2019-05-02Merge pull request #5254 from dcbaker/fix-sub-dependenciesDylan Baker6-7/+24
2019-05-02Merge pull request #4952 from mensinda/cacheCompilesDylan Baker13-140/+179
2019-05-02envconfig: mingw is also WindowsRoss Burton1-2/+2
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-02dependencies: Use the _add_sub_dependencyDylan Baker2-4/+4
2019-05-02dependencies/base: Add a new method for setting internal dependenciesDylan Baker1-0/+17
2019-05-02per-target manual specification of link_languageMichael Hirsch, Ph.D8-8/+67
2019-05-02tests: Extend tests that use Threads internally to set methodDylan Baker3-3/+3
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