index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkTDynamicHash.h
Commit message (
Expand
)
Author
Age
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Fix SkTDynamicHash.h:183:29: warning: equality comparison with extraneous par...
dongseong.hwang
2015-04-28
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Replace GrTHash with SkTDynamicHash
robertphillips
2014-07-20
*
Add bounds checks to SkTDynamicHash
mtklein
2014-07-09
*
SkTDynamicHash: pick up GetKey(), Hash() from T by default.
commit-bot@chromium.org
2014-04-02
*
SkTDynamicHash: remove need for Equals(const T&, const Key&) param.
commit-bot@chromium.org
2014-04-02
*
Counterproposal to 182733007: Add iterator to SkTDynamicHash
commit-bot@chromium.org
2014-03-05
*
Tweak validate() to check less as the size of the hash grows.
commit-bot@chromium.org
2014-01-17
*
Missing #include "SkTemplates.h" for SkAutoTMalloc.
commit-bot@chromium.org
2014-01-16
*
Allocate memory in SkTDynamicHash on first use.
commit-bot@chromium.org
2014-01-13
*
low hanging calloc fruit
commit-bot@chromium.org
2013-10-09
*
Revert r11423 (low hanging calloc fruit)
robertphillips@google.com
2013-09-22
*
low hanging calloc fruit
mtklein@google.com
2013-09-20
*
Chromium's clang bots do not like the SkASSERT(!"foo") construct
robertphillips@google.com
2013-08-20
*
CHECK -> SKTDYNAMICHASH_CHECK, to avoid collision with CHECK in Chrome logging.
mtklein@google.com
2013-08-20
*
SkTDynamicHash
mtklein@google.com
2013-08-12
*
revise SkTDynamicHash and add unit tests
commit-bot@chromium.org
2013-08-05
*
add dox to SkTDynamicHash, fix typo of Key instead of KEY
reed@google.com
2013-07-31
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-26
*
use dynamic hash to speed up scaledimagecache
reed@google.com
2013-07-25
*
experimental dynamic-hash (disabled)
reed@google.com
2013-07-25