aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-19add compiler.get_linker_id() methodMichael Hirsch, Ph.D7-34/+69
2019-12-19CI: Skip NetCDF Fortran test on OSXDaniel Mensinger1-1/+1
2019-12-19CI: Skip git tests if g-ir-scanner does not existDaniel Mensinger2-2/+2
2019-12-19CI: Fix C++11 related error on osx for protocol bufferDaniel Mensinger1-1/+1
2019-12-19fs: rename samefile => is_samepathMichael Hirsch, Ph.D3-16/+29
2019-12-18linkers: Remove get_allow_undefined_args from link.exeDylan Baker1-2/+1
2019-12-18PkgConfigDependency: Sort -L flags according to PKG_CONFIG_PATHTing-Wei Lan2-0/+60
2019-12-18python: add embed to the python dependency functionDaniel Mensinger5-12/+27
2019-12-18Merge pull request #4649 from dcbaker/summary-functionJussi Pakkanen9-6/+265
2019-12-17Merge pull request #6065 from dcbaker/pass-options-to-linker-detectionJussi Pakkanen17-135/+156
2019-12-17ci cmake: Windows link.exe skip due to symbol issuesMichael Hirsch, Ph.D10-12/+16
2019-12-17Fail gracefully detecting hdf5 if pkg-config is not available.Jussi Pakkanen1-8/+11
2019-12-17Fix macOS library test when using system zlib.Jussi Pakkanen1-1/+2
2019-12-16Clean MSI generator Try 2 [skip ci]Michael Brockus1-28/+85
2019-12-15default inc dirs: Fix warning on MSYS (fixes #6336)Daniel Mensinger1-5/+8
2019-12-14ci: type hint checking for compilers/mixins/intel.pyMichael Hirsch, Ph.D1-1/+1
2019-12-14intel/intel-cl: handle arguments in intel-specific wayMichael Hirsch, Ph.D1-20/+38
2019-12-13run_tests.py: use mlog.log_once to avoid spamming ninja < 1.9 warningsDylan Baker1-3/+3
2019-12-13compilers: make use of mlog.log_onceDylan Baker2-6/+2
2019-12-13mlog: Add a log_once functionDylan Baker2-10/+67
2019-12-13mlog: remove incorrect uses of global keywordDylan Baker1-2/+0
2019-12-12summary: Add 'Subprojects' section to main projectXavier Claessens1-4/+20
2019-12-12summary: Add bool_yn keyword argumentXavier Claessens4-6/+21
2019-12-12summary: Allow section with no title, and passing key/value separatelyXavier Claessens5-26/+43
2019-12-12Add a summary() function for configuration summarizationXavier Claessens9-2/+213
2019-12-13mintro: include test protocol in introspection dataPaolo Bonzini4-2/+8
2019-12-13ci fortran: add case where buildtype=release and warning_level=3Michael Hirsch, Ph.D2-0/+6
2019-12-12Consider compiler arguments in linker detection logicDylan Baker5-17/+23
2019-12-12Allow setting <lang>_args before the compiler is detectedDylan Baker3-99/+102
2019-12-12compilers: Make get_display_language a class or static methodDylan Baker7-12/+11
2019-12-12compilers: move language attribute to the class levelDylan Baker12-13/+26
2019-12-12docs: Fix wrong example for shaderc dependency [skip ci]ePirat1-12/+12
2019-12-11Merge pull request #6207 from dcbaker/linker-optionJussi Pakkanen15-174/+334
2019-12-11dependencies: Fix executable file test on Unix.Jonathan Perkin1-1/+3
2019-12-10dist: Fix --include-subprojects when .wrap file has directory valueXavier Claessens2-15/+23
2019-12-10mintro: Add version key to --scan-dependencies (fixes #6287)Daniel Mensinger6-6/+31
2019-12-10dep: Try extraframework before cmake (fixes #6113)Daniel Mensinger1-1/+3
2019-12-10cmake: subprocess external .decode(errors='ignore') to avoid tracebackMichael Hirsch, Ph.D1-9/+14
2019-12-10docs: explain cross-compilation names sooner [skip ci]Marc Herbert1-12/+22
2019-12-10run_unittests: Disable pytest with python <= 3.5Xavier Claessens1-0/+2
2019-12-10assert(): Make message argument optionalXavier Claessens4-7/+29
2019-12-09azure: Fix vs2015Daniel Mensinger2-10/+6
2019-12-09cmake test: skip case where Cmake backend not Fortran-compatibleMichael Hirsch, Ph.D1-1/+4
2019-12-09cmake: add project language to cmakelists.txtMichael Hirsch, Ph.D8-15/+101
2019-12-09cmake: add fortran cache contentMichael Hirsch, Ph.D1-15/+37
2019-12-09run_command: Do not add dependency on /dev/stdoutXavier Claessens1-1/+1
2019-12-08dist: Add --include-subprojects optionXavier Claessens3-10/+79
2019-12-07Add brief description of configuring Vala's preprocessor via the add_project_...Ken Gilmer1-0/+5
2019-12-07Fix typing import bug.Jussi Pakkanen1-1/+1
2019-12-07types: Add type annotations to mintro.pyDaniel Mensinger2-121/+94