520 Commits (AP_Periph-1.3)

Author SHA1 Message Date
Dr.-Ing. Amilcar Do Carmo Lucas 8419045aea Spell in comments 8 years ago
Lucas De Marchi b0ddf81687 Remove stdbool.h include for C++ sources 8 years ago
Andrew Tridgell 6adad11e2f AP_Common: added simple bitmask class 8 years ago
murata f9add59b58 Global: Aggregate the same definitions. 8 years ago
Lucas De Marchi 6b88f3367b AP_Common: remove AP_PRODUCT_ID_* macros 8 years ago
Lucas De Marchi 2e4c1818a3 AP_Common: add missing O_CLOEXEC definition 8 years ago
murata c808ee2f49 Global: To nullptr from NULL. 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Lucas De Marchi ae53920e5b build: don't build examples with old build system 8 years ago
Leandro Pereira 0f865a019a AP_HAL_Linux: Add Pollable/Poller 9 years ago
Tom Pittenger b78255cc25 AP_Common: avoid using AP_Math is_zero() because it is classless 9 years ago
Tom Pittenger 3edd95b99b AP_Common: add Location::is_zero and ::zero member functions 9 years ago
Lucas De Marchi 471de28967 AP_Common: provide minimal byteswap.h and endian.h 9 years ago
Lucas De Marchi c728b6c164 AP_Common: missing/fenv: fix coding style 9 years ago
Siddharth Bharat Purohit 484db9ff82 AP_Common: add replacements for fe control functions systems without them 9 years ago
Lucas De Marchi 1962acad49 AP_Common: simplify ARRAY_SUBSCRIPT macro 9 years ago
Gustavo Jose de Sousa 5154369e9d AP_Common: define the ARRAY_SUBSCRIPT macro 9 years ago
Lucas De Marchi 8a58c06adb AP_Common: add macro to ignore unused result 9 years ago
Francisco Ferreira ac90527da5 AP_Common: change check from GCC version to glibc version (and Cygwin) 9 years ago
Lucas De Marchi 39d4fa2cf8 Revert changes to cmath according to gcc version 9 years ago
Andrew Tridgell 2108127712 AP_Common: gcc 4.9.2 behaves differently from 4.9.3 9 years ago
Andrew Tridgell 224c714c83 AP_Common: this workaround for missing/cmath is also needed for gcc 4.9.3 9 years ago
Lucas De Marchi 7703e5f1d1 AP_Common: remove support for flymaple 9 years ago
Andrew Tridgell 5f7af390ec AP_Common: a useful debug macro for SITL 9 years ago
Tom Pittenger f085666032 AP_Common: fix compile when using AP_TERRAIN_AVAILABLE 0 9 years ago
Lucas De Marchi c4306de122 AP_Common: fix build on windows 9 years ago
Andrew Tridgell 7b47d54d6b AP_Common: workaround for SITL on windows 9 years ago
Tom Pittenger 02eeb2d4f0 AP_Common: 1of3 add loiter_xtrack option flag for post-loiter navigation 9 years ago
Ricardo de Almeida Gonzaga a8889e5765 AP_Common: Fix typos 9 years ago
dgrat 41661f815f AP_Math: Replace the pythagorous* functions with a variadic template 9 years ago
Lucas De Marchi fea084a596 Global: use ap_version.h 9 years ago
Lucas De Marchi 1238c872a9 AP_Common: remove unused Arduino.h header 9 years ago
Randy Mackay 85963cecb4 Location: add additional comments 9 years ago
Randy Mackay 5161d63f8b Location: operator= uses const reference 9 years ago
Randy Mackay d6309a3a1a Location: remove unused methods 9 years ago
Randy Mackay 1bfb565e18 Location: rename set_alt to set_alt_cm 9 years ago
Randy Mackay cd999a2091 Location: initial class implementation 9 years ago
Ricardo de Almeida Gonzaga 60d141c717 missing: add cmath 9 years ago
Lucas De Marchi d80a0e47bc AP_Common: missing: move definitions to standard headers 9 years ago
Lucas De Marchi 75d58bcfb6 Global: rename HAVE_NULLPTR_T with HAVE_STD_NULLPTR_T 9 years ago
Andrew Tridgell 29100937bc AP_Common: allow for nullptr_t but not std::move replacement 9 years ago
Andrew Tridgell 52e36908ff AP_Common: fixed std::move() for qurt build 9 years ago
Lucas De Marchi e1ae79688d AP_Common: add directory to add missing C/C++ symbols 9 years ago
Lucas De Marchi bac29be0b7 AP_Common: remove warnings from headers 9 years ago
Gustavo Jose de Sousa c2e3f05dbf waf: ardupilotwaf: prefix build context methods with ap_ 9 years ago
Gustavo Jose de Sousa 3d22490397 waf: examples: use methods from bld instead of ardupilotwaf 9 years ago
Gustavo Jose de Sousa d281067bcc waf: make example binaries be placed in 'examples' dir 9 years ago
Lucas De Marchi a096703b06 Global: don't link with AP_Progmem 9 years ago
Andrew Tridgell 285294a9cd AP_Common: added debug code for qurt 9 years ago
Tom Pittenger 41746733fe AP_Common: remove crazy #define float double 9 years ago