21 Commits (ae3294c72b799178bc79b312fe43f34c28deca86)

Author SHA1 Message Date
JustinAJ 6f708bd73e Updated name in copyright notices. 9 years ago
JustinAJ ef4d05ab9e Changed license to ISC license. 9 years ago
JustinAJ 2f2b11a19f Fixed numerous minor errors discovered while attempting to compile on linux (support not yet restored). 9 years ago
JustinAJ 4d20ab6430 Added additional operator+ functions to String classes. 9 years ago
JustinAJ 7ef60a0d2f String_Type: 9 years ago
JustinAJ 629ffccfea Added tokenize() functions to Readable_String and various subclasses. 9 years ago
JustinAJ 5bb6f9e45f Added User-Defined literals for string types. 9 years ago
JustinAJ 69acccc2f2 Added erase() to String_Type. 9 years ago
JustinAJ 95bc71a5f6 Updated to Visual Studio 2015 RC1 9 years ago
JustinAJ 4c9519a4ad Removed Jupiter::emptyString variable from CString.h. 10 years ago
JustinAJ 1ac0d00ab3 Added pointer + size constructors 10 years ago
JustinAJ 70b1af0d3c Changed many input variables to Readable_String. Moved comparative operators to Readable_String. Moved getWord and gotoWord templates to Readable_String. 10 years ago
JustinAJ aeebf53fd9 Fixed a copying bug 10 years ago
JustinAJ 342c948b49 Moved String Implementations around, moved repeated code (i.e: getWord) to templates, updated other code to be compatible to chagnes. CString_Strict is now typedef'd to CString_Type. 10 years ago
JustinAJ 48e7fe9de3 Optimized remove(). Spread truncate() and remove() responsibility out of CString_Type. 10 years ago
JustinAJ c477796cd5 Corrected emptyCStringL to CStringL 10 years ago
JustinAJ b351d45f11 fixed header case 10 years ago
JustinAJ 0d505a6be4 Removed redundant declaration 10 years ago
JustinAJ 4ab689832e Moved many comparative functions to String_Type, fixed some bugs, and added more substring methods. Also improved general safety. 10 years ago
JustinAJ be01a8b3c4 Moved string representation pointer to String_Type. 10 years ago
JustinAJ aa1126569b Initial Commit 10 years ago