JustinAJ
|
bbfb132ccb
|
Changed if/else statement series to switch.
|
11 years ago |
JustinAJ
|
143d8a08af
|
Fixed wrong line being added.
|
11 years ago |
JustinAJ
|
ac89e44111
|
Added support for binary string interpretation in strtoi variants when using the 0b prefix.
|
11 years ago |
JustinAJ
|
762e4d99dd
|
Fixed format bug
|
11 years ago |
JustinAJ
|
a3a45c07f2
|
Changed global variable INIT_SIZE to start_size static variable within ArrayList.
|
11 years ago |
JustinAJ
|
a9f545ecb3
|
Fixed usage of wrong variable.
|
11 years ago |
JustinAJ
|
c0f09b6673
|
Fixed array bounds error when nullptr.
|
11 years ago |
JustinAJ
|
f276acb0df
|
Fixed erroneous copyright year
|
11 years ago |
JustinAJ
|
4b58449ad9
|
Modified to be in a compilable state. Requires testing and further modification.
|
11 years ago |
JustinAJ
|
91874cf9a6
|
added span() function
|
11 years ago |
JustinAJ
|
79b87f9978
|
Fixed shiftLeft() and shiftRight()
|
11 years ago |
JustinAJ
|
952ac5c00a
|
Added shiftLeft() and shiftRight()
|
11 years ago |
JustinAJ
|
112f011e40
|
Fixed wrong variable being used.
|
11 years ago |
JustinAJ
|
0f70e36e82
|
Removed a useless variable and changed index types from int to size_t. I'll probably rewrite this later.
|
11 years ago |
JustinAJ
|
eb146710cf
|
Added truncate() function to Reference_String.
|
11 years ago |
JustinAJ
|
3d981d9996
|
Added find() functions
|
11 years ago |
JustinAJ
|
2f4429bceb
|
Changed INVALID_INDEX to size_t.
|
11 years ago |
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 |