- Feb 04, 2023
-
-
Rob Swindell authored
-
- Oct 11, 2022
-
-
Rob Swindell authored
-
- Feb 26, 2022
-
-
Rob Swindell authored
-
Rob Swindell authored
-
- Dec 28, 2020
-
-
Rob Swindell authored
-
- Dec 01, 2020
-
-
Rob Swindell authored
-
- Nov 30, 2020
-
-
Rob Swindell authored
Safe-string handling in C/C++.
-
- Nov 06, 2020
-
-
Rob Swindell authored
I'm fed-up with MSVC assertions in ctype functions (e.g. isdigit, isprint, isspace, etc.) when called with out-of-range (e.g. negative) values. This problem only affects MSVC debug builds, but if you run them (like I do), these things are like little time bombs that can drive you crazy (knocking your board out of service). The new macros names are bit more descriptive as well.
-
- Nov 01, 2020
-
-
Rob Swindell authored
-
Rob Swindell authored
Created a contributing file to address what seems to be the most common reasons for rejected merge requests.
-