aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/simple (unfollow)
Commit message (Collapse)Author
2023-07-04common.cmake: downgrade C++ standard versionv4.0Egor Tensin
I was testing the new version (C++20) with some existing code, and immediately got build errors. Apparently, now this: const auto s = u8"hello"; means that s has the type of const char8_t *const, where char8_t is some batshit insanity with 0 backwards compatibility. For example, you cannot make a std::string out of this??? Fuck that, and fuck C++ committee morons.
2023-07-04common.cmake: bump default C++ standardEgor Tensin
2020-10-28common.cmake: add install_pdbs()before_toolchain_refactoringEgor Tensin
2020-03-28WIP: restructureEgor Tensin
A stupid attempt to reduce code duplication led me to believe that all the scripts could use _a bit_ of refactoring. This is going to be a major pain (factoring out all the things), which I'll take gladly. All the links and usage examples are broken right now, but nobody cares, so whatevs.