aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-15compilers: Move clike into a mixins directoryDylan Baker8-9/+10
2019-07-14Add test to catch `-Werror=unused-parameter` brittlenessDavid Seifert1-2/+9
2019-07-14Do not fail on passing `-Werror=unused-parameter` from environmentDavid Seifert5-14/+14
2019-07-13cmake: Handle disabling subprojectsThibault Saunier2-1/+9
2019-07-12Change meson test's build failure exit code to 125Christoph Weiss2-1/+20
2019-07-12unit tests: Don't keep builddirs inside source tree on CygwinNirbheek Chauhan1-1/+9
2019-07-11Merge pull request #5560 from scivision/cstd18_bugMichael Hirsch, Ph.D3-21/+67
2019-07-11Remove unnecessary setup.cfg lines that confound offline useMichael Hirsch, Ph.D1-3/+0
2019-07-11setup.py >= python 3.5.2Michael Hirsch, Ph.D1-2/+2
2019-07-11docMichael Hirsch, Ph.D1-1/+1
2019-07-11minimum python 3.5.2Michael Hirsch, Ph.D1-1/+1
2019-07-11pythonic file checksMichael Hirsch, Ph.D2-23/+22
2019-07-11add missing commasMichael Hirsch, Ph.D1-4/+4
2019-07-11ENH: metadata PEP390 setup.cfgMichael Hirsch, Ph.D4-59/+75
2019-07-11Ignore -D* and -fstack-protector* args for D compilersmyfreeweb1-0/+4
2019-07-11cmake: Fix dependencies with try_compile (closes #5605)Daniel Mensinger2-11/+55
2019-07-11Fix MSVC /link argument ordering (#5598)Norbert Nemec1-19/+32
2019-07-11Merge pull request #5606 from xclaesse/alias_targetJussi Pakkanen11-18/+110
2019-07-11Adapting Boost Python library detection to Boost >= 1.67. Closes #4288.gjaeger15-12/+120
2019-07-10vs backend: commandrunner.py takes source dir firstXavier Claessens1-1/+1
2019-07-10Add alias_target() functionXavier Claessens11-17/+109
2019-07-10try IMPORTED_IMPLIB before IMPORTED_LOCATION for cmake dependenciesNorbert Nemec1-1/+5
2019-07-10Merge pull request #5574 from mensinda/cmakeCCmdJussi Pakkanen16-46/+656
2019-07-10Warn if the user manually adds arguments we have builtin support for.Jussi Pakkanen1-0/+19
2019-07-10Reference error code as hex value and improve commentNorbert Nemec1-2/+2
2019-07-10diagnostics for missing DLLs on Windows in meson_exe.pyNorbert Nemec1-0/+5
2019-07-10Make faster w defender atpCharlie Barto1-2/+2
2019-07-10Merge pull request #5621 from mesonbuild/paralleltestsJussi Pakkanen6-9/+35
2019-07-10FAQ.md: Do I need to add headers to sources? [skip ci]Nirbheek Chauhan1-0/+18
2019-07-10FAQ.md: Add an entry for generated headers [skip ci]Nirbheek Chauhan1-0/+69
2019-07-09Use pytest-xdist in Azure and Linux on Travis.Jussi Pakkanen2-0/+5
2019-07-09Use pytest parallelisation if available.Jussi Pakkanen3-2/+15
2019-07-09Do not run unittests with unity builds because that is redundant.Jussi Pakkanen1-1/+1
2019-07-09Add command line argument to skip unit tests.Jussi Pakkanen2-6/+14
2019-07-09unit tests: Fix CI failures in NativeFileTestsNirbheek Chauhan1-1/+1
2019-07-08typoMichael Hirsch, Ph.D1-3/+3
2019-07-08cleanup clang version minimumMichael Hirsch, Ph.D1-31/+51
2019-07-08type hints @dcbakerMichael Hirsch, Ph.D1-6/+5
2019-07-08add clang c_std=c18 aliasMichael Hirsch, Ph.D3-19/+46
2019-07-08Merge pull request #5620 from mesonbuild/testenvvarJussi Pakkanen2-102/+162
2019-07-08Add (v)c++latest to VC_VERSION_MAPRobin Kertels1-0/+2
2019-07-08Update hotdoc files to match those produced by newest version.Jussi Pakkanen1-0/+9
2019-07-08Hack envvar override when running tests in-process.Jussi Pakkanen1-2/+8
2019-07-08Use environment variable overrides.Jussi Pakkanen1-80/+125
2019-07-08Convert some methods to use mandatory named kwargs.Jussi Pakkanen1-26/+26
2019-07-07move Gnu-specific feature '--print-search-dirs' to GnuLikeCompilerNorbert Nemec2-51/+60
2019-07-07expanduser for tildeMichael Hirsch, Ph.D1-0/+1
2019-07-06check that compiler name is not blank or emptyMichael Hirsch, Ph.D1-2/+2
2019-07-06BUGFIX: typo from 32e827dcdc451e1c5 broke PGI compilersMichael Hirsch, Ph.D1-1/+1
2019-07-05Merge pull request #5584 from mesonbuild/fixed5483Jussi Pakkanen2-21/+26