Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-01-21 | Replaced include guards with #pragma once | Thorbjørn Lindeijer | 1 | -4/+1 | |
Thanks to https://github.com/cgmb/guardonce and a follow-up replace to remove duplicated newlines at end of file: find src -type f -name '*.h' -exec \ sed --in-place -e :a -e '/^\n*$/{$d;N;};/\n$/ba' {} \; Source: https://unix.stackexchange.com/questions/81685/how-to-remove-multiple-newlines-at-eof Fixes compile on macOS, which appears to have been due to the EVENT_H include guard. | |||||
2009-01-25 | Removed the TMW branding from header guards | Bjørn Lindeijer | 1 | -3/+3 | |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -1/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2006-12-12 | Moved base64 module into utils directory. | Bjørn Lindeijer | 1 | -0/+37 | |