aboutsummaryrefslogtreecommitdiffstats
path: root/host/include/uhd/utils/safe_main.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed the boost exception stuff, replaced it with macro that formats the ↵Josh Blum2010-05-051-3/+0
| | | | | | | throw site information. SWIG didnt handle the boost exception stuff, even with custom exception wrappers. Now the boost requirement can be lowered back to 3.6.
* Work on exceptions.Josh Blum2010-04-251-0/+3
| | | | | Added props exception macro to make the set/get prop switch statements easier. Made use of boost throw exception macro for throw-site information in throw assert.
* added some msvc notes, fixed line endingsJosh Blum2010-03-281-0/+1
|
* Split utils.hpp into subdir with multiple files.Josh Blum2010-03-271-0/+43
static for static block and static instance (singleton) assert for assertion and throwing related stuff algorithm for my addons to std::algorithm (has) and a new one, safe main, for having a main catch-all