Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure to include stdlib.h for malloc/free #14

Merged
merged 1 commit into from
Apr 16, 2018
Merged

Ensure to include stdlib.h for malloc/free #14

merged 1 commit into from
Apr 16, 2018

Conversation

dgavedissian
Copy link
Contributor

@dgavedissian dgavedissian commented Apr 15, 2018

Nice library! Unfortunately it wasn't building for me using VS 2017 when the implementation is defined in a cpp file until I added the missing include (however, the malloc and free functions are implicitly defined if JC_VORONOI_IMPLEMENTATION is defined in a C source file, which explains why it still passes CI).

@dgavedissian dgavedissian changed the base branch from master to dev April 15, 2018 13:17
@JCash JCash merged commit 89a20c8 into JCash:dev Apr 16, 2018
@JCash
Copy link
Owner

JCash commented Apr 16, 2018

Thanks @davedissian ! Nice catch!
I'll make a note of using it in a C++ test scenario later on as well!

JCash added a commit that referenced this pull request Jun 3, 2018
* CI tests

* Added bounding box to jcv_diagram_generate()
Input points are now culled against the bounding box
Added .csv support to test program

* Added missing file

* Windown compile fixes

* Added missing include for linux

* Added an examples folder

* Ensure to include stdlib.h for malloc/free (#14)

*  Updated max number of events that can be used at the same time (#16)

* Increased the maximum number of events the priority queue can have

* Added test for max num events
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants