Clean up glmark2 code
Registered by
Alexandros Frantzis
Clean up, refactor and add comments to ensure glmark2 code is in top shape.
Blueprint information
- Status:
- Complete
- Approver:
- Jesse Barker
- Priority:
- Low
- Drafter:
- Alexandros Frantzis
- Direction:
- Approved
- Assignee:
- Alexandros Frantzis
- Definition:
- Approved
- Series goal:
- Accepted for 2011.11
- Implementation:
- Implemented
- Milestone target:
- 2011.11
- Started by
- Alexandros Frantzis
- Completed by
- Alexandros Frantzis
Whiteboard
Headline: Ensure code is in top shape.
Acceptance: Code is easier to navigate and understand and continues to compile :)
(?)
Work Items
Work items:
[jesse-barker] Enforce coding/naming conventions everywhere (eg "variable_" for object variables): DONE
[jesse-barker] Replace C-style casts with C++ casts: DONE
Extract common functionality from code and put it in Util (or other helper classes): DONE
Add doxygen comments to all base classes: DONE
Miscellaneous code maintenance: DONE