1. 25 Nov, 2013 1 commit
  2. 03 Sep, 2013 1 commit
  3. 28 Aug, 2013 1 commit
  4. 24 Jun, 2013 1 commit
  5. 20 Jun, 2013 1 commit
  6. 11 Jun, 2013 1 commit
  7. 03 Jun, 2013 1 commit
  8. 31 May, 2013 2 commits
  9. 08 Mar, 2013 1 commit
  10. 14 Jan, 2013 1 commit
  11. 01 Nov, 2012 1 commit
  12. 24 Sep, 2012 1 commit
    • caryclark@google.com's avatar
      iOS support work in progress · 594dd3cd
      caryclark@google.com authored
      include/core/SkTypes.h
      - address unsigned warning
      
      include/core/SkInstCnt.h
      src/core/SkInstCnt.cpp
      gyp/common.gypi
      - always define SK_ENABLE_INST_COUNT for debug builds
      
      src/views/mac/SkNSView.mm
      - only call glClear if there is a GL context
      
      src/ports/SkImageDecoder_CG.cpp
      - fix iOS hack by using proper include
      
      gyp/opts.gyp
      - exclude more ARM files from iOS for now (see issue 900)
      
      gyp/common_conditions.gypi
      - add release, more ios specific common settings
      
      gyp/bench.gyp
      - add iOS condition
      
      gyp/SampleApp.gyp
      - remove precompiled header, hardcoded SDK path
      - add more frameworks
      
      gyp/debugger.gyp
      - fix syntax error
      - add iOS/Android condition
      
      gyp/core.gyp
      - remove hardcoded SDK path, add more frameworks
      
      gyp/common_variables.gypi
      - add ios SDK path
      - add ios SDK version
      
      gyp/iOSSampleApp.gyp
      - remove obsolete project
      
      gyp/zlib.gyp
      - add ios library path
      Review URL: https://codereview.appspot.com/6551070
      
      git-svn-id: http://skia.googlecode.com/svn/trunk@5649 2bbb7eff-a529-9590-31e7-b0007b416f81
      594dd3cd
  13. 16 Aug, 2012 2 commits
  14. 30 Jul, 2012 1 commit
  15. 28 Jun, 2012 2 commits
  16. 27 Jun, 2012 1 commit
  17. 02 Apr, 2012 1 commit
  18. 16 Mar, 2012 2 commits
  19. 19 Oct, 2011 1 commit
  20. 15 Sep, 2011 1 commit
  21. 13 Sep, 2011 1 commit
  22. 29 Jul, 2011 1 commit
  23. 28 Jul, 2011 1 commit
  24. 22 Jul, 2011 1 commit
  25. 01 Jul, 2011 3 commits
  26. 19 May, 2011 1 commit
    • senorblanco@chromium.org's avatar
      The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on · 64cc579e
      senorblanco@chromium.org authored
      -Wall -Wextra and -Wno-unused in common.gypi.  This revealed a lot of warnings
      (and some actual bugs), all of which I fixed here.  This is pretty mindless
      stuff for the most part (order of intialization, missing initializers, && within
      ||, etc), but will allow us to build cleanly with -Wall and -Wextra (and
      -Werror, if we so choose).
      
      I put defaults into switches that were missing cases.  I could put in the actual
      missing enums instead if that's desired.  I could also assert on missing enums
      instead of break, if that's desired.  I wasn't sure how to test the stuff in
      "animator", so that should be looked at a bit more closely.
      
      Review URL:  http://codereview.appspot.com/4547055/
      
      
      
      git-svn-id: http://skia.googlecode.com/svn/trunk@1386 2bbb7eff-a529-9590-31e7-b0007b416f81
      64cc579e
  27. 11 Apr, 2011 1 commit