Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / gotranspile/cxgo issues and pull requests

#84 - Transpiling files with calls to C standard library

Issue - State: open - Opened by jamesrr39 21 days ago - 1 comment
Labels: bug

#83 - undefined: _cxgo_offsetof

Issue - State: open - Opened by BrownNPC 25 days ago
Labels: bug

#82 - hello from go-recipes

Pull Request - State: closed - Opened by nikolaydubina about 2 months ago - 1 comment

#81 - cxgo fails to handle compound literals in C code

Issue - State: closed - Opened by Yeaseen 3 months ago
Labels: bug

#80 - panic: runtime error: index out of range [-1]

Issue - State: closed - Opened by Yeaseen 4 months ago
Labels: bug

#79 - Bug: Explicit float to int casting for union member variable of int type

Issue - State: open - Opened by Yeaseen 5 months ago - 1 comment
Labels: documentation, question

#77 - Bug: CxGo translated go code giving different output from gcc and clang

Issue - State: closed - Opened by Yeaseen 6 months ago - 2 comments
Labels: bug

#76 - Bug: Implicit Bool to Float Conversion Fails When Added with a Float in C

Issue - State: closed - Opened by Yeaseen 6 months ago - 1 comment
Labels: bug

#73 - latest installation cmd added

Pull Request - State: closed - Opened by Yeaseen about 1 year ago

#72 - libs: implement OpenGL functions

Pull Request - State: closed - Opened by TotallyGamerJet over 1 year ago

#71 - Add support for GLFW/glfw3.h

Pull Request - State: closed - Opened by TotallyGamerJet over 1 year ago - 2 comments

#70 - Update "Adding new header" docs section

Issue - State: closed - Opened by g41797 over 1 year ago - 1 comment
Labels: documentation

#69 - Extract headers from go sources to h files

Pull Request - State: closed - Opened by g41797 almost 2 years ago - 5 comments

#68 - Automatic RegisterLibrary for embedded includes

Pull Request - State: closed - Opened by g41797 almost 2 years ago

#67 - Added errno values

Pull Request - State: closed - Opened by g41797 almost 2 years ago

#66 - Proposal: Separate C header from go code within bundle of well-known headers

Issue - State: closed - Opened by g41797 almost 2 years ago - 4 comments
Labels: enhancement

#65 - Fix panic for typdef void

Pull Request - State: closed - Opened by g41797 almost 2 years ago

#64 - get rid of panic for typedef void (interprets as typedef int8_t)

Pull Request - State: closed - Opened by g41797 almost 2 years ago - 3 comments

#63 - panic for typedef of void

Issue - State: closed - Opened by g41797 almost 2 years ago - 10 comments
Labels: bug

#62 - Question regarding defines

Issue - State: closed - Opened by g41797 almost 2 years ago - 8 comments

#61 - Dependencies problem

Issue - State: closed - Opened by g41797 almost 2 years ago - 11 comments

#60 - Return Statement Reachability

Issue - State: closed - Opened by redbow-kimee about 2 years ago - 2 comments
Labels: bug

#59 - libc putchar

Pull Request - State: closed - Opened by redbow-kimee about 2 years ago

#58 - windows support / build

Issue - State: closed - Opened by maddin200 over 2 years ago - 2 comments

#57 - panic: interface conversion: types.Type is types.IntType, not *types.StructType

Issue - State: closed - Opened by prologic over 2 years ago - 3 comments
Labels: bug

#56 - Safer realloc implementation

Pull Request - State: closed - Opened by dennwc over 2 years ago

#55 - Panic during libc.Realloc

Issue - State: closed - Opened by CrazyInfin8 over 2 years ago - 2 comments
Labels: bug

#54 - release: fix goreleaser flow

Pull Request - State: closed - Opened by chenrui333 over 2 years ago - 2 comments

#53 - deps: switch to go1.18

Pull Request - State: closed - Opened by chenrui333 over 2 years ago

#52 - go test potrace-go fail

Issue - State: closed - Opened by jilieryuyi almost 3 years ago - 2 comments
Labels: bug

#51 - fail with cygwin

Issue - State: open - Opened by jilieryuyi almost 3 years ago - 1 comment
Labels: bug

#50 - Do not flatten blocks with declarations

Pull Request - State: closed - Opened by dennwc about 3 years ago

#49 - Upate cc

Pull Request - State: closed - Opened by TotallyGamerJet about 3 years ago

#48 - libs/time: support CLOCK_MONOTONIC

Pull Request - State: closed - Opened by koteyur about 3 years ago

#47 - handle calls to funcs from arrays; fixes #46

Pull Request - State: closed - Opened by TotallyGamerJet about 3 years ago

#46 - calling a function from an array access panics

Issue - State: closed - Opened by TotallyGamerJet about 3 years ago

#45 - support direct array access; fixes #44

Pull Request - State: closed - Opened by TotallyGamerJet about 3 years ago

#44 - panic in cxgo/convert.go

Issue - State: closed - Opened by djadala about 3 years ago - 3 comments
Labels: bug

#43 - Example of using cxgo to transpile physac 2d physics engine

Issue - State: closed - Opened by koteyur about 3 years ago - 2 comments
Labels: documentation

