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
*
Remove uses of sk_throw.
Ben Wagner
2017-08-17
*
SkData::MakeFromFD to pass size to release proc.
Ben Wagner
2017-03-20
*
SkDescriptors to be held in unique_ptr.
bungeman
2016-10-19
*
https://groups.google.com/forum/#!topic/skia-discuss/2F2she2nQMg
halcanary
2016-05-06
*
SkOncePtr -> SkOnce
mtklein
2016-05-05
*
Revert of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromiu...
reed
2016-05-05
*
Reland of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromiu...
reed
2016-05-05
*
Revert of SkOncePtr -> SkOnce (patchset #4 id:60001 of https://codereview.chr...
reed
2016-05-04
*
SkOncePtr -> SkOnce
mtklein
2016-05-04
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Make sp variants for SkData
reed
2016-03-11
*
Eliminate SkFILE: it always is the same as FILE.
halcanary
2015-11-20
*
Port uses of SkLazyPtr to SkOncePtr.
mtklein
2015-09-09
*
Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of http...
mtklein
2015-09-09
*
Port uses of SkLazyPtr to SkOncePtr.
mtklein
2015-09-09
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
remove dead guarded code for legacy SkData proc
reed
2015-06-18
*
simplify release-proc for SkData, removing unneeded size param
reed
2015-06-17
*
check for big sizes in NewData
reed
2015-05-20
*
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
[next]