ardupilot/libraries/AP_HAL/utility
Lucas De Marchi 7968736b1c AP_HAL: add O_CLOEXEC in places missing it
By opening with O_CLOEXEC we make sure we don't leak the file descriptor
when we are exec'ing or calling out subprograms. Right now we currently
don't do it so there's no harm, but it's good practice in Linux to have
it.
2016-11-07 12:37:30 -03:00
..
tests Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
BetterStream.h AP_HAL: replace header guard with pragma once 2016-02-18 14:52:34 -02:00
OwnPtr.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
Print.cpp AP_HAL: standardize inclusion of libaries headers 2015-08-18 17:12:51 +10:00
Print.h AP_HAL: replace header guard with pragma once 2016-02-18 14:52:34 -02:00
RingBuffer.cpp RingBuffer: use explict "if" and return early 2016-10-27 10:35:01 -03:00
RingBuffer.h Global: To nullptr from NULL. 2016-11-02 16:04:47 -02:00
Socket.cpp Global: To nullptr from NULL. 2016-11-02 16:04:47 -02:00
Socket.h AP_HAL: replace header guard with pragma once 2016-02-18 14:52:34 -02:00
Stream.h Global: Adapt Stream class to be used with Ringbuffer 2016-08-03 01:44:02 -03:00
dsm.cpp AP_HAL: add O_CLOEXEC in places missing it 2016-11-07 12:37:30 -03:00
dsm.h AP_HAL: moved dsm implementation into AP_HAL/utility 2015-12-27 16:12:27 +11:00
ftoa_engine.cpp AP_HAL: ftoa_engine: replace tabs with spaces 2015-12-27 15:58:12 -02:00
ftoa_engine.h AP_HAL: replace header guard with pragma once 2016-02-18 14:52:34 -02:00
functor.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
getopt_cpp.cpp Global: To nullptr from NULL. 2016-11-02 16:04:47 -02:00
getopt_cpp.h AP_HAL: replace header guard with pragma once 2016-02-18 14:52:34 -02:00
print_vprintf.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
print_vprintf.h AP_HAL: remove unused in_progmem flag to print_vprintf 2015-12-27 15:58:12 -02:00
sparse-endian.h AP_HAL: sparse-endian: unconditionally use byteswap.h 2016-07-08 19:49:32 -03:00
srxl.cpp AP_HAL: add O_CLOEXEC in places missing it 2016-11-07 12:37:30 -03:00
srxl.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
st24.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
st24.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
sumd.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
sumd.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
utoa_invert.cpp AP_HAL: support %lld and %llu in internal printf 2015-05-27 11:54:17 +10:00
xtoa_fast.h AP_HAL: replace header guard with pragma once 2016-02-18 14:52:34 -02:00