aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-29dependencies: Use DependencyFactory for glDylan Baker2-18/+10
2020-01-29dependencies: Use DependencyFactory for gpgmeDylan Baker2-21/+12
2020-01-29dependencies: Use DependencyFactory for LibGcryptDylan Baker2-21/+12
2020-01-29dependencies: Use DependencyFactory for libwmfDylan Baker2-19/+12
2020-01-29dependencies: Use DependencyFactory for cupsDylan Baker3-32/+16
2020-01-29dependencies: Use DependencyFactory for python3Dylan Baker2-28/+18
2020-01-29dependencies: Use DependencyFactory for libpcapDylan Baker2-33/+23
2020-01-29dependencies: Use DependencyFactory for gmockDylan Baker2-22/+25
2020-01-29dependencies: Use a DependencyFactory for gtestDylan Baker2-22/+23
2020-01-29dependencies: Use DependencyFactory for VulkanDylan Baker2-20/+14
2020-01-29dependencies: Use a DependencyFactory for LLVMDylan Baker3-31/+24
2020-01-29dependencies: Add a sub_dependency_method that takes a list ofDylan Baker1-0/+16
2020-01-29run_unitests: Add a test for DependencyFactory orderingDylan Baker1-0/+21
2020-01-29run_unittests: Add a chdir context managerDylan Baker1-18/+24
2020-01-29dependencies: Add a DependencyFactory classDylan Baker1-5/+82
2020-01-29dependencies: Make Dependency initializer signatures matchDylan Baker12-58/+55
2020-01-29dependencies/base: Split process_method_kw out of DependencyDylan Baker4-49/+50
2020-01-28mintro: use interpreter data for buildsystem-files (fixes #6390)Daniel Mensinger3-19/+16
2020-01-28backend: refactor: set self.interpreter in the constructorDaniel Mensinger9-34/+47
2020-01-28compilers: Use /Zi instead of /ZI with clang-clDylan Baker1-4/+13
2020-01-28compilers: Split ClangCL and MSVC mixinsDylan Baker3-38/+75
2020-01-28Merge pull request #6455 from makise-homura/elbrus_0.53.0Dylan Baker6-12/+48
2020-01-27Tell contributors not to write things in the snippet help file. [skip ci]Jussi Pakkanen1-3/+3
2020-01-27Always disable interpolation for ini parsers.Jussi Pakkanen3-3/+3
2020-01-27Only provide 64 bit MSIs going forward. [skip ci]Jussi Pakkanen1-0/+7
2020-01-27docs: small cleanups and clarifications to setting the dynamic linker [skip ci]Dylan Baker1-3/+5
2020-01-27Bringing back defines in Elbrus C compiler to simplify environment.pymakise-homura2-12/+7
2020-01-27Fix Sider errorsmakise-homura1-1/+1
2020-01-27Fix broken link on Elbrus Fortran compilermakise-homura1-1/+3
2020-01-27ObjC/ObjC++ compilers are not available for Elbrus, so don't failmakise-homura2-6/+14
2020-01-27Remove RTTI option from get_option_compile_args() for Elbrus compilermakise-homura1-0/+13
2020-01-27Add missing functions to Elbrus compiler classmakise-homura1-0/+11
2020-01-27Fix missing 'defines' argumet for Elbrus compilermakise-homura5-10/+17
2020-01-27Merge pull request #6432 from mensinda/cmExeRefactorJussi Pakkanen6-69/+158
2020-01-27Merge pull request #6423 from dcbaker/declare-dependency-variablesJussi Pakkanen8-25/+89
2020-01-27Check for bad timestamps that cause eternal configure loops.Jussi Pakkanen1-0/+17
2020-01-27Update wrapdb docs to reflect repositories split [skip ci]Lisa White1-3/+3
2020-01-26cmake: Some test improvementsDaniel Mensinger1-1/+3
2020-01-26cmake: Add support for --trace-redirectDaniel Mensinger2-1/+14
2020-01-26cmake: Refactor CMakeExecutor and CMakeTraceParserDaniel Mensinger5-68/+142
2020-01-26Support multiple args to message() and warning()Xavier Claessens4-15/+33
2020-01-25tests: Prevent multiple-definition of symbolsErnestas Kulik6-6/+14
2020-01-25Fix required dependency() not failing when wrap-mode=nofallbackXavier Claessens2-1/+10
2020-01-25mconf: Recommend using --reconfigure when setting unknown optionsXavier Claessens1-0/+2
2020-01-25docs: Update the release procedure to include release candidates [skip ci]Dylan Baker1-8/+31
2020-01-25wrap: Fix git clone with commit id in revisionXavier Claessens1-1/+1
2020-01-24Remove trial conversions as it is stale. [skip ci]Jussi Pakkanen2-23/+0
2020-01-24Fix CUDA test without devices.Jan Alexander Steffens (heftig)1-10/+11
2020-01-24unit tests: summary() test does not fail on Windows anymoreNirbheek Chauhan1-3/+1
2020-01-24summary: Ensure that output is deterministicNirbheek Chauhan1-3/+10