JustinAJ
|
4002ba8370
|
Changed event parameters from StringType to ReadableString. getName() now returns a ReadableString.
|
11 years ago |
JustinAJ
|
e608ee4a3f
|
Updated to use ReadableString. getHelp() now takes paremeters.
|
11 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.
|
11 years ago |
JustinAJ
|
9d09724377
|
Added asBool
|
11 years ago |
JustinAJ
|
ce126af6cb
|
Updated to use Jupiter::ReadableString
|
11 years ago |
JustinAJ
|
7c12d67c2f
|
Changed _BASE64_H_HEADER to a comment at the end. (woops!)
|
11 years ago |
JustinAJ
|
a27f96a326
|
Changed base64decode2 to base64decode_s and isBase642 to isBase64_s
|
11 years ago |
JustinAJ
|
9d286a27a2
|
Changed cert and key to use CString. Removed extra send() function.
|
11 years ago |
JustinAJ
|
deabb45c21
|
Added send() function for ReadableString.
|
11 years ago |
JustinAJ
|
0528659d5c
|
Changed from getHostname() to getHost() to retain Socket compatibility.
|
11 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.
|
11 years ago |
JustinAJ
|
e4f3dc8e26
|
Added asDouble and find()
|
11 years ago |
JustinAJ
|
d9b65343f9
|
Added string literal macro. Likely to be removed once VS adds support for C++11's user-defined literals.
|
11 years ago |
JustinAJ
|
dc5a60e752
|
Added Jupiter_strtod type functions
|
11 years ago |
JustinAJ
|
5e3e8e1587
|
Changed types from unsigned int to size_t.
|
11 years ago |
JustinAJ
|
9e27c27ae8
|
Added length-specifier constructor
|
11 years ago |
JustinAJ
|
b5e6f93fd7
|
Added empty static member and set() functions
|
11 years ago |
JustinAJ
|
d256a2ebcc
|
Removed commented get() definition and corrected some documentation
|
11 years ago |
JustinAJ
|
b47fedda1c
|
Added Reference_String class.
|
11 years ago |
JustinAJ
|
6452bd4350
|
Changed get() to return a constant element.
|
11 years ago |
JustinAJ
|
1783cce73a
|
Added "../" to include directories.
|
11 years ago |
JustinAJ
|
1ac0d00ab3
|
Added pointer + size constructors
|
11 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.
|
11 years ago |
JustinAJ
|
c7f5eac10c
|
Moved access operator. Made access operator const.
|
11 years ago |
JustinAJ
|
7a2a8ac72d
|
Added Readable_String class and adapted implementations as neccessary
|
11 years ago |
JustinAJ
|
7afa37b321
|
Added include from String and bad tests now print a line
|
11 years ago |
JustinAJ
|
2a7829bce7
|
Completed Jupiter::String.
|
11 years ago |
JustinAJ
|
aeebf53fd9
|
Fixed a copying bug
|
11 years ago |
JustinAJ
|
b9630e60f2
|
Changed hardcoded '8' to start_size, and fixed a substring copying bug.
|
11 years ago |
JustinAJ
|
455077d1cb
|
String_Type move operator now moves string length.
|
11 years ago |
JustinAJ
|
d5efc12c32
|
Update version number
|
11 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.
|
11 years ago |
JustinAJ
|
fa77b0be7e
|
Format length specifier added.
|
11 years ago |
JustinAJ
|
f5794ac92b
|
Added missing copyright header.
|
11 years ago |
JustinAJ
|
48e7fe9de3
|
Optimized remove(). Spread truncate() and remove() responsibility out of CString_Type.
|
11 years ago |
JustinAJ
|
09c9081bf9
|
Fixed an index/safety check.
|
11 years ago |
JustinAJ
|
fd293f2bf8
|
Renamed "length" local variable to "len" to prevent potential naming conflicts.
|
11 years ago |
JustinAJ
|
c477796cd5
|
Corrected emptyCStringL to CStringL
|
11 years ago |
JustinAJ
|
b351d45f11
|
fixed header case
|
11 years ago |
JustinAJ
|
0d505a6be4
|
Removed redundant declaration
|
11 years ago |
JustinAJ
|
4d55d05a9a
|
Added case testing wrapper.
|
11 years ago |
JustinAJ
|
053a491817
|
Making use of new print and println functions.
|
11 years ago |
JustinAJ
|
9cfe6629ea
|
Added String_Type implementation
|
11 years ago |
JustinAJ
|
3475b398fc
|
Moved string shifting to its own class.
|
11 years ago |
JustinAJ
|
4ab689832e
|
Moved many comparative functions to String_Type, fixed some bugs, and added more substring methods. Also improved general safety.
|
11 years ago |
JustinAJ
|
2f2c7e8056
|
Moved size variable and many comparative operations to String_Type.
|
11 years ago |
JustinAJ
|
d22af4ce7d
|
Added some string interpretation functions
|
11 years ago |
JustinAJ
|
e410038a42
|
Fixed parsing bug/behavior.
|
11 years ago |
JustinAJ
|
906af1f162
|
Fixed a parsing bug and minor optimization.
|
11 years ago |
JustinAJ
|
9d9e9eb4fd
|
Fixed mislocated "break" statement. Auto formatted primaryHandler.
|
11 years ago |