ardupilot/Tools
Gustavo Jose de Sousa 84b5555a1a Tools: standardize inclusion of libaries headers
This commit changes the way libraries headers are included in source files:

 - If the header is in the same directory the source belongs to, so the
 notation '#include ""' is used with the path relative to the directory
 containing the source.

 - If the header is outside the directory containing the source, then we use
 the notation '#include <>' with the path relative to libraries folder.

Some of the advantages of such approach:

 - Only one search path for libraries headers.

 - OSs like Windows may have a better lookup time.
2015-08-11 16:28:41 +10: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: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10: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 Frame: add SToRM32 gimbal parameters 2015-06-02 14:49:40 +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 Tools: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
Linux_HAL_Essentials Tools: correct array-out-of-bounds in PRU test 2015-07-10 18:56:20 +10:00
LogAnalyzer LogAnalyzer: don't die if no arm/disarm eveents 2015-07-10 19:00:22 +10: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 Tools: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10: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 autotest: fixed sense of test for autotest directory 2015-07-23 14:36:18 +10:00
scripts Tools: fix ubuntu prereqs script to force python2 2015-07-18 13:48:29 +09:00
vagrant Fix vagrant build issues with submodules. 2015-06-18 08:47:32 +10:00