ardupilot/libraries/AP_Common
Lucas De Marchi fea084a596 Global: use ap_version.h
This header is used by waf to contain the generated version macros,
particularly using the git hash. For waf it's better to be in a separate
header since it then can keep track of changes on it a trigger
recompilation.

For the make build system, a dummy ap_version.h file has been added in
the missing/ folder so both implementations can co-exist.
2016-05-06 13:11:28 -03:00
..
examples/AP_Common waf: ardupilotwaf: prefix build context methods with ap_ 2016-01-22 20:10:29 -02:00
missing Global: use ap_version.h 2016-05-06 13:11:28 -03:00
AP_Common.cpp AP_Common: rename is_bounded() to is_bounded_int32() and make inclusive 2015-11-11 13:45:05 +11:00
AP_Common.h Location: initial class implementation 2016-04-30 10:33:01 +09:00
AP_Test.h libraries: update license header to GPLv3 2013-08-30 13:01:39 +10:00
Location.cpp Location: operator= uses const reference 2016-04-30 10:33:01 +09:00
Location.h Location: add additional comments 2016-04-30 10:33:01 +09:00
c++.cpp AP_Common: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 2015-11-04 12:14:11 +11:00
keywords.txt Add support for 'new' and 'delete', so we can cons things on the fly. 2010-10-17 04:02:06 +00:00