Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | common.cmake: downgrade C++ standard versionv4.0 | Egor Tensin | 2023-07-04 |
| | | | | | | | | | | | | | | 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. | ||
* | common.cmake: bump default C++ standard | Egor Tensin | 2023-07-04 |
| | |||
* | common.cmake: add install_pdbs()before_toolchain_refactoring | Egor Tensin | 2020-10-28 |
| | |||
* | WIP: restructure | Egor Tensin | 2020-03-28 |
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. |