Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
255ab8d9a55d68b7405280dae6b586d17e23cf71
/
include
/
private
/
SkTDArray.h
12ee97c
crash rather than overflow in SkTDArray
by Mike Klein
· 7 years ago
23e4544
disallow negative setReserve() calls
by Mike Klein
· 7 years ago
bd000a1
rm SkTDArray::select()
by Mike Klein
· 7 years ago
22c1f37
Revert "implement SkTDArray with std::vector"
by Mike Klein
· 7 years ago
224edf0
Revert "In older STLs, std::vector::insert() returns void."
by Mike Klein
· 7 years ago
7dd8ee9
In older STLs, std::vector::insert() returns void.
by Mike Klein
· 7 years ago
80e1d56
implement SkTDArray with std::vector
by Mike Klein
· 7 years ago
539ebb8
rm SkTDArray::{Deleter,release()}
by Mike Klein
· 7 years ago
a93a14a
Convert NULL and 0 to nullptr.
by Ben Wagner
· 7 years ago
b549cc3
Change SkMemory to the more accurately named SkMalloc.
by Herb Derby
· 8 years ago
d7b34a5
Make SkMemory.h and adjust all files for usage.
by Herb Derby
· 8 years ago
958fbc4
Make SkShadowUtils tessellations ref counted in preparation for caching them.
by Brian Salomon
· 8 years ago
22b2af1
dedup images/blobs/pictures by ID in old serialization format
by reed
· 8 years ago
9be3720
std::move(SkTDArray)
by halcanary
· 8 years ago
18300a3
detach -> release
by mtklein
· 9 years ago
a7e9f05
Move SkTDArray to private.
by bungeman
· 9 years ago
[Renamed from include/core/SkTDArray.h]
cc881da
Add sk_careful_memcpy to catch undefined behavior in memcpy.
by mtklein
· 9 years ago
385fe4d
Style Change: SkNEW->new; SkDELETE->delete
by halcanary
· 9 years ago
91df6c2
Fix some lingering typos
by robertphillips
· 10 years ago
f89f60f
[SkSVGDevice] Full font family support
by fmalita
· 10 years ago
48b411a
Remove debug-only fData from SKTDArray.
by mtklein
· 10 years ago
092dab9
Use BBH reserve hook to preallocate space for tiles.
by mtklein
· 10 years ago
7062a26
Revert of Use BBH reserve hook to preallocate space for tiles. (patchset #2 id:80001 of https://codereview.chromium.org/639823005/)
by mtklein
· 10 years ago
52455cb
Use BBH reserve hook to preallocate space for tiles.
by mtklein
· 10 years ago
aa90d00
Assert SkTDArray::pop() doesn't underflow.
by mtklein
· 10 years ago
db5f7bf
Do not export SkTDArray when building Skia as a DLL
by ehsan.akhgari
· 10 years ago
ca21a00
SkWriter32: throw in the SkTDArray towel.
by commit-bot@chromium.org
· 11 years ago
a87b21c
Reland SkWriter32 growth change with build fixes.
by commit-bot@chromium.org
· 11 years ago
09f0ba7
Revert of Change growth function for SkWriter32 (https://codereview.chromium.org/150663014/)
by commit-bot@chromium.org
· 11 years ago
93d5ffd
Change growth function for SkWriter32
by commit-bot@chromium.org
· 11 years ago
046f1f6
Cleaner external buffer handling in SkWriter32
by commit-bot@chromium.org
· 11 years ago
6fcd28b
fix samplefuzz, fix some 32/64bit warnings
by reed@google.com
· 11 years ago
e9cd27d
Third wave of Win64 warning cleanup
by robertphillips@google.com
· 11 years ago
c6081ab
fix copy in SkTDArray
by zachr@google.com
· 11 years ago
3467ee0
add != operator for SkTDArray
by reed@google.com
· 11 years ago
aa537d4
Make SkTDArray accessors const-friendly.
by commit-bot@chromium.org
· 12 years ago
7fc0e0a
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
7af56be
Runtime configuration system for skia. This will allow developers to control settings at launch time without relying on compile-time flags or recompilation. It can be used to turn features on and off, as well as to control numeric quantities to 'tune' algorithms. Once I make sure it's working across all platforms I'll send out a quick tutorial on its use.
by humper@google.com
· 12 years ago
21cbec4
Remove GrTDArray.
by bsalomon@google.com
· 12 years ago
fbfcd56
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
c51db02
Fix a memory leak in SkBitmapHeap.
by scroggo
· 12 years ago
af07d06
Add SkTDArray.contains(), which is just a wrapper around find()
by epoger@google.com
· 12 years ago
b158a82
fix 64bit warnings (use: GYP_DEFINES=skia_arch_width=64 make ... )
by reed@google.com
· 12 years ago
df9d656
Add SkPath::getVerbs/countVerbs
by bsalomon@google.com
· 12 years ago
ffe39bd
Fix type errors and a few warnings for Visual Studio 2010 64-bit build.
by tomhudson@google.com
· 13 years ago
1271d78
add bytes() to SkTDArray, which returns the number of bytes in the array,
by reed@google.com
· 13 years ago
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 13 years ago
b530ef5
have == always return bool, never int
by reed@google.com
· 13 years ago
7ffb1b2
Add code needed to build skia as a windows dll within the chromium project.
by ctguil@chromium.org
· 14 years ago
0da41db
add detach() method
by reed@android.com
· 15 years ago
8433b5d
more checks for null shapes in pictures
by reed@android.com
· 15 years ago
8a1c16f
grab from latest android
by reed@android.com
· 16 years ago