Ardupilot2/libraries/AP_NavEKF
Lucas De Marchi 2591261af6 Global: rename min and max macros to uppercase
The problem with using min() and max() is that they conflict with some
C++ headers. Name the macros in uppercase instead. We may go case by
case later converting them to be typesafe.

Changes generated with:

	git ls-files '*.cpp' '*.h' -z | xargs -0 sed -i 's/\([^_[:alnum:]]\)max(/\1MAX(/g'
	git ls-files '*.cpp' '*.h' -z | xargs -0 sed -i 's/\([^_[:alnum:]]\)min(/\1MIN(/g'
2015-12-01 16:28:09 -02:00
..
Models AP_NavEKF: rename file to remove spaces 2015-05-23 17:14:52 +10:00
AP_Nav_Common.h AP_NavEKF: Add missing GPs check report 2015-10-10 21:22:49 +09:00
AP_NavEKF_core.cpp Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
AP_NavEKF_core.h AP_NavEKF: split EKF1 into frontend and backend 2015-11-06 10:42:57 +11:00
AP_NavEKF.cpp AP_NavEKF: libraries_Text_revision 2015-11-26 08:10:14 +11:00
AP_NavEKF.h AP_NavEKF: Publish enabled status 2015-11-08 15:37:27 +11:00
AP_SmallEKF.cpp AP_NavEKF: use millis/micros/panic functions 2015-11-20 12:32:31 +09:00
AP_SmallEKF.h AP_NavEKF: standardize inclusion of libaries headers 2015-08-11 16:38:20 +10:00