aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-28backends: Add needs_exe_wrapper to test serializationDylan Baker1-2/+4
2019-09-27Correctly handle platform-specific LDFLAGS optionsAleksey Gurtovoy1-1/+1
2019-09-24CUDA support on WindowsAleksey Gurtovoy2-29/+5
2019-09-14uniform scan-build detection processGabriel Ganne1-2/+1
2019-09-08Fix static archives stripping (#5905)David Seifert1-1/+14
2019-09-05Merge pull request #5823 from scivision/linker-pgi-linuxJussi Pakkanen1-1/+5
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy1-3/+5
2019-09-05PGI: windows workaround not-msvc-like enough functionMichael Hirsch, Ph.D1-1/+5
2019-09-01flatten list to subprocess.Popen, necessary for Python 3.8Michael Hirsch, Ph.D1-2/+2
2019-08-28ninjabackend: do not generate scan-build target if it cannnot be runGabriel Ganne1-0/+3
2019-08-24Add test priorities to force test start orderPeter Hutterer1-3/+5
2019-08-24Vs backend compiler selection (#5448)Dylan Baker4-4/+42
2019-08-20Merge pull request #5681 from dcbaker/dynamic-linker-splitJussi Pakkanen1-5/+8
2019-08-17Pass optimization flags to rustc properly. Closes: #5788.Jussi Pakkanen1-0/+1
2019-08-17Make .extract_objects() work correctly as an input to custom_targetRachel Mant1-0/+2
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker1-5/+8
2019-08-10ninjabackend: Squish Coco supportAleksey Gurtovoy1-7/+17
2019-08-03Merge pull request #5644 from bonzini/meson-exe-cmdlineJussi Pakkanen3-104/+90