aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed the boost exception stuff, replaced it with macro that formats the ↵Josh Blum2010-05-051-0/+9
| | | | | | | 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.
* Got eeprom read/write dboard ids working.Josh Blum2010-04-261-0/+44
Moved named prop implementation into cpp, and made named prop a struct (tuples are trouble).