ardupilot/libraries/AP_Common
Lucas De Marchi 39d4fa2cf8 Revert changes to cmath according to gcc version
Revert these commits:
	"AP_Common: gcc 4.9.2 behaves differently from 4.9.3"
	"AP_Common: this workaround for missing/cmath is also needed for gcc 4.9.3"

This breaks the build for PX4. The change is related to the libc, not
the compiler version. We have an workaround there based on compiler
version just because it's usual to have a more recent libc version when
you have a recent compiler.
2016-06-21 13:54:41 -03:00
..
examples/AP_Common waf: ardupilotwaf: prefix build context methods with ap_ 2016-01-22 20:10:29 -02:00
missing Revert changes to cmath according to gcc version 2016-06-21 13:54:41 -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 AP_Common: remove support for flymaple 2016-05-23 21:49:45 -03:00
AP_Test.h libraries: update license header to GPLv3 2013-08-30 13:01:39 +10:00
c++.cpp AP_Common: remove support for flymaple 2016-05-23 21:49:45 -03: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
Location.cpp AP_Common: fix compile when using AP_TERRAIN_AVAILABLE 0 2016-05-20 12:28:46 -07:00
Location.h Location: add additional comments 2016-04-30 10:33:01 +09:00