Elyes HAOUAS
3524bc167c
tree-wide: get rid of trailing whitespace (part 1)
...
Remove trailing white spaces.
Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D11780
3 years ago
Carsten Haitzler
03aeb1d463
fix fallthrough warnings
6 years ago
Mike Blumenkrantz
327b69015b
make efm build without elm includes
6 years ago
Derek Foreman
73aecd73ab
Replace all timer_add with timer_loop_add
...
So yeah, I've literally used sed to replace every occurrence of
ecore_time_add() with ecore_timer_loop_add() because I'm reasonably
confident that no part of E has a legitimate need for timer based on the
exact current time.
It would be really nice if I'm not wrong. :)
The reason for this is the incredible spew of clock_gettime() calls I'm
seeing on an ARM system (that should have a vdso for gettime, but...)
This can amount to thousands of system calls per second.
#YOLO
6 years ago
Mike Blumenkrantz
dea3ae21ad
directly include e.h in efm device backends
...
fixes some compile errors related to include ordering
ref 68587276cf
7 years ago
Chris Michael
b1b407ef22
Fix Coverity CID1298053
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years ago
Chris Michael
3e23c54b8a
Fix Coverity CID1298052
...
Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years ago
Chris Michael
0a94e8ba71
enlightenment: Make E build again with EFL from git
...
sed -i 's/EAPI/E_API/g'
Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years ago
Mike Blumenkrantz
471dcb24cb
__UNUSED__ -> EINA_UNUSED
...
this has been bugging me forever. __UNUSED__ is no longer a valid macro here.
8 years ago
Mike Blumenkrantz
ec484b1317
force unmount/eject on udisks2 filesystem removal, also remove undocumented fixme from seb
...
T432, T398
9 years ago
Sebastian Dransfeld
d5853ddc2c
e: Check for error reading lid status
9 years ago
Mike Blumenkrantz
f43c8548e6
apply HintSystem to volume validation check
9 years ago
Mike Blumenkrantz
e3d2706ac5
track udisks2 volume::storage relationships
9 years ago
Mike Blumenkrantz
6b9f1d70bc
only set udisks2 drive model/vendor/serial if it's a non-blank string
9 years ago
Carsten Haitzler
3dc555a7cf
fix warnings in build so new ones turn up and get fixed.
10 years ago
Mike Blumenkrantz
48e7d59eac
only call eldbus_shutdown() for udisks efm backends if there's an existing eldbus connection
10 years ago
Mike Blumenkrantz
a41c50632c
udisks2 support
10 years ago