This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-02-07 19:36:21 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
common
History
Max Horn
a6c3257c5e
Rewrote class String to use an internal (stack based) storage for small strings, thus avoiding a couple ten thousand heap allocations
...
svn-id: r24043
2006-09-30 18:55:38 +00:00
..
array.h
…
config-file.cpp
…
config-file.h
…
config-manager.cpp
Fixed some broken #include's (the PS2 and Symbian may need more fixed, though)
2006-08-04 17:47:57 +00:00
config-manager.h
Added explicit string equals/hash functors to a new header common/hash-str.h; removed Hash functor specialization for String and char pointers; changed all code using hashmaps with string keys to explicitly specify whether they honor or ignore case
2006-07-30 12:21:54 +00:00
endian.h
…
file.cpp
Added explicit string equals/hash functors to a new header common/hash-str.h; removed Hash functor specialization for String and char pointers; changed all code using hashmaps with string keys to explicitly specify whether they honor or ignore case
2006-07-30 12:21:54 +00:00
file.h
…
fs.cpp
…
fs.h
…
func.h
…
hash-str.h
Added explicit string equals/hash functors to a new header common/hash-str.h; removed Hash functor specialization for String and char pointers; changed all code using hashmaps with string keys to explicitly specify whether they honor or ignore case
2006-07-30 12:21:54 +00:00
hashmap.cpp
…
hashmap.h
Added explicit string equals/hash functors to a new header common/hash-str.h; removed Hash functor specialization for String and char pointers; changed all code using hashmaps with string keys to explicitly specify whether they honor or ignore case
2006-07-30 12:21:54 +00:00
list.h
…
md5.cpp
…
md5.h
…
module.mk
…
mutex.cpp
…
mutex.h
…
pack-end.h
…
pack-start.h
…
rect.h
…
savefile.h
…
scummsys.h
Re-order platform order, to avoid exclusions
2006-09-23 11:44:05 +00:00
singleton.h
…
stack.h
…
stdafx.h
…
str.cpp
Rewrote class String to use an internal (stack based) storage for small strings, thus avoiding a couple ten thousand heap allocations
2006-09-30 18:55:38 +00:00
str.h
Rewrote class String to use an internal (stack based) storage for small strings, thus avoiding a couple ten thousand heap allocations
2006-09-30 18:55:38 +00:00
stream.cpp
…
stream.h
…
system.cpp
…
system.h
Added new method OSystem::getScreenChangeID(), which can be used by code to track screen changes even without getting all EVENT_SCREEN_CHANGED events
2006-08-04 13:10:28 +00:00
timer.h
…
unzip.cpp
…
unzip.h
…
util.cpp
Remove malloc include, which was only used by checkHeap()
2006-09-23 11:55:52 +00:00
util.h
Removed CHECK_HEAP
2006-09-23 11:29:32 +00:00