summaryrefslogtreecommitdiff
path: root/src/lib/nanomsg.cc
AgeCommit message (Collapse)Author
2025-12-05Cleanup: can now remove the _NC log variants.Carl Hetherington
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
2022-04-03C++11 and whitespace cleanups.Carl Hetherington
2021-05-26Tidy up Nanomsg more correctly.Carl Hetherington
2021-05-09Add more logging to disk writer.Carl Hetherington
2021-02-17Assorted C++11 tidying.Carl Hetherington
2020-11-16Remove unused code.Carl Hetherington
2020-04-13Tidy up nanomsg class API; add unmounting for Linux.Carl Hetherington
2020-04-06Add disk writer tool.Carl Hetherington