322 Commits (1827ab0047b5dcb8e88c096457c77c9d4177bd91)
 

Author SHA1 Message Date
JustinAJ ac89e44111 Added support for binary string interpretation in strtoi variants when using the 0b prefix. 10 years ago
JustinAJ 762e4d99dd Fixed format bug 10 years ago
JustinAJ a3a45c07f2 Changed global variable INIT_SIZE to start_size static variable within ArrayList. 10 years ago
JustinAJ a9f545ecb3 Fixed usage of wrong variable. 10 years ago
JustinAJ c0f09b6673 Fixed array bounds error when nullptr. 10 years ago
JustinAJ f276acb0df Fixed erroneous copyright year 10 years ago
JustinAJ 4b58449ad9 Modified to be in a compilable state. Requires testing and further modification. 10 years ago
JustinAJ 91874cf9a6 added span() function 10 years ago
JustinAJ 79b87f9978 Fixed shiftLeft() and shiftRight() 10 years ago
JustinAJ 952ac5c00a Added shiftLeft() and shiftRight() 10 years ago
JustinAJ 112f011e40 Fixed wrong variable being used. 10 years ago
JustinAJ 0f70e36e82 Removed a useless variable and changed index types from int to size_t. I'll probably rewrite this later. 10 years ago
JustinAJ eb146710cf Added truncate() function to Reference_String. 10 years ago
JustinAJ 3d981d9996 Added find() functions 10 years ago
JustinAJ 2f4429bceb Changed INVALID_INDEX to size_t. 10 years ago
JustinAJ 4002ba8370 Changed event parameters from StringType to ReadableString. getName() now returns a ReadableString. 10 years ago
JustinAJ e608ee4a3f Updated to use ReadableString. getHelp() now takes paremeters. 10 years ago
JustinAJ 991ab0ea28 Updated to use Jupiter::ReadableString EXCEPT for functions involving file loading -- there's no way to open a file without a c-style string. 10 years ago
JustinAJ 9d09724377 Added asBool 10 years ago
JustinAJ ce126af6cb Updated to use Jupiter::ReadableString 10 years ago
JustinAJ 7c12d67c2f Changed _BASE64_H_HEADER to a comment at the end. (woops!) 10 years ago
JustinAJ a27f96a326 Changed base64decode2 to base64decode_s and isBase642 to isBase64_s 10 years ago
JustinAJ 9d286a27a2 Changed cert and key to use CString. Removed extra send() function. 10 years ago
JustinAJ deabb45c21 Added send() function for ReadableString. 10 years ago
JustinAJ 0528659d5c Changed from getHostname() to getHost() to retain Socket compatibility. 10 years ago
JustinAJ 7a06dd7f29 blockMode is no longer stored on linux systems. Changed socket hostname to be stored as CStringS. changed getHostname() to return a ReadableString. Removed cSend and cRecv function forwards. 10 years ago
JustinAJ e4f3dc8e26 Added asDouble and find() 10 years ago
JustinAJ d9b65343f9 Added string literal macro. Likely to be removed once VS adds support for C++11's user-defined literals. 10 years ago
JustinAJ dc5a60e752 Added Jupiter_strtod type functions 10 years ago
JustinAJ 5e3e8e1587 Changed types from unsigned int to size_t. 10 years ago
JustinAJ 9e27c27ae8 Added length-specifier constructor 10 years ago
JustinAJ b5e6f93fd7 Added empty static member and set() functions 10 years ago
JustinAJ d256a2ebcc Removed commented get() definition and corrected some documentation 10 years ago
JustinAJ b47fedda1c Added Reference_String class. 10 years ago
JustinAJ 6452bd4350 Changed get() to return a constant element. 10 years ago
JustinAJ 1783cce73a Added "../" to include directories. 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 c7f5eac10c Moved access operator. Made access operator const. 10 years ago
JustinAJ 7a2a8ac72d Added Readable_String class and adapted implementations as neccessary 10 years ago
JustinAJ 7afa37b321 Added include from String and bad tests now print a line 10 years ago
JustinAJ 2a7829bce7 Completed Jupiter::String. 10 years ago
JustinAJ aeebf53fd9 Fixed a copying bug 10 years ago
JustinAJ b9630e60f2 Changed hardcoded '8' to start_size, and fixed a substring copying bug. 10 years ago
JustinAJ 455077d1cb String_Type move operator now moves string length. 10 years ago
JustinAJ d5efc12c32 Update version number 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 fa77b0be7e Format length specifier added. 10 years ago
JustinAJ f5794ac92b Added missing copyright header. 10 years ago
JustinAJ 48e7fe9de3 Optimized remove(). Spread truncate() and remove() responsibility out of CString_Type. 10 years ago