aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-15Remove get_cross_extra_flagsJohn Ericson8-69/+30
2019-02-14Fix cross static linker lookupJohn Ericson1-1/+1
2019-02-13ninja: Always treat PCHs as an implicit dependencyAndrei Alexeyev1-8/+1
2019-02-13Fortran 2008/2018 Coarray supportMichael Hirsch, Ph.D7-3/+73
2019-02-13Fixes for CUDA compiler shared library linking.Olexa Bilaniuk6-8/+160
2019-02-13BUGFIX: Fortran openmpMichael Hirsch, Ph.D5-23/+36
2019-02-13Merge pull request #4918 from nioncode/vs-fixUpToDateChecksJussi Pakkanen1-51/+36
2019-02-13add type hintingMichael Hirsch, Ph.D1-44/+45
2019-02-13New logo and license text. Closes #4921. [skip ci]Jussi Pakkanen5-58/+311
2019-02-13Add werror flags to nvcc. Closes #4911.Jussi Pakkanen1-0/+3
2019-02-12vs: refactor regen target creationNicolas Schneider1-28/+16
2019-02-12vs: always consider run, install, and test targets out-of-dateNicolas Schneider1-26/+23
2019-02-12Merge pull request #4743 from dcbaker/native-file-extendedJussi Pakkanen19-24/+252
2019-02-12vs: remove regen project dependency from solution fileNicolas Schneider1-2/+0
2019-02-12vs: add reconfigure checks for each targetNicolas Schneider1-3/+9
2019-02-12Merge pull request #4826 from mensinda/confDefOptsJussi Pakkanen4-12/+60
2019-02-11mesonlib: Use class syntax for defining MachineChoiceDylan Baker1-1/+9
2019-02-11allow paths to be set in the cross fileDylan Baker5-5/+81
2019-02-11allow setting directory locations in a native fileDylan Baker15-20/+118
2019-02-11environment: Add class for storing directories from cross and config filesDylan Baker1-1/+41
2019-02-11BUGFIX: ignore non-ascii Fortran charactersMichael Hirsch, Ph.D1-4/+3
2019-02-09BUGFIX: handle Fortran 2003 "use" syntaxMichael Hirsch, Ph.D1-1/+3
2019-02-09mtest: Don't use thread executor when enabled gdb in test_setupYeongjin Jeong1-3/+4
2019-02-09Merge pull request #4860 from nioncode/fixPchJussi Pakkanen14-13/+96
2019-02-08fix documentation typo for default_library option [skip ci]ericLemanissier1-1/+1
2019-02-07Fix Cuda doc page heading. [skip ci]Jussi Pakkanen1-1/+1
2019-02-05dub: fix detecting packages with different compilers and archsLuís Ferreira1-2/+2
2019-02-05Fortran 2008 submodule (#4874)Michael Hirsch, Ph.D9-7/+131
2019-02-05ci/msys2: use the msys2 ninjaChristoph Reiter1-1/+1
2019-02-05d: fix linker due to argument errorsLuís Ferreira1-1/+1
2019-02-05Fixed some code issuesDaniel Mensinger2-6/+10
2019-02-04run_project_tests: add support for loading cross filesDylan Baker1-0/+3
2019-02-04run_project_tests: Add support for loading a native file in testsDylan Baker1-0/+3
2019-02-04Merge pull request #4626 from Ericson2314/consolidate-propertiesJussi Pakkanen16-103/+171
2019-02-04gnome.compile_resources: Add ld binary methodJussi Pakkanen2-15/+148
2019-02-04Merge pull request #4835 from obilaniu/cudaimprovementsJussi Pakkanen7-4/+509
2019-02-04vs: add PCH headers to projectNicolas Schneider1-1/+4
2019-02-04python: don't require a Python lib in case we don't link against it. Fixes #4841Christoph Reiter1-3/+4
2019-02-04Fix introspection test case for solaris (fixes #4866)Daniel Mensinger1-1/+1
2019-02-04vala: Support position-independent executablesCorentin Noël1-0/+6
2019-02-03Fix required versionNinja-Koala1-1/+1
2019-02-03More robust name generationNinja-Koala1-8/+18
2019-02-02Add unstable CUDA module.Olexa Bilaniuk5-0/+489
2019-02-02Move some additional functionality into the new functionNinja-Koala1-10/+11
2019-02-02Never access environment.properties downstreamJohn Ericson14-103/+169
2019-02-02Use triple quote string for linkerscriptNinja-Koala1-11/+11
2019-02-02Move target generation in new functionNinja-Koala1-61/+64
2019-02-02Disable for cross buildsNinja-Koala1-1/+1
2019-02-01msvc: fix PCH stalenessNicolas Schneider1-1/+8
2019-02-01use same compiler args for pch as for regular targetNicolas Schneider14-12/+88