History log of /external/skia/tests/Time.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7d57124a2a9ed7b271568fb75b3cfd949fdb313a 25-Feb-2016 halcanary <halcanary@google.com> Unit Tests: eliminate stray SkDebugf()s.

GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1733113002

Review URL: https://codereview.chromium.org/1733113002
/external/skia/tests/Time.cpp
60e0fee6d4acff638ccc9670c4055aced529a7a0 26-Aug-2015 bungeman <bungeman@google.com> Remove include of stdlib.h from SkTypes.h.

Unfortunately, immintrin.h (which is also included by SkTypes)
includes xmmintrin.h which includes mm_malloc.h which includes
stdlib.h for malloc even though, from the implementation, it is
difficult to see why.

Fortunately, arm_neon.h does not seem to be involved in such
shenanigans, so building for Android will keep things sane.

TBR=reed@google.com
Doesn't change Skia API, just moves an include.

Review URL: https://codereview.chromium.org/1313203003
/external/skia/tests/Time.cpp
0b9d4118ba4f3f1190c063492894e324c63e8fd8 01-May-2015 halcanary <halcanary@google.com> SkTime: return timezone information; format in ISO-8601

Motivation: PDF/A metadata will need the creation date embedded in it.

Also, GetDateTime returns local time in Win32. This now behaves the
same as on Unix systems.

BUG=skia:3110

Review URL: https://codereview.chromium.org/1109593002
/external/skia/tests/Time.cpp
ac6c4fc524a1a7e5631f9109a6af0aac7bb7c485 10-Nov-2014 halcanary <halcanary@google.com> tests/Time.cpp: more verbose errors

Review URL: https://codereview.chromium.org/711143002
/external/skia/tests/Time.cpp
8e74b1565c5573a0be40060cebbc112fc156f26d 10-Nov-2014 halcanary <halcanary@google.com> Fix SkTime::GetDateTime Posix implementation, add unit test.

The year was off by 1900

Review URL: https://codereview.chromium.org/714633002
/external/skia/tests/Time.cpp