Skip to content

Releases: skifli/gocc

v1.4.0

16 Mar 12:40
Compare
Choose a tag to compare

Improvements

  • Switch to my own logging library (a39ca14).

Compiled binaries for gocc v1.4.0 (full changelog).

Note If the compiled binaries fail to execute on your system, it is possible that your system's architecture is different to the one that the binaries were compiled for (AMD). In this case, please look at the running from source section of the README.

Note If you are on Linux or macOS, you may have to execute chmod +x path_to_binary in a shell to be able to run the binary.

v1.3.0

20 Jan 13:30
Compare
Choose a tag to compare

Breaking changes

  • Redo flag parsing (again) (9b6007b).

Improvements

  • Use a faster JSON parser (12710ad).

Compiled binaries for gocc v1.3.0 (full changelog).

Note If the compiled binaries fail to execute on your system, it is possible that your system's architecture is different to the one that the binaries were compiled for (AMD). In this case, please look at the running from source section of the README.

Note If you are on Linux or macOS, you may have to execute chmod +x path_to_binary in a shell to be able to run the binary.

v1.2.0

11 Jan 13:19
Compare
Choose a tag to compare

Breaking changes

New

Compiled binaries for gocc v1.2.0 (full changelog).

Note If the compiled binaries fail to execute on your system, it is possible that your system's architecture is different to the one that the binaries were compiled for (AMD). In this case, please look at the running from source section of the README.

Note If you are on Linux or macOS, you may have to execute chmod +x path_to_binary in a shell to be able to run the binary.

v1.1.0

08 Jan 14:02
Compare
Choose a tag to compare

Breaking changes

  • Move config to .json format (d3bde73).

Bugfixes

  • Fix cross-compiling for arm on amd requiring runtime/cgo (4d0b443 | #1).

New

  • Add timer for compilation of targets (4d0b443).

Compiled binaries for gocc v1.1.0 (full changelog).

Note If the compiled binaries fail to execute on your system, it is possible that your system's architecture is different to the one that the binaries were compiled for (AMD). In this case, please look at the running from source section of the README.

Note If you are on Linux or macOS, you may have to execute chmod +x path_to_binary in a shell to be able to run the binary.

v1.0.0

06 Jan 16:47
9f0e280
Compare
Choose a tag to compare

Compiled binaries for gocc v1.0.0 (full changelog).

Note If the compiled binaries fail to execute on your system, it is possible that your system's architecture is different to the one that the binaries were compiled for (AMD). In this case, please look at the running from source section of the README.

Note If you are on Linux or macOS, you may have to execute chmod +x path_to_binary in a shell to be able to run the binary.