go2cpp
go2cpp copied to clipboard
A converter from Go to C++
Log: https://gist.github.com/raa0121/b1465a6c3ab4d03751b22965788b02cf I use this [build.go](https://github.com/hajimehoshi/go2cpp/blob/c21da8bd1bbf9c32c56645c55cfd4c76482b319e/example/ebiten/build.go)
https://github.com/go-interpreter/wagon Wagon is no longer maintained.
https://github.com/golang/go/issues/48797
https://en.cppreference.com/w/cpp/header/bit
With the latest Go (0452f9460f50f0f0aba18df43dc2b31906fb66cc), these tests (still) sometimes freeze: * `TestMutexFairness` * `TestPoolGC` * `TestPoolRelease`
``` ./run.sh runtime -test.v -test.short -test.run=^Test ``` Without `-test.short`, the tests take too long.