aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-11-22dependencies/ui: Fix qt compiler detection when bindir is setDylan Baker1-1/+3
2018-11-22Fix subproject initialization without git installed.Elliott Sales de Andrade1-2/+5
2018-11-22Remove MinimalRebuild as it is deprecated. Closes #4539.Jussi Pakkanen1-1/+0
2018-11-22CMake find_package dependency backend (#4444)Daniel Mensinger4-11/+728
2018-11-21pkgconfig: add support for pkgconfig generation for c#Marcel Hollerbach1-5/+12
2018-11-20minstall: Do not delete dst files when installing a directoryXavier Claessens1-3/+1
2018-11-19Fix flake8 whitespace reportsJon Turney1-1/+1
2018-11-19Fix flake8 'imported but unused' reportsJon Turney2-2/+0
2018-11-19lgtm: Instantiating an exception, but not raising itJon Turney1-1/+1
2018-11-19lgtm: Too few arguments for string format.Jon Turney1-1/+1
2018-11-19gnome.gtkdoc: Fix missing permitted `c_args` argumentIñigo Martínez1-1/+2
2018-11-17Merge pull request #4359 from dcbaker/icc-fixesDylan Baker5-43/+88
2018-11-17Guard against broken lib paths returned by gcc.Jussi Pakkanen1-3/+6
2018-11-15compilers: quiet ICC messages about pchDylan Baker1-1/+1
2018-11-15compilers/fortran: pass -module ${path} instead of -module${path}Dylan Baker1-1/+1
2018-11-15ifort: ifort needs to have -lifcore like gfotran needs -lgfortranDylan Baker1-0/+3
2018-11-15compilers: Move get_allow_undefined_link_args to CompilerDylan Baker3-29/+20
2018-11-15compilers: ICC should error when an unknown __attribute__ is testedDylan Baker1-0/+1
2018-11-15compilers: Set the correct values for undefined modules on apple with iccDylan Baker1-1/+5
2018-11-15compilers: Add ICC setting for get_allow_undefined_link_argsDylan Baker1-0/+2
2018-11-15compilers: Enable PGO for ICCDylan Baker1-5/+24
2018-11-15fortran: ifort doesn't have -pipeDylan Baker1-0/+6
2018-11-15compilers: fix compiler.compile for Intel CompilersDylan Baker2-8/+19
2018-11-15compilers/c_function_attributes: fix for ICCDylan Baker1-4/+4
2018-11-15compilers: Fix the set of features that ICC exposesDylan Baker1-1/+8
2018-11-15dependencies/misc: Add openmp 5.0 preliminary supportDylan Baker1-0/+1
2018-11-15hotdoc: Fix has_extensions when several extensions are passed inThibault Saunier1-1/+1
2018-11-15Merge pull request #4216 from dcbaker/wip/config-fileJussi Pakkanen12-51/+209
2018-11-15Store unexpanded library directory paths. Closes #4392.Jussi Pakkanen1-3/+16
2018-11-15Fix ProjectGuid values in VS projects.John Preston1-5/+5
2018-11-15Add 'meson.build' to VS project files.John Preston1-1/+4
2018-11-14environment: detect compilers from native filesDylan Baker1-6/+20
2018-11-14dependencies/ui: Allow qt compilers and qmake to be specified in native fileDylan Baker5-31/+62
2018-11-14modules/python: Allow use of the native fileDylan Baker1-1/+3
2018-11-14modules/python3: allow specifying in the native fileDylan Baker2-4/+6
2018-11-14modules/windows: Allow getting windres from native fileDylan Baker1-0/+8
2018-11-14dependencies: Allow config tool dependencies to use native filesDylan Baker1-0/+2
2018-11-14interpreter: allow find_program to use the native fileDylan Baker1-4/+15
2018-11-14Get basic native config file loading workingDylan Baker3-0/+86
2018-11-14replace ExternalProgram.from_cross_info with from_bin_listDylan Baker5-9/+11
2018-11-13compilers: Use keyword only arguments for compiler interfacesDylan Baker6-63/+114
2018-11-12Add kwarg is_default to add_test_setup()Stian Selnes3-0/+11
2018-11-11Consider 'samu' when looking for ninja commandMichael Forney1-1/+1
2018-11-10Merge pull request #4480 from jon-turney/fix-implib-prefix-suffixJussi Pakkanen1-8/+4
2018-11-10dependencies: Add openmp 5.0Dylan Baker1-0/+1
2018-11-09coredata: Do not use ':' as key delimited in cmd_line.txtXavier Claessens1-3/+9
2018-11-08Report expected failures and unexpected passes separatelyDave Reisner1-11/+23
2018-11-07backends/ninja: all files in a java target should depend on generated sourcesDylan Baker1-0/+4
2018-11-07java: javac 9+ print their version to stdout not stderrDylan Baker1-1/+1
2018-11-08Add prefix option for link argsPhillip Cao2-0/+8