aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2019-11-28cmake: Some minor fixupDaniel Mensinger2-13/+27
2019-11-27cmake: Propagate error when running commandXavier Claessens1-1/+4
2019-11-27cmake: Add support for add_custom_target() with a commandXavier Claessens3-13/+32
2019-11-27cmake: Add support for add_dependencies()Xavier Claessens2-7/+43
2019-11-27modules/qt.py: friendlier "lrelease-qtN not found" error messageMarc Herbert1-0/+3
2019-11-26Fix crash when checking multi version on subproject depXavier Claessens2-8/+9
2019-11-25Fix link_whole with a custom targetXavier Claessens1-1/+4
2019-11-25Simplify list of build def filesXavier Claessens1-23/+27
2019-11-25fs: Add parent() and name() methodsXavier Claessens1-0/+17
2019-11-25Merge pull request #6213 from mensinda/cmNameFixJussi Pakkanen2-48/+98
2019-11-25dependencies/ui.py: Fix Vulkan detection on WindowsChun-wei Fan1-2/+2
2019-11-25complete gfortran/intel/intel-cl fortran_std testMichael Hirsch, Ph.D1-1/+53
2019-11-25dep: MPI make work for intel-cl and improve robustnessMichael Hirsch, Ph.D5-206/+278
2019-11-25openbsd: execinfo is not a compiler libAntoine Jacoutot1-2/+4
2019-11-21Add table entry for CUDA Toolkit 10.2.89.Olexa Bilaniuk1-0/+1
2019-11-21Fix compute_int() when the value is -1Xavier Claessens1-1/+1
2019-11-20cmake: add_custom_command fix empty and quoted parametersDaniel Mensinger2-0/+3
2019-11-20cmake: Fix confilcting custom targetsDaniel Mensinger1-8/+28
2019-11-20cmake: Uniform target name handlingDaniel Mensinger1-40/+67
2019-11-20Merge pull request #6199 from mensinda/cmSysIncJussi Pakkanen6-8/+30
2019-11-19Have set() and set_quoted() of configuration object work with newlines.Jehan2-0/+3
2019-11-19Interpreter: display linker executable path, if availableEric Le Bihan1-1/+1
2019-11-19Fix cross-compilation of D programsEric Le Bihan2-77/+86
2019-11-19ci: Add CI command to include text files in the CI logDaniel Mensinger4-0/+14
2019-11-19cmake: Handle CMake system include dirs (closes #6079)Daniel Mensinger3-8/+16
2019-11-19Enable code coverage using LLVM on macOS CatalinaKurtis Rader1-0/+4
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 Pakkanen3-45/+73
2019-11-18fortran: note there is no has_function for FortranMichael Hirsch, Ph.D1-1/+7
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D6-26/+26
2019-11-17deps: add pkg-config to coarray with CMake fallbackMichael Hirsch, Ph.D3-45/+73
2019-11-17Merge pull request #6182 from mensinda/depInfoJussi Pakkanen4-24/+42
2019-11-17Merge pull request #6150 from scivision/fsexpandJussi Pakkanen1-18/+82
2019-11-17commandrunner: Forward KeyboardInterrupt to commandAlberto García Hierro1-1/+6
2019-11-17fs: make replace_suffix not expand file to absolute path, just manipulate the...Michael Hirsch, Ph.D1-1/+1
2019-11-17fs: replace_suffixMichael Hirsch, Ph.D1-1/+1
2019-11-17fs: get file sizeMichael Hirsch, Ph.D1-2/+38
2019-11-17fs: add hash compute methodMichael Hirsch, Ph.D1-0/+18
2019-11-17add fs.with_suffixMichael Hirsch, Ph.D1-1/+11
2019-11-17fs: improve exception feedbackMichael Hirsch, Ph.D1-1/+1
2019-11-17fs: use expanduserMichael Hirsch, Ph.D1-1/+1
2019-11-17fs: deduplicate functionsMichael Hirsch, Ph.D1-8/+5
2019-11-17fs: use pathlib.Path, add type hint checkMichael Hirsch, Ph.D1-14/+17
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-14mintro: dependencies: added version keyDaniel Mensinger1-0/+1
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 Neves1-1/+1