aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)AuthorFilesLines
2020-05-13Fix outdated cross-compilation checksOle André Vadla RavnÄs1-1/+1
2020-05-06Merge pull request #7064 from dcbaker/gtest-protocolJussi Pakkanen1-15/+46
2020-05-04Add native support for gtest testsDylan Baker1-0/+5
2020-05-04Fix incremental debug builds in VSGustavoLCR1-1/+2
2020-05-03rm python2 %s from backends.py and ninjabackend.pyMichael Brockus2-38/+35
2020-04-30backend/backends: Fix type annotationDylan Baker1-1/+1
2020-04-30Convert test protocol into an enumDylan Baker1-4/+26
2020-04-30backends/backends: sort and cleanup importsDylan Baker1-10/+14
2020-04-24backend/vs: Fix build when not all languages have pchPeter Harris1-10/+4
2020-04-20Compiler options per langJohn Ericson3-15/+29
2020-04-20fix ninja version inconsistentMichael1-2/+2
2020-04-16backend: Fix file name confilcts by using the complete pathDaniel Mensinger1-2/+2
2020-04-11Handle BuildTarget as custom_target() argument #6914Marc-André Lureau3-11/+11
2020-04-10Fixes meson bug to allow arm64 buildJesse Natalie1-1/+5
2020-04-04backend/vs: Fix link of wmain / wWinMain based appsPeter Harris1-5/+0
2020-04-03backend/vs: Fix debug information and runtime checksPeter Harris1-6/+6
2020-03-24Make werror per subproject optionXavier Claessens1-1/+1
2020-03-23Fix legacy env var support with crossJohn Ericson1-1/+1
2020-03-19Remove my notes from sourcesClausKlein1-3/+0
2020-03-19Use os.path.normpath() for include pathsClausKlein1-3/+6
2020-03-05Make use of unholderDylan Baker2-17/+8
2020-02-27Clang-cl cross fix from Dale Curtis. Closes #5639.Jussi Pakkanen1-1/+3
2020-02-22unit tests: Add a test for the symbolchecker scriptNirbheek Chauhan1-23/+23
2020-02-22ninjabackend: Pass the import library to SHSYMNirbheek Chauhan1-4/+10
2020-02-22ninjabackend: Minor refactoringNirbheek Chauhan1-2/+5
2020-02-22ninjabackend: List PDBs in output list for targetsNirbheek Chauhan1-5/+16
2020-02-16symbolextractor: Print one warning when no implementation foundNirbheek Chauhan1-0/+1
2020-02-12Add unity block size option.Jussi Pakkanen1-15/+30
2020-02-06backends: Remove unused methodXavier Claessens1-4/+0
2020-01-28mintro: use interpreter data for buildsystem-files (fixes #6390)Daniel Mensinger1-6/+0
2020-01-28backend: refactor: set self.interpreter in the constructorDaniel Mensinger7-32/+45
2020-01-27Check for bad timestamps that cause eternal configure loops.Jussi Pakkanen1-0/+17
2020-01-22vs: Write checksums in PE binaries (DLLs and EXEs)Nirbheek Chauhan1-0/+4
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger2-10/+10
2019-12-11Merge pull request #6207 from dcbaker/linker-optionJussi Pakkanen1-0/+9
2019-12-05lgtm: Fix unused variableDaniel Mensinger1-2/+0
2019-12-03environment: Fix selecting the linker with rustcDylan Baker1-1/+8
2019-12-02backends/ninja: apply linker arguments when using rustDylan Baker1-0/+2
2019-11-30Prevent the presence of duplicated items in .vcxproj filesLuca Bacci1-22/+43
2019-11-19ci: Add CI command to include text files in the CI logDaniel Mensinger1-0/+1
2019-11-10Store run target names in build.Jussi Pakkanen1-0/+6
2019-11-06Fix typos found by codespellWolfgang Stöggl1-1/+1
2019-11-02Ask Ninja to expand rsp files in compile_commands.jsonAleksey Gurtovoy1-3/+5
2019-10-22Add source tags targetsMarc-André Lureau1-0/+18
2019-10-21Remove duplicated object files in static librariesXavier Claessens1-1/+2
2019-10-18xcode 64 bit for catalina [skip ci]Michael Hirsch, Ph.D1-1/+1
2019-10-09Fix *.pdb files missing in meson introspect --installed outputJakub Adam1-16/+25
2019-10-01Add clang-tidy target. Closes #2383.Jussi Pakkanen1-1/+7
2019-10-01Refactor clang tool generation to its own function.Jussi Pakkanen1-8/+12
2019-09-29Find clang-format with alternative namesTing-Wei Lan1-2/+1