summaryrefslogtreecommitdiff
path: root/test/stl_binary_reader_test.cc
AgeCommit message (Collapse)Author
2024-05-19Basic support for colours in binary STL.v1.6.48Carl Hetherington
2021-06-03Fix line numbers in binary STL files.Carl Hetherington
Here we make sure that line numbers end up not larger than the MNR (maximum number of rows) to try to avoid subtitles going off the screen.
2021-06-03Add "U8" character code table for binary STL.Carl Hetherington
A file was sent that has "U8" as a STL CCT. I presume this means "UTF-8" but I can't see any documentation about it anywhere. This change accepts U8 as a CCT. It doesn't look like this value is actually used anywhere to change how text is parsed, but at least it doesn't fail now.
2021-06-03Small C++11 tidy-up.Carl Hetherington
2021-01-13Replace list with vector in most of the API.Carl Hetherington
2021-01-05std::shared_ptrCarl Hetherington
2020-09-30Obfuscate some test file names.Carl Hetherington
2020-01-23Add a test for the FILE * STL reader.Carl Hetherington
2020-01-23Make the STL binary reader test better.Carl Hetherington
2016-07-22Trim some includes.Carl Hetherington
2015-07-07Missing iostream includes for Arch.Carl Hetherington
2014-05-27Use boost filesystem.Carl Hetherington
2014-05-27Start of STL binary reader; start of dumpsubs.Carl Hetherington