summaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)Author
2020-02-27Clang-cl cross fix from Dale Curtis. Closes #5639.Jussi Pakkanen
2020-02-22unit tests: Add a test for the symbolchecker scriptNirbheek Chauhan
2020-02-22ninjabackend: Pass the import library to SHSYMNirbheek Chauhan
2020-02-22ninjabackend: Minor refactoringNirbheek Chauhan
2020-02-22ninjabackend: List PDBs in output list for targetsNirbheek Chauhan
2020-02-16symbolextractor: Print one warning when no implementation foundNirbheek Chauhan
2020-02-12Add unity block size option.Jussi Pakkanen
2020-02-06backends: Remove unused methodXavier Claessens
2020-01-28mintro: use interpreter data for buildsystem-files (fixes #6390)Daniel Mensinger
2020-01-28backend: refactor: set self.interpreter in the constructorDaniel Mensinger
2020-01-27Check for bad timestamps that cause eternal configure loops.Jussi Pakkanen
2020-01-22vs: Write checksums in PE binaries (DLLs and EXEs)Nirbheek Chauhan
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger
2019-12-11Merge pull request #6207 from dcbaker/linker-optionJussi Pakkanen
2019-12-05lgtm: Fix unused variableDaniel Mensinger
2019-12-03environment: Fix selecting the linker with rustcDylan Baker
2019-12-02backends/ninja: apply linker arguments when using rustDylan Baker
2019-11-30Prevent the presence of duplicated items in .vcxproj filesLuca Bacci
2019-11-19ci: Add CI command to include text files in the CI logDaniel Mensinger
2019-11-10Store run target names in build.Jussi Pakkanen
2019-11-06Fix typos found by codespellWolfgang Stöggl
2019-11-02Ask Ninja to expand rsp files in compile_commands.jsonAleksey Gurtovoy
2019-10-22Add source tags targetsMarc-André Lureau
2019-10-21Remove duplicated object files in static librariesXavier Claessens
2019-10-18xcode 64 bit for catalina [skip ci]Michael Hirsch, Ph.D
2019-10-09Fix *.pdb files missing in meson introspect --installed outputJakub Adam
2019-10-01Add clang-tidy target. Closes #2383.Jussi Pakkanen
2019-10-01Refactor clang tool generation to its own function.Jussi Pakkanen
2019-09-29Find clang-format with alternative namesTing-Wei Lan
2019-09-28backends: Add needs_exe_wrapper to test serializationDylan Baker
2019-09-27Correctly handle platform-specific LDFLAGS optionsAleksey Gurtovoy
2019-09-24CUDA support on WindowsAleksey Gurtovoy
2019-09-14uniform scan-build detection processGabriel Ganne
2019-09-08Fix static archives stripping (#5905)David Seifert
2019-09-05Merge pull request #5823 from scivision/linker-pgi-linuxJussi Pakkanen
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy
2019-09-05PGI: windows workaround not-msvc-like enough functionMichael Hirsch, Ph.D
2019-09-01flatten list to subprocess.Popen, necessary for Python 3.8Michael Hirsch, Ph.D
2019-08-28ninjabackend: do not generate scan-build target if it cannnot be runGabriel Ganne
2019-08-24Add test priorities to force test start orderPeter Hutterer
2019-08-24Vs backend compiler selection (#5448)Dylan Baker
2019-08-20Merge pull request #5681 from dcbaker/dynamic-linker-splitJussi Pakkanen
2019-08-17Pass optimization flags to rustc properly. Closes: #5788.Jussi Pakkanen
2019-08-17Make .extract_objects() work correctly as an input to custom_targetRachel Mant
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker
2019-08-10ninjabackend: Squish Coco supportAleksey Gurtovoy
2019-08-03Merge pull request #5644 from bonzini/meson-exe-cmdlineJussi Pakkanen
2019-07-23Made dist a top level command.Jussi Pakkanen
2019-07-23linkers: Add get_base_link_args method to static linkersDylan Baker
2019-07-20Add optional progress bar when generating build.ninjaNirbheek Chauhan