8000 Comparing evmar:master...go-graphite:master · evmar/gocairo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
10000
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: evmar/gocairo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: go-graphite/gocairo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 14, 2025

  1. Add go.mod file

    RoEdAl committed Feb 14, 2025
    Configuration menu
    Copy the full SHA
    562406a View commit details
    Browse the repository at this point in the history
  2. Fix: compile module on 32-bit architectures

    On 32-bit architectures usage of array of size [1<<30] generates error "<structure> larger than address space".
    Using unsafe.Slice function instead (golang 1.17).
    RoEdAl committed Feb 14, 2025
    Configuration menu
    Copy the full SHA
    64615c2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from RoEdAl/arm-32bit

    Fix: compile module on 32-bit architectures
    Civil authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    f3f4bde View commit details
    Browse the repository at this point in the history
Loading
0