aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/image_loader.cpp
Commit message (Expand)AuthorAgeFilesLines
* lib: Use const-ref in for loops instead of const-copyMartin Braun2021-03-041-1/+1
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-30/+34
* uhd: Update license headersMartin Braun2018-02-191-1/+2
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
* log: Remove logging out of any UHD_STATIC_BLOCK.trungnob2017-05-201-2/+2
* logging: Demoted a number of DEBUG messages to TRACEMartin Braun2017-04-051-1/+1
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-3/+3
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-2/+1
* Added uhd::image_loader class and uhd_image_loader utilityNicholas Corgan2015-07-151-0/+87