9 Commits

Author SHA1 Message Date
Michael Davidsaver b6add21fff quiet warnings 2020-03-03 11:22:00 -08:00
Sebastian Marsching f18bdb7b56 Fix build on macOS.
This changeset consists of two changes:

The declaration of the pyInitLastState global variable is moved from
pydevsup.h to setup.c. This is needed to avoid an "duplicate symbols"
error when linking. As this variable is only used in setup.c anyway,
there is no downside in moving its declaration there.

The log example application is now only built on Linux. As it depends
on the inotify API, which is Linux-specific, it cannot be reasonably
built on other platforms. As it is not needed for the pyDevSup to work,
it is OK to built it without this application.
2019-02-25 08:37:52 -08:00
Michael Davidsaver 3f9bb84706 logApp: reference leak in inotify_wrap.c 2015-01-04 12:54:41 -05:00
Michael Davidsaver 8a575f183e py3 compat 2013-12-10 22:31:36 -05:00
Michael Davidsaver c2e2949ce4 compatibility 2013-12-10 20:45:53 -05:00
Michael Davidsaver 149a75b0db python 3 compat fix 2013-12-10 20:25:10 -05:00
Michael Davidsaver 52aa46621a better caputlog output 2013-12-10 18:29:20 -05:00
Michael Davidsaver 146021b546 buffer log messages 2013-12-10 16:06:56 -05:00
Michael Davidsaver eb94e3c6c1 inotify log file broadcaster 2013-12-09 00:33:28 -05:00