aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-23Can specify include directories to compiler tests.Jussi Pakkanen3-0/+32
2016-12-23Add get_version() method to all dependenciesNirbheek Chauhan2-13/+76
2016-12-23Force a Ninja regeneration before each project testNirbheek Chauhan1-0/+5
2016-12-23gdc: Make dependency check workMatthias Klumpp1-3/+1
2016-12-23Merge pull request #1247 from centricular/fix-installed-soname-aliasesJussi Pakkanen6-40/+60
2016-12-23Do not automatically set warning flags if buildtype is 'plain'Matthias Klumpp1-1/+1
2016-12-22Add Generator.process_files to reduce code duplication.Elliott Sales de Andrade5-19/+19
2016-12-22Vim syntax highlighting fixes. Closes #1241.Jussi Pakkanen2-4/+4
2016-12-22Add myself to authors.txtKseniia Vasilchuk1-0/+1
2016-12-22configure_file: Use utf-8 to write configured fileKseniia Vasilchuk1-1/+1
2016-12-22Share code between installed and non-installed soname testsNirbheek Chauhan1-46/+12
2016-12-22Fix shared library symlink aliasing on installNirbheek Chauhan4-29/+27
2016-12-21Fix installation of statically linked executable for ELF binary.Matthieu Gautier2-0/+8
2016-12-22Add an installed soname unit testNirbheek Chauhan2-5/+61
2016-12-21Store pkg-config path on the instance tooNirbheek Chauhan1-4/+13
2016-12-21Raise clearer error if -Doption is invalid.Elliott Sales de Andrade1-1/+4
2016-12-21Merge pull request #1218 from ximion/masterJussi Pakkanen2-6/+10
2016-12-21Shut down the noise.Jussi Pakkanen1-1/+1
2016-12-21d: Correctly set SONAME on D shared librariesMatthias Klumpp1-1/+2
2016-12-21ldc: Protect linker flags from deduplicationMatthias Klumpp1-1/+1
2016-12-21ldc/dmd: Properly set warning argumentsMatthias Klumpp1-4/+7
2016-12-21Some merge conflicts are logical. Such as this one was.Jussi Pakkanen1-1/+1
2016-12-21Fix exception when linking with invalid object.Elliott Sales de Andrade1-1/+1
2016-12-21Merge pull request #1233 from mesonbuild/wip/ignatenko/code-styleJussi Pakkanen36-73/+51
2016-12-21add sideci.ymlIgor Gnatenko1-0/+3
2016-12-21add flake8 configurationIgor Gnatenko1-0/+2
2016-12-20Add per target argument for Fortran.Jussi Pakkanen2-1/+9
2016-12-20Version number bump for new development (again).Jussi Pakkanen1-1/+1
2016-12-20Update version number for 0.37.1.0.37.1Jussi Pakkanen5-5/+5
2016-12-20Merge pull request #1228 from mesonbuild/runcrossJussi Pakkanen9-83/+62
2016-12-20Make cross tests use same framework as regular tests.Jussi Pakkanen5-73/+36
2016-12-20Minimal fixes to make tests pass when cross compiling.Jussi Pakkanen6-15/+28
2016-12-20Fix cross test and run them if a cross compiler is available.Jussi Pakkanen4-4/+7
2016-12-20Merge pull request #1227 from centricular/ninja-clean-recursive-dir-deleteJussi Pakkanen6-36/+120
2016-12-20Cache the scripts used for postconf and install phasesNirbheek Chauhan9-19/+45
2016-12-20Fix several more lint errorsNirbheek Chauhan6-24/+18
2016-12-19tree-wide: use proper 'not in' notationIgor Gnatenko9-24/+24
2016-12-20clean-ctlist is a forbidden target nameNirbheek Chauhan1-0/+1
2016-12-19find_program: Don't leak mutable array in get_command()Nirbheek Chauhan1-1/+1
2016-12-19tree-wide: remove blank lines at EOFIgor Gnatenko6-6/+0
2016-12-19tree-wide: remove trailing whitespacesIgor Gnatenko3-7/+7
2016-12-19run_project_test: don't import sys twiceIgor Gnatenko1-1/+1
2016-12-19interpreter: remove duplicated dictionary keyIgor Gnatenko1-1/+0
2016-12-19tree-wide: remove unused variablesIgor Gnatenko5-5/+0
2016-12-19tree-wide: remove unused importsIgor Gnatenko24-30/+20
2016-12-19Use a script to clean-up custom-target output dirsNirbheek Chauhan4-5/+89
2016-12-19run_project_tests.py: Also do ninja clean on testsNirbheek Chauhan1-31/+30
2016-12-19backend/ninja: pass language name instead of compilerIgor Gnatenko1-1/+1
2016-12-19fix some of pylint's undefined-variableIgor Gnatenko6-4/+6
2016-12-19Fix pkg-config during cross-compile.Elliott Sales de Andrade1-2/+2