Giter Site home page Giter Site logo

Comments (3)

xlab avatar xlab commented on July 17, 2024

Hey @cznic, it seems that you have a header where functions have no parameter names, otherwise I cannot see the true reason of this behaviour. Could you provide an example?

For my example, take any binding I ever made, there are parameter names, moreover, they are protected from collisions.
https://github.com/vulkan-go/vulkan/blob/master/vulkan.go

from c-for-go.

xlab avatar xlab commented on July 17, 2024

The problem with name mangling is that it makes the code unreadable, however the motto of cgogen is "to generate bindings as if a real person wrote them", i.e. the code must be suitable for reading, modifying and re-using by humans.

That's what really makes the difference from, say, SWIG.

from c-for-go.

cznic avatar cznic commented on July 17, 2024

You're right. I completely missed that the header file declares only parameter types, but no names. Very unfortunate. FTR: It's gmp and it looks, for example, like this (/usr/include/x86_64-linux-gnu/gmp.h:1249):

/**************** Float (i.e. F) routines.  ****************/

#define mpf_abs __gmpf_abs
__GMP_DECLSPEC void mpf_abs (mpf_ptr, mpf_srcptr);

#define mpf_add __gmpf_add
__GMP_DECLSPEC void mpf_add (mpf_ptr, mpf_srcptr, mpf_srcptr);

...

from c-for-go.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.