habanero-rice / hclib

A C/C++ task-based programming model for shared memory and distributed parallel computing.
http://habanero-rice.github.io/hclib/
BSD 3-Clause "New" or "Revised" License
71 stars 35 forks source link

Add JSMN source into code base to remove external dependency #65

Closed srirajpaul closed 5 years ago

srirajpaul commented 5 years ago

Remove the need to download and build jsmn library [1]. Include the jsmn source as part of hclib code base.

[1] https://github.com/zserge/jsmn

agrippa commented 5 years ago

@srirajpaul is this ready for me to look at and test or are you still making changes?

srirajpaul commented 5 years ago

@agrippa It is ready for review.

agrippa commented 5 years ago

Looks great to me, thanks for handling this Sriraj!