| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MSVC: Always define a character set | AJIOB | 2025-10-07 | 1 | -0/+3 |
| | | | | | | | | | | | When targeting the MSVC ABI, define `_MBCS` by default if the project does not define `_SBCS` or `_UNICODE`. Visual Studio has long defined one of the three character set macros automatically. For consistency, define it when compiling for the MSVC ABI with other generators. Add policy CMP0204 for compatibility. Fixes: #27275 | ||||
| * | fileapi: Add test for codemodel v2 | Kyle Edwards | 2018-12-12 | 1 | -0/+13 |
