Fix for string handling and for issues with large const helpstrings
- Added literal_string for simply storing larger strings (msvc has problems above 512 bytes) - Added '.' to usage string - More efficient gen_sequence for longer integer_sequences
Showing
- src/c/WrapCmds/GenCommands.h 1 addition, 1 deletionsrc/c/WrapCmds/GenCommands.h
- src/c/WrapCmds/ScriptCommandImpl.h 2 additions, 2 deletionssrc/c/WrapCmds/ScriptCommandImpl.h
- src/c/mph/const_string.h 32 additions, 3 deletionssrc/c/mph/const_string.h
- src/c/mph/integer_sequence.h 20 additions, 4 deletionssrc/c/mph/integer_sequence.h
Loading
Please register or sign in to comment