summaryrefslogtreecommitdiff
path: root/test/image_filename_sorter_test.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
2025-07-10Add some includes of fmt/format.h.Carl Hetherington
2024-03-20Replace std::random_shuffle (removed in C++17).Carl Hetherington
2021-05-03C++11 tidying.Carl Hetherington
2018-07-24Fix image filename sorter with filenames that have lots of numbers.Carl Hetherington
2017-05-27Optimise sorting of image filenames.Carl Hetherington
One regression here is that /1/01/1 will be seen as greater than /1/2/1 as the numbers are now coalesced so the comparsion would be 1011 cf 121.
2017-04-19Various Doxygen fixes.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-01-07Fix slightly odd #includes of image_filename_sorter.ccCarl Hetherington
2015-10-28More tweaks to image filename ordering.Carl Hetherington
2015-07-17Improve image filename sorter.Carl Hetherington
2015-06-04Use CHECK not ASSERT.Carl Hetherington
2015-02-17Hand-apply 71a4c0f5440688a38a2bb34170a3ccf9b1ea598f from 1.x;Carl Hetherington
correctly sort image sequences.