aboutsummaryrefslogtreecommitdiff
path: root/backends/timer/bada/timer.cpp
AgeCommit message (Collapse)Author
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2012-09-04BADA: Convert CRLF to LFWillem Jan Palenstijn
2012-03-17JANITORIAL: Remove +x from files, which should not be executable.Christoph Mallon
2012-03-17ALL: Make use of defined() for the preprocessor consistent.Johannes Schickel
This does not change the use of defined for some NDS source files, since they seem to be (based on?) third party code.
2011-11-02BADA: Fix loopWillem Jan Palenstijn
2011-08-21BADA: Moved timer manager to backends/timer/badaChris Warren-Smith