This website works better with JavaScript.
Explore
Help
Register
Sign In
zrzk
/
zr-v4
Watch
1
Star
0
Fork
You've already forked zr-v4
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
40204
Commits
10
Branches
0
Tags
227 MiB
Tree:
54373a6703
zr-v4
/
libraries
/
AP_HAL
/
utility
/
tests
/
wscript
8 lines
104 B
Raw
Normal View
History
Unescape
Escape
AP_HAL: utility: Add OwnPtr implementation This is very similar to std::unique_ptr, but doesn't require including the <memory> header which pulls lots of c++ headers and cause problems with nuttx headers. It's header-only. It contains an explanation on what it solves, how to use and unit tests.
9 years ago
#!/usr/bin/env python
# encoding: utf-8
def build(bld):
bld.ap_find_tests(
use='ap',
)