aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-15compilers/fortran: pass -module ${path} instead of -module${path}Dylan Baker1-1/+1
2018-11-15ifort: ifort needs to have -lifcore like gfotran needs -lgfortranDylan Baker1-0/+3
2018-11-15compilers: Move get_allow_undefined_link_args to CompilerDylan Baker3-29/+20
2018-11-15compilers: ICC should error when an unknown __attribute__ is testedDylan Baker1-0/+1
2018-11-15compilers: Set the correct values for undefined modules on apple with iccDylan Baker1-1/+5
2018-11-15compilers: Add ICC setting for get_allow_undefined_link_argsDylan Baker1-0/+2
2018-11-15compilers: Enable PGO for ICCDylan Baker1-5/+24
2018-11-15fortran: ifort doesn't have -pipeDylan Baker1-0/+6
2018-11-15compilers: fix compiler.compile for Intel CompilersDylan Baker2-8/+19
2018-11-15compilers/c_function_attributes: fix for ICCDylan Baker2-6/+6
2018-11-15unittests: don't override LD_LIBRARY_PATHDylan Baker1-2/+2
2018-11-15unittests: don't run sanitizer tests for on compilers without sanitizer supportDylan Baker1-0/+20
2018-11-15compilers: Fix the set of features that ICC exposesDylan Baker1-1/+8
2018-11-15dependencies/misc: Add openmp 5.0 preliminary supportDylan Baker1-0/+1
2018-11-15hotdoc: Fix has_extensions when several extensions are passed inThibault Saunier2-1/+7
2018-11-15Merge pull request #4500 from jon-turney/azure-vs2015Jussi Pakkanen2-41/+55
2018-11-15Merge pull request #4216 from dcbaker/wip/config-fileJussi Pakkanen19-53/+628
2018-11-15Store unexpanded library directory paths. Closes #4392.Jussi Pakkanen1-3/+16
2018-11-15Fix ProjectGuid values in VS projects.John Preston1-5/+5
2018-11-15Add 'meson.build' to VS project files.John Preston1-1/+4
2018-11-14docs: Add documentation for Native FilesDylan Baker3-0/+92
2018-11-14environment: detect compilers from native filesDylan Baker2-10/+201
2018-11-14dependencies/ui: Allow qt compilers and qmake to be specified in native fileDylan Baker5-31/+62
2018-11-14modules/python: Allow use of the native fileDylan Baker4-2/+16
2018-11-14modules/python3: allow specifying in the native fileDylan Baker5-5/+14
2018-11-14modules/windows: Allow getting windres from native fileDylan Baker1-0/+8
2018-11-14dependencies: Allow config tool dependencies to use native filesDylan Baker4-1/+13
2018-11-14interpreter: allow find_program to use the native fileDylan Baker4-5/+48
2018-11-14unittests: Add framework for testing native config filesDylan Baker3-1/+87
2018-11-14Get basic native config file loading workingDylan Baker4-0/+87
2018-11-14replace ExternalProgram.from_cross_info with from_bin_listDylan Baker5-9/+11
2018-11-14tests: fix test_meson_installed after the recent appveyor image updateChristoph Reiter1-1/+3
2018-11-13Workaround python 3.7.1 requiring that PYTHONPATH end in os.sepChristoph Reiter1-1/+3
2018-11-13azure: Remove unneeded maxParallelJon Turney1-2/+0
2018-11-13azure: Simplify how we always publish test resultsJon Turney1-9/+2
2018-11-13azure: Match release branch names as wellJon Turney1-0/+2
2018-11-13azure: Enable vs2015 jobsJon Turney2-20/+23
2018-11-13azure: Install python3 for vs2015 imageJon Turney1-5/+14
2018-11-13azure: Rewrite importing visual studio environment variablesJon Turney1-6/+15
2018-11-13compilers: Use keyword only arguments for compiler interfacesDylan Baker6-63/+114
2018-11-12Fix Azure Pipelines build badge [skip ci]Kayla Ngan1-1/+1
2018-11-12docs: fix hard links [skip ci]Mathieu Duponchelle2-3/+3
2018-11-12docs: Clarify some pkgconfig module kwargs [skip ci]Nirbheek Chauhan1-3/+4
2018-11-12Add kwarg is_default to add_test_setup()Stian Selnes8-0/+94
2018-11-11Consider 'samu' when looking for ninja commandMichael Forney3-10/+12
2018-11-10Merge pull request #4480 from jon-turney/fix-implib-prefix-suffixJussi Pakkanen11-30/+119
2018-11-10Merge pull request #4504 from mesonbuild/simdixJussi Pakkanen7-59/+117
2018-11-10Fix alignment with MSVC.simdixJussi Pakkanen7-12/+14
2018-11-10Refactor check to its own function.Jussi Pakkanen2-53/+90
2018-11-10Fix simd instruction alignment on 32bit kernels.Dimitri John Ledkov7-30/+49