aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/LightSymbolsUtil/lightsymbols
Commit message (Collapse)AuthorAge
* Use lowercase windows.h in includes to fix Windows cross compilation using ↵Gravatar bungeman@google.com2013-12-03
| | | | | | | | | | | | mingw. While it doesn't matter on Windows, mingw on case-sensitive OSes uses all lower case filenames for platform include files. I found the problem in SkCondVar.h from Mozilla checkout of skia sources, but the patch contains a fix for the whole skia tree. R=bungeman@google.com Review URL: https://codereview.chromium.org/99173003 git-svn-id: http://skia.googlecode.com/svn/trunk@12461 2bbb7eff-a529-9590-31e7-b0007b416f81
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-22
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@6930 2bbb7eff-a529-9590-31e7-b0007b416f81
* Experimental code to track what methos have been called: Callstacker is used ↵Gravatar edisonn@google.com2012-12-21
inject LS_TRACE(...) as first thing in a function definition. lightsymbols must be added to the project too. A experimental/LightSymbolsUtil A experimental/LightSymbolsUtil/lightsymbols A experimental/LightSymbolsUtil/lightsymbols/lightsymbols.cc A experimental/LightSymbolsUtil/lightsymbols/helper.h A experimental/LightSymbolsUtil/lightsymbols/lightsymbols.h A experimental/LightSymbolsUtil/Callstacker A experimental/LightSymbolsUtil/Callstacker/Callstacker.sln A experimental/LightSymbolsUtil/Callstacker/Callstacker A experimental/LightSymbolsUtil/Callstacker/Callstacker/Callstacker.vcxproj A experimental/LightSymbolsUtil/Callstacker/Callstacker/Callstacker.cpp A experimental/LightSymbolsUtil/Callstacker/Callstacker/Callstacker.vcxproj.filters A experimental/LightSymbolsUtil/Callstacker/Callstacker/targetver.h A experimental/LightSymbolsUtil/Callstacker/Callstacker/stdafx.cpp A experimental/LightSymbolsUtil/Callstacker/Callstacker/ReadMe.txt A experimental/LightSymbolsUtil/Callstacker/Callstacker/Callstacker.vcxproj.user A experimental/LightSymbolsUtil/Callstacker/Callstacker/stdafx.h git-svn-id: http://skia.googlecode.com/svn/trunk@6928 2bbb7eff-a529-9590-31e7-b0007b416f81