Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nocscript: add optional port argument to block sr_write | Mark Meserve | 2019-07-10 | 1 | -4/+15 |
| | |||||
* | uhd: mpm: update all license header w/ "-or-later" | Brent Stapleton | 2019-03-08 | 1 | -1/+1 |
| | | | | Updating all SPDX license identifiers to include "-or-later" | ||||
* | lib: Fix various type-conversion compiler warnings | Martin Braun | 2019-02-28 | 2 | -2/+2 |
| | | | | | This makes more type-conversions explicit, to reduce the number of warnings specifically for MSVC. | ||||
* | lib: rfnoc: Add some missing virtual destructors | Martin Braun | 2019-01-22 | 2 | -2/+6 |
| | |||||
* | formatting: Apply clang-format to nocscript files | Martin Braun | 2019-01-22 | 8 | -557/+499 |
| | |||||
* | formatting: remove vim hints in headers | Brent Stapleton | 2019-01-16 | 4 | -4/+0 |
| | | | | | Remove trailing vim hints in header files. This functionality will be replaced by clang-format. | ||||
* | cmake: Update coding style to use lowercase commands | Martin Braun | 2018-11-14 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | Also updates our coding style file. Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. Run the following shell code (with GNU compliant sed): cmake --help-command-list | grep -v "cmake version" | while read c; do echo 's/\b'"$(echo $c | tr '[:lower:]' '[:upper:]')"'\(\s*\)(/'"$c"'\1(/g' done > convert.sed \ && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' \ '*CMakeLists.txt' | xargs -0 gsed -i -f convert.sed && rm convert.sed (Make sure the backslashes don't get mangled!) | ||||
* | lib: Purge use of boost::assign, except for uhd::dict | Martin Braun | 2018-05-02 | 1 | -8/+7 |
| | | | | | | | Replaced with initialization lists. Note: uhd::dict does not work with initializer lists without making changes to said data structure. This commit has no functional changes, so keeping the boost::assigns for uhd::dict. | ||||
* | lib: Purge all references to boost::this_thread::sleep() | Martin Braun | 2018-04-30 | 1 | -2/+3 |
| | | | | Replace with std::this_thread::sleep_for(). | ||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 10 | -9/+19 |
| | | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0. | ||||
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 10 | -120/+10 |
| | |||||
* | uhd: Replaced many lexical_cast with appropriate C++11 equivalents | Martin Braun | 2017-06-29 | 2 | -10/+9 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2017-05-03 | 1 | -0/+2 |
|\ | |||||
| * | coverity: fix various minor issues | Andrej Rode | 2017-04-25 | 1 | -0/+2 |
| | | |||||
* | | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -13/+13 |
| | | |||||
* | | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 2 | -5/+3 |
|/ | | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development. | ||||
* | lib: add default ctors to structs and initialize members properly | Andrej Rode | 2017-01-12 | 1 | -1/+1 |
| | |||||
* | nocscript: fully fix build issue on Py3k | Michael Dickens | 2016-12-16 | 1 | -2/+2 |
| | |||||
* | nocscript: Fixed build issue on Py3k | Martin Braun | 2016-12-15 | 1 | -2/+2 |
| | |||||
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 1 | -1/+1 |
| | | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that). | ||||
* | Merging RFNoC support for X310 | Martin Braun | 2016-08-09 | 10 | -0/+2272 |