uhd/mpm/lib
Martin Braun 1fe98e8701 uhd: Replace usage of boost smart pointers with C++11 counterparts
This removes the following Boost constructs:
- boost::shared_ptr, boost::weak_ptr
- boost::enable_shared_from_this
- boost::static_pointer_cast, boost::dynamic_pointer_cast

The appropriate includes were also removed. All C++11 versions of these
require #include <memory>.
Note that the stdlib and Boost versions have the exact same syntax, they
only differ in the namespace (boost vs. std). The modifications were all
done using sed, with the exception of boost::scoped_ptr, which was
replaced by std::unique_ptr.

References to boost::smart_ptr were also removed.

boost::intrusive_ptr is not removed in this commit, since it does not
have a 1:1 mapping to a C++11 construct.
2019-11-26 12:21:32 -08:00
..
catalina MPM: Fix version string for logger 2019-10-15 15:21:52 -07:00
chips uhd: mpm: update all license header w/ "-or-later" 2019-03-08 00:43:07 +01:00
dboards uhd: Replace usage of boost smart pointers with C++11 counterparts 2019-11-26 12:21:32 -08:00
i2c mpm: i2cdev: Use O_LARGEFILE to open i2c devices 2019-11-22 21:27:37 -08:00
mykonos ad937x: increase default dc offset averaging window 2019-10-10 11:49:39 -07:00
spi uhd: mpm: update all license header w/ "-or-later" 2019-03-08 00:43:07 +01:00
types uhd: mpm: update all license header w/ "-or-later" 2019-03-08 00:43:07 +01:00
CMakeLists.txt Remove proto-RFNoC files 2019-11-26 12:16:25 -08:00
exception.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00