aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-03rewriter: Minor code cleanupDaniel Mensinger1-12/+13
2019-03-03rewriter: Handle Arithmetic nodeDaniel Mensinger7-2/+29
2019-03-03Merge pull request #4958 from bonzini/tapJussi Pakkanen12-29/+554
2019-03-03rewriter: Use mparser to detect the end of some nodesDaniel Mensinger2-35/+18
2019-03-02rewriter: Avoid duplicatesDaniel Mensinger2-3/+13
2019-03-02Fix ternary in thing (#5007)Dylan Baker2-2/+8
2019-03-02Move the optimization options in the compiler configSteve Lhomme1-22/+21
2019-03-02mtest: implement TAP parsingPaolo Bonzini9-9/+505
2019-03-02mtest: add support for hard errorsPaolo Bonzini4-4/+21
2019-03-02mtest: do not use return code to look for failed testsPaolo Bonzini1-3/+3
2019-03-02mtest: refactor TestRun creationPaolo Bonzini1-14/+17
2019-03-02interpreter: add "protocol" kwarg to testPaolo Bonzini3-9/+18
2019-03-01mintro: Add subproject_dir to --projectinfoDaniel Schulte4-4/+24
2019-03-01mintro: Add name of subproject the target is contained in to --target outputDaniel Schulte4-1/+22
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