Releases: skifli/gocc
v1.4.0
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
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
Breaking changes
- Redo flag parsing (6bda455).
New
- Add update checker (48e1fe5).
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
Breaking changes
- Move config to
.json
format (d3bde73).
Bugfixes
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
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.