fungos / cr

cr.h: A Simple C Hot Reload Header-only Library
https://fungos.github.io/cr-simple-c-hot-reload/
MIT License
1.56k stars 104 forks source link

added cr_set_temporary_path() for temp plugin copies #25

Closed rokups closed 5 years ago

rokups commented 5 years ago

As per suggestion in #23 i added cr_set_temporary_path() which allows specifying path where temporary copies of plugin should be stored. User is responsible for creating that directory and including process id in if desired.

Not setting temporary path results in same behavior as before.

rokups commented 5 years ago

Requested changes were added. I also rebased PR on to master.