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-04 17:10:34 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c3cae8d8adf20d0f508b60b5d54a9e88f42dbecd
PX4-Autopilot
/
libuavcan
/
src
T
History
Pavel Kirienko
581ee43231
UAVCAN_IMPLEMENT_PLACEMENT_NEW
2014-05-05 19:28:28 +04:00
..
driver
Functions from <algorithm> reimplemented in libuavcan
2014-05-04 23:13:38 +04:00
marshal
<limits> from STL is not required
2014-05-05 15:51:49 +04:00
node
Functions from <algorithm> reimplemented in libuavcan
2014-05-04 23:13:38 +04:00
protocol
Partially removed all references to STL's algorithm. <algorithm> is not included anywhere, though still used in several places which still alows the code to compile as <algorithm> is being pulled in from some other standard headers.
2014-05-04 21:22:18 +04:00
transport
UAVCAN_IMPLEMENT_PLACEMENT_NEW
2014-05-05 19:28:28 +04:00
uc_data_type.cpp
Include order fix
2014-04-19 17:03:16 +04:00
uc_dynamic_memory.cpp
Functions from <algorithm> reimplemented in libuavcan
2014-05-04 23:13:38 +04:00
uc_error.cpp
std::bitset<> replaced with BitSet<>; stdexcept is not included unless exceptions are enabled
2014-05-04 20:49:58 +04:00