Commit graph

12 commits

Author SHA1 Message Date
Ivailo Monev
376484dff8 generic: get rid of KLibrary
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-03-05 03:36:21 +02:00
Ivailo Monev
ca191527d1 kinit: do not keep one file slave running
digging trough mailing lists I think it was done for performance reasons
but if the user has not run a program that requires the slave to operate
for a long time (default timeout is 30sec) then it should be stopped so
that it can benefit any potentional security updates applied to the OS thus
it is no longer exception

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-01-01 05:47:42 +02:00
Ivailo Monev
a7abfa0954 kinit: let the compiler optimize-out the passed value
what I did in b4ec5b6a wasn't exactly perfect
2015-09-28 14:12:07 +00:00
Ivailo Monev
b4ec5b6a3d kinit: minor code shrink 2015-09-05 07:57:08 +00:00
Ivailo Monev
0a78c4ef65 generic: misc cleanups 2015-08-27 20:35:05 +03:00
Ivailo Monev
21ad0df488 generic: make changes required for building against katie 2015-08-11 05:56:07 +03:00
Ivailo Monev
4a7ee7d515 kinit: cleanup remains of win and mac support 2015-05-15 20:53:31 +00:00
Ivailo Monev
5333e9917d generic: remove deprecated API 2015-02-28 03:27:54 +00:00
Ivailo Monev
82fc15f54b generic: use CMake moc instead of automoc4 by default
for compatibilty reasons automoc4 support is not removed but it
shall be in the future. automoc4 has not been maintained for a
while (last commit is from 2011) and the stable release is from
2009.

CMake version >= 2.8.6 provides the functionality for mocking so
I see no reason to not make use of it.
2015-02-27 07:40:26 +00:00
Ivailo Monev
6110cc6e12 kinit: prevent compiler warning by conditionally defining s_DBusStartupTypeToString 2015-01-21 16:07:56 +00:00
Ivailo Monev
c7a2a17692 yet more windows and mac code remove 2014-11-19 15:30:39 +00:00
Ivailo Monev
814163a8dc initial import 2014-11-13 01:04:59 +02:00