1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:21:22 -06:00
go/src/pkg/image
Russ Cox 2050a9e478 build: remove Make.pkg, Make.tool
Consequently, remove many package Makefiles,
and shorten the few that remain.

gomake becomes 'go tool make'.

Turn off test phases of run.bash that do not work,
flagged with $BROKEN.  Future CLs will restore these,
but this seemed like a big enough CL already.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5601057
2012-01-30 23:43:46 -05:00
..
color build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
draw build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
gif build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
jpeg build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
png build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
testdata image: remove image/bmp and image/tiff from std. 2012-01-31 14:01:53 +11:00
decode_test.go image: remove image/bmp and image/tiff from std. 2012-01-31 14:01:53 +11:00
format.go src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
geom.go image: fix typo in Rectangle.Sub comment. 2012-01-18 10:55:03 +11:00
image_test.go image: spin off a new color package out of the image package. 2011-10-04 11:09:03 +11:00
image.go image: change the YCbCr image's pixel buffers to start at Rect.Min 2012-01-20 10:44:22 +11:00
names.go image: rename image.Tiled to image.Repeated. 2012-01-11 12:35:05 +11:00
ycbcr_test.go image: change the YCbCr image's pixel buffers to start at Rect.Min 2012-01-20 10:44:22 +11:00
ycbcr.go image: change the YCbCr image's pixel buffers to start at Rect.Min 2012-01-20 10:44:22 +11:00