aboutsummaryrefslogtreecommitdiffhomepage
path: root/make.py
Commit message (Collapse)AuthorAge
* gyp: generate "everything" and "most" targets instead of "all"Gravatar epoger@google.com2012-10-25
| | | | | | | | | "make all" at the toplevel now chains to "make everything" BUG=http://code.google.com/p/skia/issues/detail?id=932 Review URL: https://codereview.appspot.com/6651064 git-svn-id: http://skia.googlecode.com/svn/trunk@6116 2bbb7eff-a529-9590-31e7-b0007b416f81
* add a "most" target, and make it the defaultGravatar epoger@google.com2012-10-18
| | | | | | | | split out of https://codereview.appspot.com/6651064/ ('gyp: generate "everything" and "most" targets instead of "all"') tests: "make most" now works, "make" now calls "make most" Review URL: https://codereview.appspot.com/6740045 git-svn-id: http://skia.googlecode.com/svn/trunk@5999 2bbb7eff-a529-9590-31e7-b0007b416f81
* Make "make gyp" work on WindowsGravatar epoger@google.com2012-03-23
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@3482 2bbb7eff-a529-9590-31e7-b0007b416f81
* Manually update copyright notices in files that defied the automated processGravatar epoger@google.com2011-07-28
| | | | | | | | | | | | | | | | | | | used in http://codereview.appspot.com/4816058/ ('Automatic update of all copyright notices to reflect new license terms.') Note that the following files have been left alone, because they name copyright holders outside of Google. Please let me know if we need to update these files: experimental/CiCarbonSampleMain.c src/opts/memset16_neon.S src/opts/memset32_neon.S src/opts/opts_check_arm.cpp src/ports/SkDebug_brew.cpp src/ports/SkMemory_brew.cpp src/ports/SkOSFile_brew.cpp Review URL: http://codereview.appspot.com/4806054 git-svn-id: http://skia.googlecode.com/svn/trunk@1981 2bbb7eff-a529-9590-31e7-b0007b416f81
* Implement remaining options in Windows command-line buildGravatar epoger@google.com2011-07-15
| | | | | | | (float vs fixed, Debug vs Release, "all" target, etc.) Review URL: http://codereview.appspot.com/4740041 git-svn-id: http://skia.googlecode.com/svn/trunk@1868 2bbb7eff-a529-9590-31e7-b0007b416f81
* enable "make XXX" command-line builds on WindowsGravatar epoger@google.com2011-07-13
| | | | | | | | http://codereview.appspot.com/4717044/ git-svn-id: http://skia.googlecode.com/svn/trunk@1853 2bbb7eff-a529-9590-31e7-b0007b416f81
* "make" script to enable command-line build on WindowsGravatar epoger@google.com2011-07-11
http://codereview.appspot.com/4685051/ git-svn-id: http://skia.googlecode.com/svn/trunk@1838 2bbb7eff-a529-9590-31e7-b0007b416f81