aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/templates/rusttemplates.py
AgeCommit message (Collapse)AuthorFilesLines
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger1-8/+9
2020-09-08typing: Fix templatesDaniel Mensinger1-2/+2
2020-03-19sample factory implementationMichael1-33/+41
2020-02-22tests: Ensure that executable and library are named differentlyNirbheek Chauhan1-1/+2
On Windows, the basename is used to determine the name of the PDB file. So for a project called myproject, we will create myproject.dll and myproject.exe, both of which will have myproject.pdb. This is a file collision. Instead, append `_test`, similar to the C# template. Fixes AllPlatformTest.test_templates on MSVC. This became a hard error when we started listing PDBs in the implicit outputs list of ninja targets. Do the same for a test that was making the same mistake.
2019-11-02Minit templates modularizationMichael Hirsch, Ph.D1-0/+103