summaryrefslogtreecommitdiffstats
path: root/host/examples
Commit message (Collapse)AuthorAgeFilesLines
* moved props into usrp and multiple hpp filesJosh Blum2010-04-011-1/+0
|
* Added io type and otw type for describing types.Josh Blum2010-03-301-1/+4
|
* Split utils.hpp into subdir with multiple files.Josh Blum2010-03-271-1/+2
| | | | | | | 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
* Overhaullllllled the way we do streaming. There is an odd bug whereJosh Blum2010-03-251-5/+9
| | | | | | | | | a zero length command (now, no chain) used to stop the streaming. Now it seems to do the reverse... must investigate. Made all clock configuration into enums. The strings were painful and there cant be that many variations that enums cant cover them. The enums will make more sense to developers than mystery strings.
* Reorganized apps dir into utils and examples dir.Josh Blum2010-03-232-0/+111
The files get installed into the pkg data directory.