-
```
This is an enhancement.
Adding a C API to libkml would enable the library to be used by C
programmers with no knowledge of C++.
```
Original issue reported on code.google.com by `homme.zw...@g…
-
Hi,
I want to write a pair of applications in c++ which uses CNTK to train a model using some data (let's say a set of vectorized images) and another to perform testing using a trained model on a …
-
Applications using the C API sometimes require knowledge of the thread-safety of the functions in the C API. For example, it can be useful for a client to run `MXNDArrayWaitAll` in a separate thread s…
-
A C language API would be useful for code written in a language other than C++ that would like to use WAVM.
To make maintenance practical, this should share as much as possible with the C++ headers…
-
BPO | [6284](https://bugs.python.org/issue6284)
--- | :---
Nosy | @amauryfa, @vstinner, @Trundle, @ideasman42
Files | [PyErr_AsUnicode_r73429.diff](https://bugs.python.org/file14301/PyErr_AsUnicode_r7…
-
**Is this a general concept that needs to be documented or a specific API?**
Multi-Threading in the C++ API. How can we achieve work in the background without locking the main thread (and thus the UI…
-
In #83, I see one of the comments
> Also I would recommend against caring about or supporting C++. Realisitically no one would use this library over GLM if you're using C++. GLM is just a more matu…
-
_Originally posted by @BenBE in https://github.com/floe/backscrub/pull/86#discussion_r645342107_
> I think we can do a somewhat hybrid API: Most functions can be exposed as wrappers with C compatibil…
-
~~There's no compiler-agnostic mangling scheme defined for C++, thus binding it an another C FFI capable language is impossible without supporting a compiler specific mangling scheme.~~
~~Also just…
-
I think it makes more sense to rename `layout.cpp` to `CAPI.cpp` or similar to denote that this is in fact where the API lives. Also, there are a few exported functions in other files (`autolayoutSBM…