1
0
Commit Graph

9 Commits

Author SHA1 Message Date
Patrick Gaskin
6329328daf Refactored error handling (#62)
Instead of using and checking malloc'd error strings formatted with asprintf and passed through a pointer in function arguments, use a global thread-local statically allocated error buffer with functions to set and get it.

This is more efficient, less error-prone, and easier to use than the old method, especially now that NM is larger (meaning that errors are returned through multiple layers) and parts of it are re-used in other things.
2020-07-21 17:47:22 -04:00
NiLuJe
d5621ba674 And more alphabetical order 2020-05-13 17:05:56 -04:00
NiLuJe
cb611e38be Ensure the failsafe thread is a detached one
Fix #17
2020-05-11 22:18:00 +02:00
Patrick Gaskin
a293143fd0 Renamed to NickelMenu 2020-04-22 21:27:00 -04:00
Patrick Gaskin
c113045a71 Fixed the failsafe when running from the Qt plugins dir
For some reason, it tries to load all files in it, whether or not
they end with .so.
2020-04-22 18:36:30 -04:00
Patrick Gaskin
61ed6820c7 Started implementing config, implemented uninstall flag 2020-04-22 12:50:39 -04:00
Patrick Gaskin
c7586e95fc Various fixes and improvements 2020-04-22 01:31:30 -04:00
Patrick Gaskin
f6b2463eb4 Fixed failsafe always triggering 2020-04-22 00:49:15 -04:00
Patrick Gaskin
7e5320ff6f Initial commit
Nothing has actually been tested yet.
2020-04-22 00:13:02 -04:00