#42 - block statement inside if gets removed

Issue - State: closed - Opened by TotallyGamerJet about 3 years ago - 2 comments
Labels: bug

#41 - negative pointer addition overflows uintptr

Issue - State: closed - Opened by TotallyGamerJet about 3 years ago
Labels: bug

#40 - Use unsafe.Add

Pull Request - State: closed - Opened by dennwc about 3 years ago

#39 - Switch to Go 1.17

Pull Request - State: closed - Opened by dennwc about 3 years ago

#38 - inner struct doesn't generate

Issue - State: open - Opened by TotallyGamerJet over 3 years ago
Labels: bug

#37 - Require Go 1.16

Pull Request - State: closed - Opened by dennwc over 3 years ago

#36 - Define ptrdiff_t and size_t as builtins

Pull Request - State: closed - Opened by dennwc over 3 years ago

#35 - update parser

Pull Request - State: closed - Opened by TotallyGamerJet over 3 years ago - 1 comment

#34 - unsafe.Add for arrays

Issue - State: closed - Opened by TotallyGamerJet over 3 years ago - 2 comments
Labels: enhancement

#33 - Define builtin types (size_t, ptrdiff_t, etc)

Issue - State: closed - Opened by dennwc over 3 years ago - 2 comments
Labels: bug

#32 - Handle struct vs function name collisions

Issue - State: open - Opened by dennwc over 3 years ago
Labels: bug

#31 - Support typed nil values

Issue - State: open - Opened by dennwc over 3 years ago
Labels: bug

#30 - Use GetLibrary in more places

Pull Request - State: closed - Opened by dennwc over 3 years ago

#29 - Properly convert unused expr statements

Pull Request - State: closed - Opened by dennwc over 3 years ago

#28 - Add GLFW/glfw3.h and update opengl.h

Pull Request - State: closed - Opened by TotallyGamerJet over 3 years ago - 11 comments

#27 - Update config.go

Pull Request - State: closed - Opened by TotallyGamerJet over 3 years ago - 3 comments

#26 - including sys/socket.h panics

Issue - State: closed - Opened by TotallyGamerJet over 3 years ago

#25 - update parser

Pull Request - State: closed - Opened by TotallyGamerJet over 3 years ago

#24 - Compile fails for Nuklear

Issue - State: open - Opened by icexin over 3 years ago - 6 comments
Labels: bug

#23 - support typed strings

Pull Request - State: closed - Opened by TotallyGamerJet over 3 years ago

#22 - Document intended use case

Issue - State: open - Opened by andybalholm over 3 years ago - 3 comments
Labels: documentation

#21 - Add newline after CHAR_BIT definition in limits.h

Pull Request - State: closed - Opened by nemith over 3 years ago - 1 comment

#20 - constants

Pull Request - State: closed - Opened by TotallyGamerJet over 3 years ago

#19 - Add windows stubs

Pull Request - State: closed - Opened by TotallyGamerJet over 3 years ago

#18 - Missing Functions on Windows

Issue - State: closed - Opened by TotallyGamerJet over 3 years ago

#17 - update parser

Pull Request - State: closed - Opened by TotallyGamerJet over 3 years ago - 4 comments

#16 - assigning string to [] of custom type fails

Issue - State: closed - Opened by TotallyGamerJet over 3 years ago - 5 comments
Labels: bug

#15 - RAND_MAX

Pull Request - State: closed - Opened by TotallyGamerJet over 3 years ago - 1 comment

#14 - RAND_MAX missing

Issue - State: closed - Opened by TotallyGamerJet over 3 years ago - 2 comments
Labels: enhancement

#13 - cast to void produces wrong code

Issue - State: closed - Opened by TotallyGamerJet over 3 years ago - 1 comment
Labels: bug

#12 - Thread Local Storage

Issue - State: open - Opened by dennwc about 4 years ago - 1 comment
Labels: enhancement

#11 - Label variables

Issue - State: open - Opened by dennwc about 4 years ago
Labels: enhancement

#10 - Goto forbidden by Go

Issue - State: open - Opened by dennwc about 4 years ago - 1 comment
Labels: enhancement

#9 - Case in weird places

Issue - State: open - Opened by dennwc about 4 years ago
Labels: enhancement

#8 - Packed structs

Issue - State: open - Opened by dennwc about 4 years ago
Labels: enhancement

#7 - Proper layout for unions

Issue - State: open - Opened by dennwc about 4 years ago - 2 comments
Labels: enhancement

#6 - Bitfields

Issue - State: open - Opened by dennwc about 4 years ago
Labels: enhancement

#5 - Support auto specifier

Issue - State: open - Opened by dennwc about 4 years ago
Labels: enhancement

#4 - Support static specifier

Issue - State: open - Opened by dennwc about 4 years ago - 2 comments
Labels: bug

#3 - Convert defines to constants when possible

Issue - State: closed - Opened by dennwc about 4 years ago - 5 comments
Labels: enhancement

#2 - Preserve comments

Issue - State: open - Opened by dennwc about 4 years ago - 1 comment
Labels: enhancement

#1 - C++ support

Issue - State: open - Opened by dennwc about 4 years ago
Labels: question