index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
str.h
Age
Commit message (
Expand
)
Author
2008-07-20
Fixed potential issue in Common::String when asserting a substring of a strin...
Max Horn
2008-03-30
Removed char &operator [] from class String -- it had the potential to wreak ...
Max Horn
2008-03-30
Dropped superfluous 'virtual' keyword (saves us a few bytes for each String)
Max Horn
2008-02-08
Added a simple non-optimized StringTokenizer-class for tokenizing strings. Al...
Kari Salminen
2008-01-28
Fixed the spaces before tabs.
Jordi Vilalta Prat
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-06-02
Enhanced Common::String by adding char constructor and operator+ for chars
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-15
Added Common::String::contains() method
Max Horn
2007-03-09
Removing some unnecessary #includes
Max Horn
2007-02-13
made rtrim() and ltrim() global functions, to reduce code duplication (it see...
Gregory Montoir
2006-11-27
Changed the way String::_storage is initialised, to help GCC 2.95 (see tracke...
Gregory Montoir
2006-09-30
Rewrote class String to use an internal (stack based) storage for small strin...
Max Horn
2006-07-30
Added new equals(IgnoreCase) and compareTo(IgnoreCase) methods to class String
Max Horn
2006-06-05
Lazily allocate _refCount in class String
Max Horn
2006-06-03
Allocate and grow Common::String objects in multiples of 32, and leave at lea...
Max Horn
2006-06-02
Allocate minimum 16 bytes on String(str) call. Reduces 2.500 malloc() calls
Eugene Sandulenko
2006-03-28
Renamed various container isEmpty() methods to empty() to match STL conventions
Max Horn
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-11-27
Patch #1341626: "New GP32 port"
Eugene Sandulenko
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-10-08
PalmOS: cannot use global objects in ARM
Chris Apers
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-05-15
Added String::iterator
Max Horn
2005-02-06
Added String::hasSuffix and hasPrefix
Max Horn
2005-01-15
Get rid of the ConstString class
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-07-21
Small tweaks for the String class
Max Horn
2004-06-27
Added operator + for strings
Max Horn
2004-04-09
Renamed template class 'List' to 'Array', since that is really what it is (a ...
Max Horn
2004-02-05
renamed (Const)Iterator to (const_)iterator; changed size() to return an uint
Max Horn
2004-01-06
updated copyright notice
Max Horn
2003-11-08
cleanup whitespaces
Paweł Kołodziejski
2003-11-07
change (Const)String::c_str to never return 0 (rather return empty string) ->...
Max Horn
2003-10-08
add String::lastChar() method
Max Horn
2003-10-06
added String::emptyString constant
Max Horn
2003-10-02
renamed namespace ScummVM to Common
Max Horn
2003-08-21
patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local b...
Jonathan Gray
2003-08-01
#include cleanup (explicityl specify the location for headers from common/, s...
Max Horn
2003-05-21
pedantic fixes
Max Horn
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
next pedantic cleanup code
Paweł Kołodziejski
2003-01-10
Added some basic line editing to the EditText widget
Oliver Kiehl
2002-11-13
#include headers for strlen & assert
Max Horn
2002-10-08
added methods to String class that convert a string to upper/lower case; chan...
Max Horn
2002-09-26
some fixes for the message dialog; added some comments
Max Horn
2002-09-26
added simple message dialog
Max Horn
2002-09-09
added String constructor which takes (and clones) a ConstString
Max Horn
2002-09-08
Added ConstString class; not yet used, but will allow us to reduce the overhe...
Max Horn
[prev]
[next]