summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* FAQ.md: Do I need to add headers to sources? [skip ci]nirbheek/faq-generated-headersNirbheek Chauhan2019-07-101-0/+18
* FAQ.md: Add an entry for generated headers [skip ci]Nirbheek Chauhan2019-07-091-0/+69
* unit tests: Fix CI failures in NativeFileTestsNirbheek Chauhan2019-07-091-1/+1
* Merge pull request #5620 from mesonbuild/testenvvarJussi Pakkanen2019-07-082-102/+162
|\
| * Update hotdoc files to match those produced by newest version.testenvvarJussi Pakkanen2019-07-081-0/+9
| * Hack envvar override when running tests in-process.Jussi Pakkanen2019-07-081-2/+8
| * Use environment variable overrides.Jussi Pakkanen2019-07-081-80/+125
| * Convert some methods to use mandatory named kwargs.Jussi Pakkanen2019-07-081-26/+26
* | Add (v)c++latest to VC_VERSION_MAPRobin Kertels2019-07-081-0/+2
|/
* move Gnu-specific feature '--print-search-dirs' to GnuLikeCompilerNorbert Nemec2019-07-072-51/+60
* expanduser for tildeMichael Hirsch, Ph.D2019-07-071-0/+1
* check that compiler name is not blank or emptyMichael Hirsch, Ph.D2019-07-061-2/+2
* BUGFIX: typo from 32e827dcdc451e1c5 broke PGI compilersMichael Hirsch, Ph.D2019-07-061-1/+1
* Merge pull request #5584 from mesonbuild/fixed5483Jussi Pakkanen2019-07-052-21/+26
|\
| * Fix unittests.fixed5483Jussi Pakkanen2019-07-052-7/+11
| * compilers: Add missing cflags when calling compiler in link modeMarvin Scholz2019-07-051-10/+11
| * compilers: Fix missing cflags for function detectionMarvin Scholz2019-07-051-4/+4
* | Explain that using shell functionality is forbidden. [skip ci]Jussi Pakkanen2019-07-051-0/+6
|/
* Fix windres module argument flatteningePirat2019-07-052-3/+4
* Improve performance with windows defender ATPCharlie Barto2019-07-053-9/+8
* Document that add_languages() returns a boolean [skip ci] (#5600)Xavier Claessens2019-07-051-1/+4
* env: Do not return empty tool env varsMarvin Scholz2019-07-051-0/+4
* Return zero in cross_sizeofAbhishek Pandit-Subedi2019-07-031-0/+1
* dependencies/dev: Switch order of llvm dependency findersDylan Baker2019-07-021-3/+3
* tests/llvm: Test both cmake and llvm-config methodsDylan Baker2019-07-021-20/+24
* mintro: Add installed subdirs introspection (fixes #5556)Daniel Mensinger2019-07-012-0/+30
* Use the same directory names for dist so that ccache works. Closes #5583.Jussi Pakkanen2019-07-011-5/+9
* Describe array values in install_dir. [skip ci]Jussi Pakkanen2019-07-011-0/+21
* xcodebackend: Fix iterating compilers after host/build changesDylan Baker2019-06-301-1/+1
* Remove build host mixing warning on nativeJohn Ericson2019-06-281-5/+0
* Fix failing test_find_program test (Windows-only)Aleksey Gurtovoy2019-06-271-5/+8
* Fix two errors when cross-compiling with ValaJames Westman2019-06-272-2/+4
* `add_{global,project}_{,link_}arguments`: simply native flag behaviorJohn Ericson2019-06-275-67/+58
* meson_exe: Don't assert that we need an exe_wrapper when we say we don't need...Dylan Baker2019-06-272-5/+7
* Improve error message when Python is not usable. [skip ci]Jussi Pakkanen2019-06-271-1/+1
* Fix faling test_msvc_toolset_version testAleksey Gurtovoy2019-06-271-2/+6
* sanitycheckc: avoid linking sanitycheckc when cross compilingCody Schafer2019-06-273-7/+14
* gnome.py: correctly pick the compiler for gtk-doc buildsAlexander Kanavin2019-06-271-4/+1
* docs: Fix link to SourceSet module in the navbar [skip ci]Iñigo Martínez2019-06-271-0/+1
* dependencies/base: Set PKG_CONFIG_SYSROOT_DIR from cross fileDylan Baker2019-06-263-0/+16
* Switch to using Pyinstaller. Closes #5550.Jussi Pakkanen2019-06-261-14/+18
* fortran-specific openMP testsMichael Hirsch, Ph.D2019-06-252-0/+51
* Merge pull request #5524 from scivision/icl_ifortDylan Baker2019-06-249-32/+54
|\
| * typoMichael Hirsch, Ph.D2019-06-241-1/+1
| * known Python 3.5 on windows workaround for subprocess(cwd=str(Path))Michael Hirsch, Ph.D2019-06-241-1/+2
| * only test if Zlib foundMichael Hirsch, Ph.D2019-06-241-2/+6
| * windows ifort can't do shared_library sanelyMichael Hirsch, Ph.D2019-06-242-4/+8
| * update compiler ID for windows INtel MPIMichael Hirsch, Ph.D2019-06-241-1/+1
| * intel windows coarray argsMichael Hirsch, Ph.D2019-06-242-1/+6
| * BUGFIX: typo for PGI C/CPPMichael Hirsch, Ph.D2019-06-241-1/+1