6603 Commits (e78fd7e8c55edcaf2b63f44990efd4dbec20f9c0)
 

Author SHA1 Message Date
Iñigo Martínez e78fd7e8c5 docs: Add missing `namespace` parameter documentation [skip ci] 6 years ago
Alexis Jeandet 43ff2529e5 -Wl,--as-needed seems to break easily with mpi/fortran 6 years ago
Jon Turney 4c4e3c8600 Fix flake8 whitespace reports 6 years ago
Jon Turney a33acd31da Fix flake8 'imported but unused' reports 6 years ago
Jon Turney d118e3ad4c lgtm: Instantiating an exception, but not raising it 6 years ago
Jon Turney d3f2172de8 lgtm: Too few arguments for string format. 6 years ago
Iñigo Martínez cecbbfab0e gnome.gtkdoc: Fix missing permitted `c_args` argument 6 years ago
Dylan Baker 0092a7d3f9
Merge pull request #4359 from dcbaker/icc-fixes 6 years ago
Jussi Pakkanen aa20c91e6e Guard against broken lib paths returned by gcc. 6 years ago
Jussi Pakkanen a2a96bda74 Add piter.py conference to video page. [skip ci] 6 years ago
Jon Turney c7a3e81098 azure: Install Boost binaries for Windows 6 years ago
Jon Turney d55c0b6e94 azure: Install the DMD D compiler 6 years ago
Jon Turney 1a3b3857c9 azure: Install x86 python in vs2015 image when building for x86 6 years ago
Jon Turney 48a10af2cf azure: Add JDK installed in vs2015 image to PATH 6 years ago
Dylan Baker 842d8556ec compilers: quiet ICC messages about pch 6 years ago
Dylan Baker 64107f5fe1 tests: Fix fortran + cpp test for ifort 6 years ago
Dylan Baker b17ab09eaf compilers/fortran: pass -module ${path} instead of -module${path} 6 years ago
Dylan Baker a7845d91aa ifort: ifort needs to have -lifcore like gfotran needs -lgfortran 6 years ago
Dylan Baker 9f9cfd2139 compilers: Move get_allow_undefined_link_args to Compiler 6 years ago
Dylan Baker a480de1cb5 compilers: ICC should error when an unknown __attribute__ is tested 6 years ago
Dylan Baker 315d07d306 compilers: Set the correct values for undefined modules on apple with icc 6 years ago
Dylan Baker 3ab9620180 compilers: Add ICC setting for get_allow_undefined_link_args 6 years ago
Dylan Baker f46adb44bf compilers: Enable PGO for ICC 6 years ago
Dylan Baker 7329ae3ce6 fortran: ifort doesn't have -pipe 6 years ago
Dylan Baker 28fd725d61 compilers: fix compiler.compile for Intel Compilers 6 years ago
Dylan Baker 21a7528b2f compilers/c_function_attributes: fix for ICC 6 years ago
Dylan Baker 80f8c9930c unittests: don't override LD_LIBRARY_PATH 6 years ago
Dylan Baker f2d503ca34 unittests: don't run sanitizer tests for on compilers without sanitizer support 6 years ago
Dylan Baker 484fca9866 compilers: Fix the set of features that ICC exposes 6 years ago
Dylan Baker 0427ba48e6 dependencies/misc: Add openmp 5.0 preliminary support 6 years ago
Thibault Saunier 301df38816 hotdoc: Fix has_extensions when several extensions are passed in 6 years ago
Jussi Pakkanen 27ff79e026
Merge pull request #4500 from jon-turney/azure-vs2015 6 years ago
Jussi Pakkanen c104251d2e
Merge pull request #4216 from dcbaker/wip/config-file 6 years ago
Jussi Pakkanen 6a2dc7576e Store unexpanded library directory paths. Closes #4392. 6 years ago
John Preston 5d6dcf8850 Fix ProjectGuid values in VS projects. 6 years ago
John Preston 16144fd61b Add 'meson.build' to VS project files. 6 years ago
Dylan Baker 0ab27add49 docs: Add documentation for Native Files 6 years ago
Dylan Baker e338e9ad2f environment: detect compilers from native files 6 years ago
Dylan Baker aa04147a4a dependencies/ui: Allow qt compilers and qmake to be specified in native file 6 years ago
Dylan Baker 71a5f990d0 modules/python: Allow use of the native file 6 years ago
Dylan Baker 091452f8cd modules/python3: allow specifying in the native file 6 years ago
Dylan Baker f159735c3b modules/windows: Allow getting windres from native file 6 years ago
Dylan Baker caf1066cd1 dependencies: Allow config tool dependencies to use native files 6 years ago
Dylan Baker 42ddc30cfe interpreter: allow find_program to use the native file 6 years ago
Dylan Baker cb2a66cdef unittests: Add framework for testing native config files 6 years ago
Dylan Baker 3af4407a16 Get basic native config file loading working 6 years ago
Dylan Baker 95403cb615 replace ExternalProgram.from_cross_info with from_bin_list 6 years ago
Christoph Reiter 5a9c9c70df tests: fix test_meson_installed after the recent appveyor image update 6 years ago
Christoph Reiter eab97e0c44
Workaround python 3.7.1 requiring that PYTHONPATH end in os.sep 6 years ago
Jon Turney 7f9aa9208c
azure: Remove unneeded maxParallel 6 years ago