Commit Graph

17 Commits

Author SHA1 Message Date
Deukhoofd 77e9f3f768
Revert "Make CInterface exported functions be contained in .h files, instead of .cpp."
This reverts commit 9abdbecd
2020-10-02 18:44:29 +02:00
Deukhoofd 2e8a7f5fbb
Documents the C Interface. 2020-09-25 12:31:37 +02:00
Deukhoofd 9abdbecd17
Make CInterface exported functions be contained in .h files, instead of .cpp. 2020-09-25 12:00:44 +02:00
Deukhoofd 3f4b026071
Header cleanup. 2020-09-21 14:01:19 +02:00
Deukhoofd 675407d7f5
Fixed Windows issues. 2020-08-20 13:21:39 +02:00
Deukhoofd efe902d045
Dont include signal handler in Windows. 2020-08-20 13:10:10 +02:00
Deukhoofd 8dac6c632b
Link pthread statically. 2020-08-20 12:54:37 +02:00
Deukhoofd 5eb95805f6
Further Windows fixes. 2020-08-18 19:15:00 +02:00
Deukhoofd 16b083d927
Tweaks to make Windows happy again hopefully 2020-08-18 18:50:03 +02:00
Deukhoofd c1a207f918
Further fixes for Windows. 2020-08-18 18:46:50 +02:00
Deukhoofd cfcdbfe984
Support for custom signal callbacks. 2020-08-18 18:41:18 +02:00
Deukhoofd faaa4cdc9b
Make C Interface return stack. 2020-08-15 14:52:15 +02:00
Deukhoofd 18c7c3ddcb
Remove thread_local as it causes issues with shared library linking. 2020-07-28 19:24:35 +02:00
Deukhoofd 1000893652
Make C Interface exceptions thread local. 2020-07-28 18:35:42 +02:00
Deukhoofd 287b50fb2f
Exception handling for the C Interface. 2020-07-19 11:08:05 +02:00
Deukhoofd 0295bb949a
Actually export the C Interface. 2020-07-19 10:44:54 +02:00
Deukhoofd 0d2bec95e8
C Interface for random class. 2020-07-10 09:30:10 +02:00