aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-19cmake: Handle CMake system include dirs (closes #6079)Daniel Mensinger4-9/+17
2019-11-18fortran: sync implicit-none args for intel,pgi,gfortranMichael Hirsch, Ph.D1-2/+8
2019-11-18Merge pull request #6194 from scivision/coarraysJussi Pakkanen4-52/+78
2019-11-18fortran: note there is no has_function for FortranMichael Hirsch, Ph.D1-1/+7
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D303-429/+430
2019-11-17lint+mypy: move to github actionsMichael Hirsch, Ph.D3-17/+35
2019-11-17deps: add pkg-config to coarray with CMake fallbackMichael Hirsch, Ph.D3-45/+73
2019-11-17ci: add timeout to coarray testMichael Hirsch, Ph.D1-7/+5
2019-11-17Make all C main functions without arguments have "void" in arg list.Jussi Pakkanen142-146/+146
2019-11-17Merge pull request #6182 from mensinda/depInfoJussi Pakkanen7-26/+49
2019-11-17Merge pull request #6150 from scivision/fsexpandJussi Pakkanen4-20/+208
2019-11-17add bug report template [skip ci]Michael Hirsch, Ph.D1-0/+25
2019-11-17commandrunner: Forward KeyboardInterrupt to commandAlberto García Hierro1-1/+6
2019-11-17use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-...Michael Hirsch, Ph.D186-202/+242
2019-11-17fs: make replace_suffix not expand file to absolute path, just manipulate the...Michael Hirsch, Ph.D3-6/+6
2019-11-17fs: replace_suffixMichael Hirsch, Ph.D3-26/+29
2019-11-17fs: add docs for fs.size()Michael Hirsch, Ph.D1-0/+5
2019-11-17fs: correct docsMichael Hirsch, Ph.D1-4/+4
2019-11-17fs: get file sizeMichael Hirsch, Ph.D3-3/+71
2019-11-17fs: add hash compute methodMichael Hirsch, Ph.D3-0/+34
2019-11-17fs: further document and test behaviorMichael Hirsch, Ph.D2-3/+39
2019-11-17fs: extend self-test to cover windows as well for with_suffixMichael Hirsch, Ph.D1-8/+9
2019-11-17add fs.with_suffixMichael Hirsch, Ph.D3-1/+39
2019-11-17fs: improve exception feedbackMichael Hirsch, Ph.D1-1/+1
2019-11-17fs: use expanduserMichael Hirsch, Ph.D2-1/+4
2019-11-17fs: deduplicate functionsMichael Hirsch, Ph.D1-8/+5
2019-11-17fs: use pathlib.Path, add type hint checkMichael Hirsch, Ph.D2-15/+18
2019-11-17Issue #6174: run_command() with compiler object behind ccache fails.Jehan1-2/+4
2019-11-16environment: Only check compiler basename for compiler nameJan Tojnar1-4/+6
2019-11-16docs: fix non-existent "meson rewriter" command in examples [skip ci]Marc Herbert1-3/+3
2019-11-14mintro: dependencies: added version keyDaniel Mensinger4-2/+8
2019-11-14Highlight '(cached)' and add color to the dependency versionDaniel Mensinger2-20/+19
2019-11-14dependencies: Print version of cached dependenciesDaniel Mensinger1-4/+7
2019-11-14mlog: add non bold version of colorsDaniel Mensinger1-0/+15
2019-11-13coredata: CmdLineFileParser no longer interpolates strings.Paulo Neves3-1/+7
2019-11-13Revert "Add `-Wl,-rpath-link` for secondary dependencies"Jussi Pakkanen10-132/+5
2019-11-12doc: readme note that can get ninja via pip install ninja [skip ci]Michael Hirsch, Ph.D1-0/+6
2019-11-12cmake: Log warnings in CMakeLists.txtDaniel Mensinger1-4/+39
2019-11-12Prevent install_name_tool to run on EXE when cross compile on OSXBinh Nguyen1-2/+2
2019-11-12Raise an exception if we cannot detect the MSVC compiler target architectureLuca Bacci1-2/+4
2019-11-12Fixed issue that the key's value type wasn't checked correctly.fchin4-4/+23
2019-11-12Adding dictionary entry using string variable as key.franczc4-11/+51
2019-11-11Add missing openbsd to the operating system names table [skip ci]yshui1-0/+1
2019-11-11hotdoc: work around argparse syntax ambiguityMathieu Duponchelle1-3/+19
2019-11-10Document lack of clang support [skip ci]mayl1-0/+3
2019-11-10Store run target names in build.Jussi Pakkanen4-0/+17
2019-11-08docs: major revamp of the Wrap format description [skip ci]Eli Schwartz1-91/+65
2019-11-08Make the hint about built-in options more usefulZbigniew Jędrzejewski-Szmek1-6/+12
2019-11-08"built-in" is the standard spelllingZbigniew Jędrzejewski-Szmek1-5/+5
2019-11-08pass sanitize option to linker on macOSmfurukawa1-0/+5