199 Commits (6f708bd73e525d2871ebba2c076f448610b34f74)
 

Author SHA1 Message Date
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
JustinAJ 09c9081bf9 Fixed an index/safety check. 10 years ago
JustinAJ fd293f2bf8 Renamed "length" local variable to "len" to prevent potential naming conflicts. 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 4d55d05a9a Added case testing wrapper. 10 years ago
JustinAJ 053a491817 Making use of new print and println functions. 10 years ago
JustinAJ 9cfe6629ea Added String_Type implementation 10 years ago
JustinAJ 3475b398fc Moved string shifting to its own class. 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 2f2c7e8056 Moved size variable and many comparative operations to String_Type. 10 years ago
JustinAJ d22af4ce7d Added some string interpretation functions 10 years ago
JustinAJ e410038a42 Fixed parsing bug/behavior. 10 years ago
JustinAJ 906af1f162 Fixed a parsing bug and minor optimization. 10 years ago
JustinAJ 9d9e9eb4fd Fixed mislocated "break" statement. Auto formatted primaryHandler. 10 years ago
JustinAJ 86263f7493 Moved @file documentation above header includes to be more consistent. 10 years ago
JustinAJ be01a8b3c4 Moved string representation pointer to String_Type. 10 years ago
JustinAJ 9e9ffc070d Channged connectionStatus check to a switch. 10 years ago
JustinAJ b63c3e9be8 Fixed avformat returning the wrong length. 10 years ago
JustinAJ 68bae44233 Striped down to ready for next usage. 10 years ago
JustinAJ 379b44d8f6 Changed all instances of .size() > 0 to .size() != 0 for consistency. 10 years ago
JustinAJ aa1126569b Initial Commit 10 years ago