summaryrefslogtreecommitdiffstats
path: root/host/lib/utils/warning.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: removed deprecated warning API, log+msg now in APIJosh Blum2011-05-181-87/+0
|
* uhd: replaced warning post with calls to UHD_MSG(warning)Josh Blum2011-05-041-4/+4
| | | | | The message api can support warnings, error, and status messages. The default handler is to stdio, but the user can change this.
* uhd: replaced instanced of std::exception with the uhd exceptionsJosh Blum2011-02-241-2/+2
|
* uhd: update copyright dates on host codeJosh Blum2011-01-131-1/+1
|
* uhd: integrated boost split or tokenizer into source files, remove string ↵Josh Blum2011-01-061-2/+6
| | | | split from algorithms header
* uhd: replaced print warning with a post warning call and registryJosh Blum2010-10-261-4/+55
| | | | | | renamed print warning calls in the implementation fixed issue with dict::pop so it now works even if the value is not comparable
* uhd: made split string utility functionJosh Blum2010-08-121-6/+2
|
* uhd: added warning printer utility functionJosh Blum2010-08-041-0/+36