summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* FAQ: Add an entry about the library naming scheme with MSVC [skip ci]nirbheek/msvc-static-library-faqNirbheek Chauhan2019-05-131-0/+34
* ast: fix #5376Daniel Mensinger2019-05-134-4/+18
* Allow MSVC-style `cpp_eh` for backwards-compatibility purposesnicole mazzuca2019-05-131-12/+22
* unittests: adapt pkg-config test for OpenBSDAntoine Jacoutot2019-05-131-2/+8
* This is the fork "sneyx1234/meson" of the current git "mesonbuild/meson" head...Simon Ney2019-05-132-0/+6
* Force pkgconfig to UTF-8myd73492019-05-121-1/+1
* Add entry for random design points. [skip ci]Jussi Pakkanen2019-05-121-0/+13
* add support for "target_type: 'shared_module'" in build_target()Daniel Eklöf2019-05-097-1/+56
* Better detection of tab indentation.Jussi Pakkanen2019-05-092-11/+12
* Add white border to logo used on web pages. [skip ci]Jussi Pakkanen2019-05-051-0/+0
* Merge pull request #5339 from dcbaker/clikeJussi Pakkanen2019-05-0512-1739/+1627
|\
| * compilers: Split C-Like functionality into a mixin classesDylan Baker2019-05-0312-1698/+1620
| * environment: Fix syntax errorDylan Baker2019-05-021-2/+3
| * Revert "detect Intel ICL on windows"Dylan Baker2019-05-024-33/+5
| * Revert "enable Windows Intel compiler"Dylan Baker2019-05-021-12/+5
* | fix error when show default config of listClouds2019-05-051-1/+1
* | add -fno-exceptions if cpp_eh=none is specified nicole mazzuca2019-05-053-16/+49
* | Fix an assertion exception when misusing install_dataJon Turney2019-05-054-1/+28
* | Update Users.md [skip ci] (#5358)Amit D2019-05-041-0/+3
* | Merge pull request #5185 from mensinda/cmakeLLVMDylan Baker2019-05-037-26/+220
|\ \
| * | cmake: Fixed new thread dependencyDaniel Mensinger2019-05-031-3/+1
| * | cmake: LLVM better modules handlingDaniel Mensinger2019-05-034-21/+49
| * | cmake: revert module name mappingDaniel Mensinger2019-05-032-11/+34
| * | cmake: minor code fixesDaniel Mensinger2019-05-032-9/+11
| * | cmake: Fixed list unit testDaniel Mensinger2019-05-031-11/+5
| * | CMake: optional modules supportDaniel Mensinger2019-05-033-10/+20
| * | LLVM: Added CMake backendDaniel Mensinger2019-05-035-5/+108
| * | cmake: Support different CMake filesDaniel Mensinger2019-05-031-2/+21
| * | LLVM dependency refactoringDaniel Mensinger2019-05-031-1/+18
|/ /
* | Merge pull request #5254 from dcbaker/fix-sub-dependenciesDylan Baker2019-05-026-7/+24
|\ \ | |/ |/|
| * dependencies: Use the _add_sub_dependencyDylan Baker2019-05-022-4/+4
| * dependencies/base: Add a new method for setting internal dependenciesDylan Baker2019-05-021-0/+17
| * tests: Extend tests that use Threads internally to set methodDylan Baker2019-05-023-3/+3
* | Merge pull request #4952 from mensinda/cacheCompilesDylan Baker2019-05-0213-140/+179
|\ \
| * | Moved caching into a seperate functionDaniel Mensinger2019-04-284-31/+45
| * | Disable cache for dependenciesDaniel Mensinger2019-04-285-12/+12
| * | Add disable_cache to the fortran compilerDaniel Mensinger2019-04-281-6/+6
| * | Add option to disable the cacheDaniel Mensinger2019-04-281-8/+8
| * | Changing cached flag from True to FalseDaniel Mensinger2019-04-281-1/+1
| * | Fixed typeingDaniel Mensinger2019-04-281-12/+12
| * | Make flake8 happyDaniel Mensinger2019-04-281-2/+2
| * | Annotaded return types in the base compiler classDaniel Mensinger2019-04-281-22/+22
| * | Added some cahced valuesDaniel Mensinger2019-04-286-12/+15
| * | Print '(cached)' when compiler result was cachedDaniel Mensinger2019-04-287-63/+79
| * | Cache compile results in coredataDaniel Mensinger2019-04-285-12/+18
* | | envconfig: mingw is also WindowsRoss Burton2019-05-021-2/+2
* | | munstable_coredata: Adapt to coredata changes.Martin Hostettler2019-05-022-4/+13
* | | mesonlib: Make a few type annotations stringsDylan Baker2019-05-022-4/+5
* | | Merge pull request #5311 from mensinda/flake8PluginsJussi Pakkanen2019-05-0230-111/+122
|\ \ \
| * | | Do not pass None to mlog.exceptionDaniel Mensinger2019-04-291-1/+1