-
Notifications
You must be signed in to change notification settings - Fork 162
Comparing changes
Open a pull request
base repository: golang/image
base: v0.18.0
head repository: golang/image
compare: v0.23.0
- 9 commits
- 8 files changed
- 5 contributors
Commits on Jul 8, 2024
-
draw: avoid FMA (Fused Multiply Add)
Changing "expr" to "float64(expr)" disables FMA on that expression, even when expr's type is already nominally float64. The output of this package should now be independent of GOARCH. See the "FMA (Fused Multiply Add) detector" discussion at https://groups.google.com/g/golang-dev/c/oZv0PaZmUGs Fixes golang/go#67029 Change-Id: I43cecee0e9c8156eae39f52b5a2338c34d31a65a Reviewed-on: https://go-review.googlesource.com/c/image/+/596816 Reviewed-by: Nigel Tao (INACTIVE; USE @golang.org INSTEAD) <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9abbe10 - Browse repository at this point
Copy the full SHA 9abbe10View commit details
Commits on Jul 16, 2024
-
LICENSE: update per Google Legal
Very minor tweaks: - Remove (c) pseudosymbol. - Remove "All Rights Reserved." - Change "Google Inc." (no longer exists) to "Google LLC". [git-generate] echo ' ,s/\(c\) // ,s/ All rights reserved.// ,s/Google Inc./Google LLC/ w q ' | sam -d LICENSE Change-Id: I2f2c87360bc2705161245e93fa3910c2ee7c1c72 Reviewed-on: https://go-review.googlesource.com/c/image/+/598595 LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Russ Cox <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bad7eb8 - Browse repository at this point
Copy the full SHA bad7eb8View commit details
Commits on Jul 22, 2024
-
colornames: update link to SVG spec
Fixes golang/go#68473 Change-Id: I0441ca8f17fc22e43ba4c2e3213a74b9f7e24d09 Reviewed-on: https://go-review.googlesource.com/c/image/+/599835 Auto-Submit: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Nigel Tao (INACTIVE; USE @golang.org INSTEAD) <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8bfd4fd - Browse repository at this point
Copy the full SHA 8bfd4fdView commit details
Commits on Aug 6, 2024
-
go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions. Change-Id: Ie37be56caaa77bca494540193f49d14534cae3b9 Reviewed-on: https://go-review.googlesource.com/c/image/+/603395 Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Gopher Robot <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: David Chase <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59aa040 - Browse repository at this point
Copy the full SHA 59aa040View commit details
Commits on Sep 4, 2024
-
go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions. Change-Id: I58bd8e7171b67f75fef3896c83de938c7ed6c3c3 Reviewed-on: https://go-review.googlesource.com/c/image/+/610655 Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Gopher Robot <[email protected]> Reviewed-by: Michael Pratt <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c82123a - Browse repository at this point
Copy the full SHA c82123aView commit details
Commits on Oct 4, 2024
-
go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions. Change-Id: I654cf7e89f7e33a9f7144f6abc18cde3d14c98e4 Reviewed-on: https://go-review.googlesource.com/c/image/+/617657 Reviewed-by: David Chase <[email protected]> Auto-Submit: Gopher Robot <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 931781a - Browse repository at this point
Copy the full SHA 931781aView commit details
Commits on Nov 1, 2024
-
README: don't recommend go get
These days people will just import the packages and the go tool will do the right thing. We don't need to explain it. Add a pointer to the git repo, though. Fixes golang/go#62645 Change-Id: Iea1241d3f6b9ecbe8adaad386a736a1ab39043b1 Reviewed-on: https://go-review.googlesource.com/c/image/+/624115 Auto-Submit: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Emmanuel Odeke <[email protected]> Reviewed-by: Carlos Amedee <[email protected]> Commit-Queue: Ian Lance Taylor <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec562a8 - Browse repository at this point
Copy the full SHA ec562a8View commit details
Commits on Nov 7, 2024
-
go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions. Change-Id: If9754f35f3d490909f6a93bbb2fc715510265749 Reviewed-on: https://go-review.googlesource.com/c/image/+/626376 Auto-Submit: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: David Chase <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3724ab8 - Browse repository at this point
Copy the full SHA 3724ab8View commit details
Commits on Dec 4, 2024
-
go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions. Change-Id: I14df917f913018c164a9bb9bf040de780ee54b9c Reviewed-on: https://go-review.googlesource.com/c/image/+/633479 Auto-Submit: Gopher Robot <[email protected]> Reviewed-by: David Chase <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 941f210 - Browse repository at this point
Copy the full SHA 941f210View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.18.0...v0.23.0