Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -2/+2 |
| | |||||
* | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 2 | -14/+12 |
| | | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development. | ||||
* | TwinRX: Clarify Expert log messages on resolves | Derek Kozel | 2017-01-30 | 1 | -2/+2 |
| | |||||
* | experts: remove delete after throw | Andrej Rode | 2017-01-12 | 1 | -4/+2 |
| | |||||
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 2 | -5/+6 |
| | | | | | | | | 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). | ||||
* | Experts: Always resolve all nodes in the graph | Derek Kozel | 2016-10-26 | 1 | -4/+9 |
| | |||||
* | Experts: Fix typo | Derek Kozel | 2016-10-25 | 1 | -1/+1 |
| | |||||
* | Experts: Add a printer for time_spec_t | Derek Kozel | 2016-10-25 | 1 | -0/+7 |
| | |||||
* | experts: Print values of data nodes when debugging | Ashish Chaudhari | 2016-03-21 | 2 | -2/+32 |
| | |||||
* | experts: Added additional assignment operator to data writer | Ashish Chaudhari | 2016-03-21 | 1 | -1/+6 |
| | |||||
* | experts: Multiple minor fixes/enhancements | Ashish Chaudhari | 2016-02-26 | 3 | -10/+31 |
| | | | | | | | | - Fixed segfault issue for graph modification errors - Demangled node type names and added quotes to "dot" labels to allow fully qualified C++ names - add_prop_node functions initialize the property objects in the tree in addition to data nodes - Passed in resolve mutex to desired data node correctly - Added == and != operators to data accessors | ||||
* | uhd: Added expert dependency tracking infrastructure | Ashish Chaudhari | 2016-02-12 | 6 | -0/+1550 |
- Code location uhd/lib/experts - expert_nodes.hpp contains all node definitions: data and worker - expert_container.hpp contains the memory manager and resolver for expert nodes - expert_factory contains the initializer and modifier for expert_container |