index
:
uhd
lea-m8f
lea-m8f-003_008_002
lea-m8f-003_009_001
lea-m8f-003_009_004
lea-m8f-003_010_003_000
lea-m8f-003_012_000_000
lea-m8f-v3.14.1.0
lea-m8f-v4.2.0.1
master
Ettus' UHD Repository
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
host
Commit message (
Expand
)
Author
Age
Files
Lines
*
uhd: math: Add linear_interp()
Martin Braun
2020-03-18
2
-7
/
+30
*
debian: Rename control file for libuhd to contain 4.0.0 version
Martin Braun
2020-03-18
1
-0
/
+0
*
debian: Fixes to copyright file
Martin Braun
2020-03-18
1
-389
/
+385
*
cmake: Add CMakeRC module and ::rc namespace
Martin Braun
2020-03-18
4
-1
/
+665
*
lib: deps: Add FlatBuffers 1.11.0 header files
Martin Braun
2020-03-18
17
-0
/
+9179
*
lib: Use from_str<bool> in constrained_device_args_t
Aaron Rossetto
2020-03-18
1
-17
/
+7
*
utils: Add bool specialization to cast::from_str()
Aaron Rossetto
2020-03-18
3
-0
/
+60
*
tests: Allow custom name for mock terminator
Aaron Rossetto
2020-03-13
1
-4
/
+6
*
tests: Allow custom mock_reg_iface_t in mock block
Aaron Rossetto
2020-03-13
2
-8
/
+10
*
utils: cal: Replace property tree accesses with other API calls
Martin Braun
2020-03-12
1
-43
/
+35
*
multi_usrp: Provide valid return value for multi_usrp::get_device()
Martin Braun
2020-03-12
3
-8
/
+72
*
utils/C API: Fix property tree access
Martin Braun
2020-03-12
3
-8
/
+8
*
python: Export UHD paths utility functions
Martin Braun
2020-03-12
3
-0
/
+30
*
python: Remove Python2-specific code
Martin Braun
2020-03-12
1
-7
/
+0
*
lib: gain_group: Remove spurious logs
Martin Braun
2020-03-12
1
-2
/
+0
*
python: Arrange file in Python module into uhd/ subdirectory
Martin Braun
2020-03-10
8
-21
/
+54
*
examples: Update gain block testbench to use samples
Wade Fife
2020-03-09
2
-26
/
+25
*
sim: Parameterize chdr_word_t data type
Wade Fife
2020-03-09
2
-2
/
+12
*
uhd: Apply clang-format against all .cpp and .hpp files in host/
Martin Braun
2020-03-03
432
-22914
/
+24827
*
docs: n3xx/x3xx: Fix links to DPDK page
steviez
2020-02-27
2
-2
/
+2
*
device: read in preferences file before discovery
Andrew Lynch
2020-02-26
1
-1
/
+3
*
rfnoc: Reuse the graph object
Andrew Lynch
2020-02-26
1
-1
/
+20
*
lib: move OSX specific code to where the values are initially set
Michael Dickens
2020-02-21
1
-0
/
+11
*
lib: tweak prototypes to not be constexpr to allow building on OSX
Michael Dickens
2020-02-21
1
-5
/
+5
*
examples: Wrap get_gpio_src() with try/catch block
steviez
2020-02-19
1
-7
/
+14
*
utils: images downloader: Add support for UHD_IMAGES_URL, clean up
Martin Braun
2020-02-19
1
-35
/
+29
*
utils: images downloader: Handle missing content-length response
Martin Braun
2020-02-19
1
-7
/
+18
*
rfnoc: actions: Cleanup rx_event_action_info ctor
steviez
2020-02-18
3
-13
/
+18
*
rfnoc: actions: Fix uninitialized timestamps
steviez
2020-02-18
3
-11
/
+18
*
utils: image_downloader: check write conditions
steviez
2020-02-18
1
-0
/
+13
*
x300: add front-panel GPIO source control
eklai
2020-02-18
6
-47
/
+164
*
ad9361: Fix formatting
Martin Braun
2020-02-10
2
-19
/
+16
*
thread: Fix formatting in thread utilities
Martin Braun
2020-02-10
2
-135
/
+147
*
lib: utils: Don't use hard-coded path constants
Ryan Volz
2020-02-07
2
-2
/
+27
*
python: Set python module suffix to conform with PEP 3149.
Ryan Volz
2020-02-07
1
-1
/
+10
*
python: Do not link against python lib for building an extension module.
Ryan Volz
2020-02-07
1
-1
/
+10
*
python: Fix internal library name (incl. suffix) to match filename.
Ryan Volz
2020-02-07
1
-7
/
+7
*
rfnoc: ddc: Make scaling optional, prefer to change decim
Martin Braun
2020-02-07
1
-28
/
+53
*
rfnoc: registry: Fix Doxygen for register_block_direct()
Martin Braun
2020-02-07
1
-0
/
+12
*
rfnoc: Update blocks to use autogenerated noc_shell
Wade Fife
2020-02-06
7
-13
/
+66
*
fixup! utils: blocktool: Fix blocktool
Wade Fife
2020-02-06
2
-5
/
+5
*
cmake/doxygen: Fix FPGA manual post-FPGA-merge
Martin Braun
2020-02-06
3
-39
/
+7
*
rfnoc: Provide make_args_t dtor in rfnoc_blocks_test
Aaron Rossetto
2020-02-04
1
-0
/
+3
*
examples: benchmark_rate clean print out
mattprost
2020-02-04
1
-8
/
+12
*
octoclock: Change type of EEPROM property to mboard_eeprom_t
Martin Braun
2020-02-04
3
-6
/
+10
*
octoclock: Avoid usage of uninitialized memory
Martin Braun
2020-02-04
5
-41
/
+48
*
octoclock: Apply clang-format
Martin Braun
2020-02-04
8
-659
/
+753
*
multi_usrp: Add get_tree() API call
Martin Braun
2020-02-04
3
-0
/
+14
*
docs: fix typo in stream.hpp
Michael Dickens
2020-01-29
1
-1
/
+1
*
rfnoc: Create mock factory
Martin Braun
2020-01-29
7
-69
/
+135
[next]