1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-11 19:24:10 +01:00
LibrePilot/ground/uavobjgenerator/generators
Richard Flay (Hyper) 7937ae6296 OP-931: Makes flight code compile with -Wfloat-equal and -Wunsuffixed-float-constants enabled.
Also fixes warnings (and bugs) in F4 STM32_USB_OTG_Driver code, allowing -Werror to be enabled for all flight code.
Fixes all other compiler warnings that would otherwise cause the flight code to not compile with -Werror enabled.
Along the way, this also adds some uses of isnan() to various places rather than questionable tests for x != x and
x == x to check for NaNs.

+review OPReview
2013-04-30 20:36:42 +09:30
..
flight OP-931: Makes flight code compile with -Wfloat-equal and -Wunsuffixed-float-constants enabled. 2013-04-30 20:36:42 +09:30
gcs Merge remote-tracking branch 'origin/pt/gcs_uavobj_widget_framework' into next 2012-02-14 14:24:23 -06:00
java Update the UAVObjects to the version on next. At some point a make script 2012-08-06 16:54:54 -05:00
matlab Fixed comments to mention "instantiation" instead of "allocation". 2012-08-16 08:47:45 +02:00
python FlightPlan/Python: Updated object generator to create a Python file for each UAVObject. It is now possible to access all UAVObjects from the FlightPlan Python scripts. 2011-03-03 02:22:50 +00:00
wireshark uavobjgenerator: Add generator for wireshark UAVO plugin 2012-06-19 00:21:35 -04:00
generator_common.cpp Merge branch 'next' into thread/OP-642 2012-06-30 16:51:19 +02:00
generator_common.h uavobjgenerator: enable '(' and ')' characters in object field names 2011-10-30 11:34:47 +02:00
generator_io.cpp uavobjgenerator: Move generator out of the gcs subdir 2011-01-22 17:38:37 +00:00
generator_io.h uavobjgenerator: Move generator out of the gcs subdir 2011-01-22 17:38:37 +00:00