summaryrefslogtreecommitdiffstatshomepage
path: root/src/xdiff
AgeCommit message (Collapse)AuthorFiles
2023-11-05refactor: the long goodbyedundargoc1
long is 32 bits on windows, while it is 64 bits on other architectures. This makes the type suboptimal for a codebase meant to be cross-platform. Replace it with more appropriate integer types.
2023-10-09refactor: the long goodbyedundargoc1
long is 32 bits on windows, while it is 64 bits on other architectures. This makes the type suboptimal for a codebase meant to be cross-platform. Replace it with more appropriate integer types.
2021-10-01refactor: remove PVS comment on top of filesDundar Göc6
The xdiff directory is excluded from the PVS report so the comment isn't required.
2021-09-21ci(PVS): PVS/V009: add required header #15751dundargoc6
2021-09-19vim-patch:8.2.3437: compiler warnings for 32/64 bit usagezeertzjq2
Problem: Compiler warnings for 32/64 bit usage. Solution: Add type casts. (Mike Williams, closes vim/vim#8870) https://github.com/vim/vim/commit/f5785cf0592626ec17676e814d3ba58f5123bcda
2021-09-08build: move src/nvim/xdiff to src/xdiffChristian Clason16
Closes #11239