- Notifications
You must be signed in to change notification settings - Fork328
Generate C compatible types, functions, and header#1480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
20 commits Select commitHold shift + click to select a range
c72cb30
Disorganized but working c
SilasMarvin5d276fc
Working C
SilasMarvinf252d77
Moved to c
SilasMarvina67b104
remove #[repr(C)]
kczimm7dc364d
remove unused imports
kczimmdaf5510
only Box once; add destructor
kczimmeb6b83b
lowercase function names; prefix pgml
kczimm81920ce
fix clippy lints
kczimmfc46c1a
more clippy
kczimmefbceed
even more clippy lints
kczimm2b181de
tweak C Makefile and example
kczimm43c6773
renaming
kczimme50294b
rename fns; only forward declare iterators
kczimm77ccc3a
call destructors in example; remove eprintln
kczimmf03d19b
add guard and comment to header gen
kczimm8fe774b
use typedefs in generated header
kczimmbfe5e5e
remove ignored files and some commented code
kczimm561f8fb
remove commented code
kczimm1d7ab4a
Merge remote-tracking branch 'origin/master' into kczimm-little-c
kczimm1dff030
remove comment
kczimmFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
3 changes: 3 additions & 0 deletionspgml-sdks/pgml/.gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -167,3 +167,6 @@ cython_debug/ | ||
# local scratch pad | ||
scratch.sql | ||
scratch.py | ||
# Some SDK specific things | ||
pgml.h |
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.