Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-03 | Don't forward declare functions with "inline" in headers | Kevin O'Connor | 1 | -4/+4 | |
Don't mark function definitions in headers with "inline" - it causes compile warnings on gcc v5. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> Acked-by: Paul Menzel <paulepanter@sourceforge.net> | |||||
2013-09-02 | Move code centered around specific hardware devices to src/hw/ | Kevin O'Connor | 1 | -0/+29 | |
Move many C files from the src/ directory to the new src/hw/ directory. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |