aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-01auto generate msvc pch source file if none is provided by the userNicolas Schneider21-54/+84
2019-03-01azure: Fix python3 in vs2017 tasksDaniel Mensinger2-0/+12
2019-02-28Revert "Improve declare_dependency() example in Generating-sources.md [skip ci]"Jussi Pakkanen1-6/+1
2019-02-28add NetCDFMichael Hirsch, Ph.D10-2/+143
2019-02-28Fix nvcc error with threads dependency (4999)John M. Lindemon6-1/+136
2019-02-27Feed compiler Properties to get its options defaultedJohn Ericson2-15/+32
2019-02-27Sync up initialization logic with Properties and BinaryTableJohn Ericson2-11/+34
2019-02-27Move some configuration classes out of environment.pyJohn Ericson3-402/+439
2019-02-27rewriter: Sort dict iterations to fix unit testsDaniel Mensinger1-3/+3
2019-02-27Add table entry for CUDA Toolkit 10.1.Olexa Bilaniuk1-0/+1
2019-02-27correct Fortran self-dep logicMichael Hirsch, Ph.D4-13/+26
2019-02-26Merge pull request #4939 from mensinda/rwDefOptsJussi Pakkanen5-11/+192
2019-02-26Improve declare_dependency() example in Generating-sources.md [skip ci]Martin Ejdestig1-1/+6
2019-02-26Fortran: handle self-referential filesMichael Hirsch, Ph.D4-14/+30
2019-02-26Merge pull request #4914 from mensinda/cmakePreCheckJussi Pakkanen4-32/+230
2019-02-26mconf: Fixed crash for variables in targets (closes #4960)Daniel Mensinger3-1/+13
2019-02-26Remove redundant definition of `cflags_mapping`John Ericson1-11/+0
2019-02-26unit tests: Use unittest.skipUnless to simplify main()John Ericson1-17/+14
2019-02-26Use c++14 instead of c++17 in the testsDaniel Mensinger4-4/+4
2019-02-26rewriter: Set and delete default optionsDaniel Mensinger4-0/+119
2019-02-26rewriter: Remove matching regex from listDaniel Mensinger3-7/+68
2019-02-26rewriter: Basic default_options supportDaniel Mensinger1-4/+5
2019-02-26Minor fixes for code reviewDaniel Mensinger1-9/+11
2019-02-26Use tuple comprehensionsNirbheek Chauhan1-1/+1
2019-02-26Minor code fixesDaniel Mensinger1-5/+5
2019-02-26Use @lru_cache and added return annotationDaniel Mensinger1-18/+15
2019-02-26Fixed flake8Daniel Mensinger1-3/+3
2019-02-26Fixed minor logic error regarding case conversionDaniel Mensinger1-10/+10
2019-02-26Added Mac supportDaniel Mensinger1-0/+7
2019-02-26Ignore exceptionsDaniel Mensinger1-2/+8
2019-02-26Preliminary CMake module searchDaniel Mensinger4-25/+211
2019-02-26Support different CMake filesDaniel Mensinger1-7/+7
2019-02-26Merge pull request #4982 from mesonbuild/dmddebugJussi Pakkanen5-4/+16
2019-02-26Launch Meson via python3 so the binary name is correct.Jussi Pakkanen1-1/+1
2019-02-26Pick target exactly rather than relying on dict order.Jussi Pakkanen1-2/+2
2019-02-26Copy python3.5 to python3 so tests pass on Cygwin.Jussi Pakkanen1-0/+1
2019-02-26Fall back to current interpreter when python3 not found.Jussi Pakkanen1-0/+3
2019-02-26Disable D tests if dmd install is broken.Jussi Pakkanen1-0/+8
2019-02-25docs: compiled() only works with compiler.run() results [skip ci]emersion1-1/+2
2019-02-24vs: add support for `build_always_stale` for custom targetsNicolas Schneider1-4/+14
2019-02-24Merge pull request #4972 from obilaniu/cudafixesJussi Pakkanen3-76/+106
2019-02-24xcode backend: Add target dependency link argsDavid Vanderson1-0/+2
2019-02-25ci: Debug why dmd --version is returning 1Nirbheek Chauhan1-1/+1
2019-02-24[skip ci] Update the CUDA module documentation.Olexa Bilaniuk1-1/+9
2019-02-24Correct Volta+Tegra -> Xavier.Olexa Bilaniuk1-2/+2
2019-02-24Allow 'Auto'-mode flags to use the compiler's detected GPUOlexa Bilaniuk1-3/+13
2019-02-24Solve NVCC -Werror problem.Olexa Bilaniuk1-1/+1
2019-02-24Rework CUDA sanity check.Olexa Bilaniuk1-69/+81
2019-02-23azure-pipelines: Fix cygwin python3 installationNirbheek Chauhan1-2/+2
2019-02-21vs: use CustomBuild instead of CustomBuildStep for custom targetsNicolas Schneider1-5/+2