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. | |||||
2025-01-20 | Cleaned up path handling a bit | Thorbjørn Lindeijer | 1 | -12/+3 | |
2013-05-04 | Client-side settings are now available from settings.xml | Przemysław Grzywacz | 1 | -0/+42 | |