aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-30Add link to built-in options page [skip ci]Lzu Tao1-1/+5
2018-11-30syntax-highlighting: vim: Allow overriding shiftwidth and softtabstopLaurent Pinchart3-5/+17
2018-11-30Add meson version required to use option type (#4562) [skip ci]lzutao1-2/+2
2018-11-28Merge pull request #3061 from jon-turney/introspect-custom-target-filesJussi Pakkanen2-1/+39
2018-11-28docs: Remove mention of appveyor from Contributing docJon Turney1-10/+9
2018-11-28appveyor: Remove vs2015 jobsJon Turney1-119/+0
2018-11-28Use /O1 instead of /Os for MSVC as the latter is deprecated.Jussi Pakkanen1-2/+3
2018-11-27azure-pipelines: install cmake in msys2Christoph Reiter1-1/+9
2018-11-27azure: ignore PRs which should be skipped for ciJon Turney1-1/+1
2018-11-27Merge pull request #4191 from trilader/feature/projectinfo-from-sourceJussi Pakkanen5-32/+210
2018-11-27Remove linkerlike args from compile checks. Closes #4542.Jussi Pakkanen2-1/+10
2018-11-27Fixed unit test (see #4549)Daniel Mensinger2-17/+20
2018-11-26Remove name property from introspect --projectinfo as it is not usedDaniel Schulte2-6/+2
2018-11-26mintro: Allow introspect --projectinfo without build directory.Daniel Schulte3-2/+140
2018-11-26AstInterpreter: Stub out more functionsDaniel Schulte1-2/+25
2018-11-26mintro: Split list_buildsystem_files into generation and command functionDaniel Schulte1-2/+6
2018-11-26Split AstInterpreter into base class and RewriterInterpreterDaniel Schulte2-27/+44
2018-11-26Fixed unbound cmvers variable (#4549)Daniel Mensinger1-0/+1
2018-11-26Merge pull request #4546 from mensinda/buildoptsJussi Pakkanen5-17/+95
2018-11-26CI: port msys2 jobs from appveyor to azure-pipelinesChristoph Reiter2-15/+50
2018-11-24Updated docs [skip ci]Daniel Mensinger2-0/+50
2018-11-24Sorted arrays alphabeticallyDaniel Mensinger2-22/+22
2018-11-24Added 'section' key to buildoptions introspectionDaniel Mensinger2-6/+34
2018-11-22Use first 7 letters of sha256 for subdirectory part of target idAleksey Filippov2-11/+47
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-22[skip ci] Document CFLAGS and friends in main docsFloris Bruynooghe2-0/+29
2018-11-22Remove MinimalRebuild as it is deprecated. Closes #4539.Jussi Pakkanen1-1/+0
2018-11-22CMake find_package dependency backend (#4444)Daniel Mensinger13-17/+861
2018-11-22docs: Alphabetically sort reference table rows [skip ci]Jon Turney1-31/+31
2018-11-22docs: Add clang-cl to reference table for compiler get_id() values [skip ci]Jon Turney1-0/+1
2018-11-21pkgconfig: add support for pkgconfig generation for c#Marcel Hollerbach4-5/+45
2018-11-21CI: port cygwin job from appveyor to azure-pipelinesChristoph Reiter4-38/+49
2018-11-20minstall: Do not delete dst files when installing a directoryXavier Claessens1-3/+1
2018-11-20docs: Add missing `namespace` parameter documentation [skip ci]Iñigo Martínez1-0/+1
2018-11-19-Wl,--as-needed seems to break easily with mpi/fortranAlexis Jeandet1-1/+1
2018-11-19Fix flake8 whitespace reportsJon Turney1-1/+1
2018-11-19Fix flake8 'imported but unused' reportsJon Turney3-3/+1
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 Baker8-48/+124
2018-11-17Guard against broken lib paths returned by gcc.Jussi Pakkanen1-3/+6
2018-11-17Add piter.py conference to video page. [skip ci]Jussi Pakkanen1-0/+3
2018-11-16azure: Install Boost binaries for WindowsJon Turney1-0/+15
2018-11-16azure: Install the DMD D compilerJon Turney2-1/+21
2018-11-16azure: Install x86 python in vs2015 image when building for x86Jon Turney1-1/+5
2018-11-16azure: Add JDK installed in vs2015 image to PATHJon Turney1-1/+4
2018-11-15compilers: quiet ICC messages about pchDylan Baker1-1/+1
2018-11-15tests: Fix fortran + cpp test for ifortDylan Baker1-1/+12