ardupilot/ArduPlane
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
..
APM_Config.h Plane: added HIL_MODE parameter 2015-03-13 22:52:56 +11:00
APM_Config.h.reference Plane: cleanup HIL defines 2014-02-15 05:29:46 +11:00
ArduPlane.cpp Plane: print start of land approach 2015-12-01 07:05:07 +11:00
Attitude.cpp Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
GCS_Mavlink.cpp Plane: Text revisions 2015-11-27 18:54:30 +11:00
Log.cpp Plane: Text revisions 2015-11-26 07:56:52 +11:00
Makefile Plane: cleanup cruft in Makefile 2013-10-13 21:41:01 +11:00
Parameters.cpp Plane: Add support for handing ADS-B traffic 2015-11-23 19:45:40 +11:00
Parameters.h Plane: Add support for handing ADS-B traffic 2015-11-23 19:45:40 +11:00
Parameters.pde Plane: added blank Parameters.pde for MissionPlanner 2015-05-30 15:21:33 +09:00
Plane.cpp AP_HAL: make code not depend on concrete HAL implementations 2015-10-21 09:16:07 +11:00
Plane.h Plane: Add support for handing ADS-B traffic 2015-11-23 19:45:40 +11:00
adsb.cpp Plane: Add support for handing ADS-B traffic 2015-11-23 19:45:40 +11:00
altitude.cpp Plane: Uniformization of severities 2015-11-09 09:38:25 +11:00
arming_checks.cpp Plane: Text revisions 2015-11-26 07:56:52 +11:00
capabilities.cpp Plane: init vehicle capabilities 2015-08-05 16:08:49 +09:00
commands.cpp Plane: Text revisions 2015-11-26 07:56:52 +11:00
commands_logic.cpp Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
commands_process.cpp Plane: convert from .pde to .cpp files 2015-05-21 07:48:52 +10:00
config.h ArduPlane: remove check for AVR CPUs 2015-11-04 12:14:15 +11:00
control_modes.cpp Plane: Text revisions 2015-11-26 07:56:52 +11:00
createTags ArduPlane: don't use avr include dir for tags 2015-11-04 12:14:16 +11:00
defines.h Plane: reworked is_flying 2015-08-23 10:34:18 +10:00
events.cpp Plane: Text revisions 2015-11-26 07:56:52 +11:00
failsafe.cpp Plane: require 5 channels to run failsafe passthrough 2015-09-07 09:16:14 +10:00
geofence.cpp Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
is_flying.cpp Plane: Text revisions 2015-11-26 07:56:52 +11:00
landing.cpp Plane: Text revisions 2015-11-26 07:56:52 +11:00
make.inc Plane: include AP_ADSB library in build for Plane 2015-11-23 19:45:40 +11:00
navigation.cpp Plane: improve crosstrack error while navigating to loiter point 2015-11-09 08:25:26 +11:00
parachute.cpp Plane: Text revisions 2015-11-26 07:56:52 +11:00
px4_mixer.cpp Plane: ensure throttle reverse is obeyed in all states 2015-09-14 09:42:20 +10:00
radio.cpp Plane: Uniformization of severities 2015-11-09 09:38:25 +11:00
release-notes.txt Plane: prepare for 3.4.0 release 2015-09-24 10:08:27 +10:00
sensors.cpp Plane: Text revisions 2015-11-26 07:56:52 +11:00
setup.cpp Replace use of UARTDriver::printf_P() with UARTDriver::printf() 2015-10-30 14:35:25 +09:00
system.cpp Plane: Text revisions 2015-11-26 07:56:52 +11:00
takeoff.cpp Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
test.cpp ArduPlane: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 2015-11-04 12:14:13 +11:00