ardupilot/Tools
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
..
APM2_2560_bootloader Tools: fixup line endings 2014-04-15 15:55:15 +09:00
APM_radio_test Tools: fixup line endings 2014-04-15 15:55:15 +09:00
ArduPPM Tools: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
ArduPilotMega_demo Tools: fixup line endings 2014-04-15 15:55:15 +09:00
ArdupilotMegaPlanner Mission planner moved notice 2013-02-05 18:24:05 +08:00
CHDK-Scripts CHDK script changes 2014-12-26 16:04:35 +09:00
CPUInfo Tools: CPUInfo use millis/micros/panic functions 2015-11-20 12:26:48 +09:00
CodeStyle Added a default astyle options file and a linux script to run it. 2015-11-11 13:53:28 +11:00
Failsafe Tools: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
FlightGear Tools: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
Frame_params Update 3DR_X8-M_RTF.param 2015-10-18 09:27:54 +09:00
GIT_Test autotest: Enable SITL code to call an external ROS simulator for ArduPlane 2015-03-14 09:07:52 +11:00
Hello build: removed all nocore.inoflag files 2015-11-16 08:05:17 +11:00
Linux_HAL_Essentials Linux_HAL_Essentials: Add HC-SR04 README.md 2015-12-01 07:04:10 +11:00
LogAnalyzer LogAnalyzer: adjust for change in vehicle definition MSG string 2015-10-15 09:40:25 +09:00
PPM_decoding Tools: fixup line endings 2014-04-15 15:55:15 +09:00
PXF Tools: Add PXF enable and check CS scripts 2014-07-14 09:29:36 +10:00
Replay Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
SerialProxy Tools Serial Proxy: fixup line endings 2014-04-15 15:55:30 +09:00
Xplane import Tools directory 2011-09-09 11:31:32 +10:00
autotest Tools: firmware.diydrones gets reference to companion computers 2015-12-01 20:04:52 +09:00
gittools Tools: gittools: add git-subsystems-split 2015-09-09 10:50:35 +10:00
scripts Travis: added px4-v4 to the travis build 2015-11-27 19:23:29 +11:00
vagrant Tools: fix up URL in readme to SITL via Vagrant doc 2015-11-30 09:55:07 +09:00