index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkData.cpp
Commit message (
Expand
)
Author
Age
*
Stop overloading internal_dispose in SkTextBlob and SkData
bsalomon
2014-11-20
*
Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope.
mtklein
2014-10-13
*
use SkData::NewUninitialized
reed
2014-09-12
*
SkData can allocate room for its contents in the same block
reed
2014-09-11
*
SkLazyPtr, mk. 2
commit-bot@chromium.org
2014-05-29
*
Refactor read and write buffers.
commit-bot@chromium.org
2014-01-30
*
SkOnce: add option to call another cleanup function once at exit.
commit-bot@chromium.org
2014-01-24
*
Fix compilation with SK_ENABLE_INST_COUNT=1
commit-bot@chromium.org
2013-12-05
*
SK_ONCE for SkData and SkPathRef
commit-bot@chromium.org
2013-10-23
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-10-15
*
remove SkDataSet, and just store a key/value in SkAnnotation
reed@google.com
2013-10-14
*
SkData need not be a Flattenable, since it does not need subclass/factories
reed@google.com
2013-10-14
*
add drawImage to lua
mike@reedtribe.org
2013-06-11
*
Add SkData::NewFromFD.
bungeman@google.com
2013-06-03
*
Change SkStream.
bungeman@google.com
2013-05-29
*
Fix for compiler error:
robertphillips@google.com
2013-04-24
*
Move MMap to SkData.
commit-bot@chromium.org
2013-04-24
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-19
*
reland 8200 w/ fix for android (use fullpath instead of path)
reed@google.com
2013-03-18
*
revert 8204 -- what is happening???
reed@google.com
2013-03-18
*
reland 8200 w/ fix for android (need fullpath instead of path)
reed@google.com
2013-03-18
*
revert 8200 to figure out android break
reed@google.com
2013-03-18
*
move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availability
reed@google.com
2013-03-18
*
Make flattenables no longer depend on global static initializers.
scroggo@google.com
2012-09-21
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Update SkFlattenable buffers to be more modular.
djsollen@google.com
2012-08-07
*
Update SkData and SkDataSet to make better use of SkFlattenable.
djsollen@google.com
2012-07-31
*
add flatten/unflatten to SkDataSet
reed@google.com
2012-07-11
*
add SkDataSet class, so SkAnnotation can be more immutable-like
reed@google.com
2012-07-11
*
change NewWithCString to allocate room for the terminating NULL, so the data
reed@google.com
2012-07-02
*
add SkData::NewFromCString()
reed@google.com
2012-06-28
*
Expanded distribution of instance counting
robertphillips@google.com
2012-06-21
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
replace detach/getStream apis on dynamicwstream with SkData
reed@google.com
2011-06-24
*
add (replacing SkDataRef)
reed@google.com
2011-06-24