Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved host code into host directory for clean (unambiguous) top level | Josh Blum | 2010-02-17 | 1 | -56/+0 |
| | |||||
* | Work on the properties framwork with wax::obj. | Josh Blum | 2010-02-01 | 1 | -4/+4 |
| | | | | Now the obj handles all 3 things in 1, properties, polymorphic container, proxy. | ||||
* | added gpl license v3 | Josh Blum | 2010-01-29 | 1 | -0/+13 |
| | |||||
* | Switched dboard ctor arguments with a tuple. | Josh Blum | 2010-01-14 | 1 | -4/+2 |
| | | | | | | | | Sub-classes only need to pass the single argument, makes implementation cleaner. Added a dboard registry and api for the manager. This way, one could externally register custom dboard from the api. | ||||
* | Added strict compiler flags. | Josh Blum | 2010-01-13 | 1 | -4/+4 |
| | | | | | Made changes to meet compilation. Added test to verify ip and mac addr code. | ||||
* | Added the basic rx and tx skeleton wrapper. | Josh Blum | 2010-01-12 | 1 | -0/+45 |
Made autotools mods so it passes distcheck. |