summaryrefslogtreecommitdiff
path: root/src/lib/timer.cc
AgeCommit message (Collapse)Author
2025-07-10Remove compose.hpp includes.Carl Hetherington
sed -i "/include.*compose.hpp/d;" src/lib/*.cc src/wx/*.cc src/wx/*.h src/tools/*.cc src/lib/*.h test/*.cc
2025-07-10Replace String::compose with fmt.Carl Hetherington
sed -i "/Plural-Forms/n;/%100/n;/scanf/n;s/%[123456789]/{}/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc src/lib/po/*.po src/wx/po/*.po src/tools/po/*.po test/*.cc sed -i "s/String::compose */fmt::format/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc test/*.cc
2021-04-08Assorted C++11/formatting cleanups.Carl Hetherington
2021-02-28Move some comments into a header.Carl Hetherington
2021-02-28C++11 tweaks.Carl Hetherington
2019-07-24Improve formatting of StateTimer output.Carl Hetherington
2019-05-10Add some very basic timing of the player.Carl Hetherington
2018-08-12White space.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2013-02-28Various markup and tweaks.Carl Hetherington
2012-07-15Move things round a bit.Carl Hetherington