ardupilot/libraries/AP_HAL/utility
Lucas De Marchi 2e60e1b1f2 AP_HAL: utility: Add OwnPtr implementation
This is very similar to std::unique_ptr, but doesn't require including
the <memory> header which pulls lots of c++ headers and cause problems
with nuttx headers. It's header-only. It contains an explanation on what
it solves, how to use and unit tests.
2016-02-16 19:49:08 -02:00
..
tests AP_HAL: utility: Add OwnPtr implementation 2016-02-16 19:49:08 -02:00
BetterStream.h Global: Rename printf format attribute 2015-12-01 07:22:12 +11:00
OwnPtr.h AP_HAL: utility: Add OwnPtr implementation 2016-02-16 19:49:08 -02:00
Print.cpp AP_HAL: standardize inclusion of libaries headers 2015-08-18 17:12:51 +10:00
Print.h AP_HAL: standardize inclusion of libaries headers 2015-08-18 17:12:51 +10:00
RingBuffer.cpp AP_HAL: added ByteBuffer and ObjectBuffer in RingBuffer 2015-12-20 07:33:54 +11:00
RingBuffer.h AP_HAL: RingBuffer: fix macro expansion 2015-12-28 21:50:27 -02:00
Socket.cpp AP_HAL: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Socket.h AP_HAL: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Stream.h AP_HAL: standardize inclusion of libaries headers 2015-08-18 17:12:51 +10:00
dsm.cpp AP_HAL: moved dsm implementation into AP_HAL/utility 2015-12-27 16:12:27 +11: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: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
functor.h AP_HAL: Add Functor implementation 2015-05-26 13:46:49 +10:00
getopt_cpp.cpp AP_HAL: allow getopt_cpp on QURT 2015-12-29 19:10:46 +11:00
getopt_cpp.h AP_HAL: added getopt_cpp class 2015-05-05 09:45:58 +10:00
print_vprintf.cpp AP_HAL: fixed vprintf segfault 2015-12-28 08:44:40 +11:00
print_vprintf.h AP_HAL: remove unused in_progmem flag to print_vprintf 2015-12-27 15:58:12 -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: support %lld and %llu in internal printf 2015-05-27 11:54:17 +10:00