This website requires JavaScript.
Explore
Help
Register
Sign In
fly316
/
PX4-Autopilot
Watch
7
Star
0
Fork
0
mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced
2026-07-13 03:50:36 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
41eeae820093cd79e9ac03abe865e15b80e08e0e
PX4-Autopilot
/
libuavcan
T
History
Pavel Kirienko
41eeae8200
Automatic selection between <stdint.h> and <cstdint> depending on the C++ standard. This improvement made the library completely independent from the standard C headers in C++11 mode. In C++03 mode, though, some C headers are still needed: <stdint.h>, <math.h>
2014-03-17 21:15:20 +04:00
..
dsdl_compiler
Fixed unused arguments in generated data types
2014-03-15 13:59:30 +04:00
include
/uavcan
Automatic selection between <stdint.h> and <cstdint> depending on the C++ standard. This improvement made the library completely independent from the standard C headers in C++11 mode. In C++03 mode, though, some C headers are still needed: <stdint.h>, <math.h>
2014-03-17 21:15:20 +04:00
src
Proper #define for UAVCAN_EXCEPTIONS
2014-03-17 20:48:03 +04:00
test
Proper C++ version detection
2014-03-17 20:38:02 +04:00
CMakeLists.txt
Much improved tests: Both C++03/C++11 are supported, with exceptions and without them; test outputs are being dumped on disk
2014-03-17 19:45:27 +04:00
cppcheck.sh
cppcheck: removed flag --inconclusive as it was producing some stupid false positives
2014-02-06 00:08:18 +04:00