v0.3.3
What's Changed
- release: fix goreleaser flow by @chenrui333 in #54
- deps: switch to go1.18 by @chenrui333 in #53
- deps: updated cc/v3 by @dennwc in 8eaee06
- cxgo: allow adding a prefix to generated files by @dennwc in d458d25
- cxgo: properly unwrap new value when using calloc by @dennwc in a8be1f8
- cxgo: unwrap take address in selector expr by @dennwc in 669abaf
- libs: implement
pthread_cond_t
by @dennwc in 7576789 - libs: bare minimum support for
sched.h
by @dennwc in 1409caf - libs: bare minimum support for
semaphore.h
by @dennwc in 66ff734 - libs: bare minimum to not fail on
pthread_cond_t
by @dennwc in 431a532 - libs: support
pthread_once_t
by @dennwc in bf54001 - cxgo: allow omitting
go.mod
file for subpackagesby @dennwc in 227936a - cxgo: allow keeping struct fields unexported by @dennwc in 82db7b5
- cxgo: log file position in
typedef
ofvoid
TODO by @dennwc in bd42396 - cxgo: prevent collisions with
map
keyword by @dennwc in 5b8880e
New Contributors
- @chenrui333 made their first contribution in #54
Full Changelog: v0.3.2...v0.3.3