master
global: correct shebang lines to refernce python3
AP_Common: Added missing fenv exception functions from FreeBSD fenv tree
AP_Common: remove char_to_hex and hex_to_uint8
AP_Common: use mem_realloc for ExpandingArray
all: use CLASS_NO_COPY() macro
AP_Common: AP_FWVersion: create singleton
AP_Common: AP_FWVersion doesn't need mavlink headers
AP_Common: AP_FWVersionDefine: Update version number after breaking changes
Global: remove mode line from headers
AP_Common: Add cont array constructor to AP_Bitmask
AP_Common: use mem_realloc for ExpandingString
AP_Common: fix initialization of ExpandingString so that it can be used on the stack
AP_Common: add SITL check for matching alt frame in linearly_interpolate_alt
AP_Common: Location gets named constructor
AP_Common: add NMEA output to a buffer
AP_Common : correct comment spelling
AP_Common: effectively wrap malloc to zero memory in SITL under Cygwin
AP_Common: add comment on top of float16 storage
AP_Common: added Float16_t type
AP_Common: added uint16_t sorting code
AP_Common: move implemenation of ap_mktime (NFC)
AP_Common: move AP_RTC::mktime to be ap_mktime