summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * compilers/c_function_attributes: fix for ICCDylan Baker2018-11-152-6/+6
| * unittests: don't override LD_LIBRARY_PATHDylan Baker2018-11-151-2/+2
| * unittests: don't run sanitizer tests for on compilers without sanitizer supportDylan Baker2018-11-151-0/+20
| * compilers: Fix the set of features that ICC exposesDylan Baker2018-11-151-1/+8
| * dependencies/misc: Add openmp 5.0 preliminary supportDylan Baker2018-11-151-0/+1
* | Guard against broken lib paths returned by gcc.Jussi Pakkanen2018-11-171-3/+6
* | Add piter.py conference to video page. [skip ci]Jussi Pakkanen2018-11-171-0/+3
* | azure: Install Boost binaries for WindowsJon Turney2018-11-161-0/+15
* | azure: Install the DMD D compilerJon Turney2018-11-162-1/+21
* | azure: Install x86 python in vs2015 image when building for x86Jon Turney2018-11-161-1/+5
* | azure: Add JDK installed in vs2015 image to PATHJon Turney2018-11-161-1/+4
|/
* hotdoc: Fix has_extensions when several extensions are passed inThibault Saunier2018-11-152-1/+7
* Merge pull request #4500 from jon-turney/azure-vs2015Jussi Pakkanen2018-11-152-41/+55
|\
| * Workaround python 3.7.1 requiring that PYTHONPATH end in os.sepChristoph Reiter2018-11-131-1/+3
| * azure: Remove unneeded maxParallelJon Turney2018-11-131-2/+0
| * azure: Simplify how we always publish test resultsJon Turney2018-11-131-9/+2
| * azure: Match release branch names as wellJon Turney2018-11-131-0/+2
| * azure: Enable vs2015 jobsJon Turney2018-11-132-20/+23
| * azure: Install python3 for vs2015 imageJon Turney2018-11-131-5/+14
| * azure: Rewrite importing visual studio environment variablesJon Turney2018-11-131-6/+15
* | Merge pull request #4216 from dcbaker/wip/config-fileJussi Pakkanen2018-11-1519-53/+628
|\ \
| * | docs: Add documentation for Native FilesDylan Baker2018-11-143-0/+92
| * | environment: detect compilers from native filesDylan Baker2018-11-142-10/+201
| * | dependencies/ui: Allow qt compilers and qmake to be specified in native fileDylan Baker2018-11-145-31/+62
| * | modules/python: Allow use of the native fileDylan Baker2018-11-144-2/+16
| * | modules/python3: allow specifying in the native fileDylan Baker2018-11-145-5/+14
| * | modules/windows: Allow getting windres from native fileDylan Baker2018-11-141-0/+8
| * | dependencies: Allow config tool dependencies to use native filesDylan Baker2018-11-144-1/+13
| * | interpreter: allow find_program to use the native fileDylan Baker2018-11-144-5/+48
| * | unittests: Add framework for testing native config filesDylan Baker2018-11-143-1/+87
| * | Get basic native config file loading workingDylan Baker2018-11-144-0/+87
| * | replace ExternalProgram.from_cross_info with from_bin_listDylan Baker2018-11-145-9/+11
* | | Store unexpanded library directory paths. Closes #4392.Jussi Pakkanen2018-11-151-3/+16
* | | Fix ProjectGuid values in VS projects.John Preston2018-11-151-5/+5
* | | Add 'meson.build' to VS project files.John Preston2018-11-151-1/+4
|/ /
* | tests: fix test_meson_installed after the recent appveyor image updateChristoph Reiter2018-11-141-1/+3
* | compilers: Use keyword only arguments for compiler interfacesDylan Baker2018-11-136-63/+114
* | Fix Azure Pipelines build badge [skip ci]Kayla Ngan2018-11-121-1/+1
* | docs: fix hard links [skip ci]Mathieu Duponchelle2018-11-122-3/+3
* | docs: Clarify some pkgconfig module kwargs [skip ci]Nirbheek Chauhan2018-11-121-3/+4
* | Add kwarg is_default to add_test_setup()Stian Selnes2018-11-128-0/+94
* | Consider 'samu' when looking for ninja commandMichael Forney2018-11-113-10/+12
* | Merge pull request #4480 from jon-turney/fix-implib-prefix-suffixJussi Pakkanen2018-11-1011-30/+119
|\ \
| * | Deal with clang-cl generating empty implibsJon Turney2018-11-062-13/+18
| * | Install modules in a subdir to fit with platform name manglingJon Turney2018-11-064-14/+14
| * | Extend test to when both name_{suf,pre}fix: are usedJon Turney2018-11-063-0/+11
| * | Generate import lib even if both name_suffix and name_prefix are usedJon Turney2018-11-064-6/+15
| * | Add a test of installed library names when name_{suf,pre}fix: is usedJon Turney2018-11-064-1/+65
| * | Fix library implib name when name_prefix: is usedJon Turney2018-11-061-3/+3
* | | Merge pull request #4504 from mesonbuild/simdixJussi Pakkanen2018-11-107-59/+117
|\ \ \