Jake Stine

Results 3 issues of Jake Stine

This change reverts d8479c7ab22246c60a921082a55ba677 and replaces it with a make-conditional that skips the offending templates in developer build environments, while still allowing them to be effective for user builds. Some...

Notable change is replacing non-standard `ssize_t` with standard `intmax_t` (typically `size_t` is being depreciated in favor of `intmax_t`) Everything else is pretty vanilla Win32 / msvc maintenance, very low risk...

This fixes an error that occurs when I attempt to do `rbt post` from a git+svn workspace, from my Win10 PC running Git Bash. The fix as authored appears to...