342 Commits (ce241dd97a8628743a4f285deecc0e071b79f190)

Author SHA1 Message Date
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
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 9 years ago
Lucas De Marchi d19c5035b6 Global: Rename printf format attribute 9 years ago
Andrew Tridgell 8739c55d27 AP_Common: added ID for FMUv4 9 years ago
Andrew Tridgell 6cf5e582b9 AP_Common: fixed examples build 9 years ago
Andrew Tridgell 090c02e6bd AP_Common: rename is_bounded() to is_bounded_int32() and make inclusive 9 years ago
Grant Morphett ba8dbf6696 AP_Common: Added a new is_bounded global function. 9 years ago
Lucas De Marchi 821814007e AP_Common: add scanf format macro 9 years ago
Lucas De Marchi b734777b95 AP_Common: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
Lucas De Marchi 9203e2b929 AP_Common: remove PSTR definition 9 years ago
Lucas De Marchi 20c6ffc5e3 Replace use of UARTDriver::printf_P() with UARTDriver::printf() 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Lucas De Marchi dc95145de2 AP_Common: add attribute to sanitize prinf-like functions 9 years ago
Caio Marcelo de Oliveira Filho 4731f87683 AP_Common: add Makefile and clean up includes 9 years ago
Caio Marcelo de Oliveira Filho ec52df991c build: compile only the HAL files needed by the board 9 years ago
Caio Marcelo de Oliveira Filho 2e464a53c2 AP_HAL: make code not depend on concrete HAL implementations 9 years ago
Randy Mackay acd8252e4b Common: add location alt max definition 9 years ago
Lucas De Marchi 7ba6f92eb5 AP_Common: give some type safety to ARRAY_SIZE macro 9 years ago
Gustavo Jose de Sousa e32ad93ae3 AP_Common: standardize inclusion of libaries headers 10 years ago
Lucas De Marchi 82314ee4a3 AP_Common: add helper macro ARRAY_SIZE 10 years ago
Andrew Tridgell 21c8a2d94a AP_Common: override new and delete on all platforms to zero memory 10 years ago
Andrew Tridgell 191cdb8bc1 AP_Common: convert example from .pde to .cpp 10 years ago
Andrew Tridgell a1a3212131 AP_Common: moved NOINLINE define to AP_Common.h 10 years ago
Andrew Tridgell dd94cc18a1 AP_Common: fix for HAL_SITL rename 10 years ago
Andrew Tridgell a53395cdb8 AP_Common: added HomeState enum from copter 10 years ago
Andrew Tridgell 26ac29840c AP_Common: added UNUSED_FUNCTION macro 10 years ago
Grant Morphett 0b4ac5d256 AP_Common: Changes to fix the warnings in rover sitl build. 10 years ago
Andrew Tridgell 5980ff8e1c AP_Common: removed map_baudrate() 10 years ago
Randy Mackay 1475cf27ac AP_Common: fix example sketch 10 years ago