benedictpaten / pinchesAndCacti

Library for constructing pinch graphs and cactus graphs
MIT License
11 stars 4 forks source link

C++ Compatibility #3

Closed adamnovak closed 10 years ago

adamnovak commented 10 years ago

Added the extern "C" declarations to make the static library's public interface link properly with C++ code.

benedictpaten commented 10 years ago

Done, I added you as a collaborator, so you should be able to commit to the repository now.

On Mon, Apr 14, 2014 at 1:15 PM, adamnovak notifications@github.com wrote:

Added the extern "C" declarations to make the static library's public

interface link properly with C++ code.

You can merge this Pull Request by running

git pull https://github.com/adamnovak/pinchesAndCacti development

Or view, comment on, or merge it at:

https://github.com/benedictpaten/pinchesAndCacti/pull/3 Commit Summary

  • Adding the necessary magic to convince C++ code to link against the compiled libraries using the provided headers.
  • Merging

File Changes

  • M inc/stCactusGraphs.hhttps://github.com/benedictpaten/pinchesAndCacti/pull/3/files#diff-0(8)
  • M inc/stPinchGraphs.hhttps://github.com/benedictpaten/pinchesAndCacti/pull/3/files#diff-1(8)

Patch Links:

— Reply to this email directly or view it on GitHubhttps://github.com/benedictpaten/pinchesAndCacti/pull/3 .