aboutsummaryrefslogtreecommitdiff
path: root/ports/libgo
AgeCommit message (Collapse)Author
2021-09-13[libgo] fix baseline issue (#19773)Stefano Sinigardi
* [libgo] fix baseline issue * [libgo] fix references * [libgo] fail fast on unsupported archs * [libgo] fix references * [libgo] fixes for macOS * [libgo] fix references * Minimize the patch Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2021-07-22[libgo] Add DISABLE_PARALLEL_CONFIGURE (#19037)NancyLi1013
* [libgo] Add DISABLE_PARALLEL_CONFIGURE * update version files * Update deprecated functions * Update versions/l-/libgo.json
2020-05-19[libgo] Update CONTROL to fix typo (#11435)Tim Autry
2020-05-18[libgo] Update to 3.1 (#11263)NancyLi1013
* [libgo] Update to 3.1 * Add headers in debug sub folder * Update ci.baseline and remove headers in debug/include directory * Update the way to install headers and targets on Windows * Remove the headers in netio/disable_hook on all platforms * Add unsupported for arm and uwp * Add only support static build and update ci.baseline * code review Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2019-10-07[vcpkg] fatal_error when patch fails to apply (#8087)Stefano Sinigardi
vcpkg will now fail on failure to apply patches except when using `--head`.
2018-08-20[libgo] Fix boost-1.68Robert Schumacher
2018-05-23[libgo] Bump versionAlexander Karatarakis
2018-05-23[libgo] Fix patchAlexander Karatarakis
2018-05-19libgo update to v2.8test
2018-05-02Add libgo library packge (#3394)yyzybb537
* Add libgo library packge * [libgo] Fix Windows and adjust cmake usage information