Commit Graph

6 Commits

Author SHA1 Message Date
Randy Mackay
8a5d9a87d6 Copter: version to 3.4.2-rc1 2016-11-07 12:50:07 +09:00
Randy Mackay
04c76843fc Copter: version to 3.4.1 2016-11-01 11:43:18 +09:00
Randy Mackay
ae78fd00a5 Copter: version to 3.4 2016-10-31 12:03:23 +09:00
Randy Mackay
1a01fa9eb7 Copter: version to 3.4-rc7 2016-10-26 13:08:23 +09:00
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
Lucas De Marchi
352e103f1a ArduCopter: use separate header for version macro
Having the version macro in the config.h and consequently in the main
vehicle header means that whenever the version changes we need to
compiler the whole vehicle again. This would not be so bad if we weren't
also appending the git hash in the version. In this case, whenever we
commit to the repository we would need to recompile everything.

Move to a separate header that is include only by its users. Then
instead of compiling everything we will compile just a few files.
2016-05-06 13:11:28 -03:00