1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2024-11-25 00:53:43 +00:00
dindexer/test/unit
King_DuckZ 929c5b8adf Add a unit test for PathName and fix the errors I found.
The pool was storing strings and references to it. References
became invalid as strings got moved around, as a consequence of
push_back() in the owner container. I'm storing references in
a custom StrRange struct now, and string refs are built on the
fly when one is needed.
2017-08-18 00:24:54 +01:00
..
CMakeLists.txt Add a unit test for PathName and fix the errors I found. 2017-08-18 00:24:54 +01:00
test_diriterator.cpp Import duckhandy as a submodule and fix includes. 2016-07-14 15:52:03 +01:00
test_glob2regex.cpp Throw if glob parsing fails. 2016-05-12 20:02:33 +02:00
test_guess_content_type.cpp Import better-enums project from github and put it to use :) 2016-04-26 20:47:29 +02:00
test_lexical_cast.cpp Fix namespaces. 2016-07-14 16:02:15 +01:00
test_pathname.cpp Add a unit test for PathName and fix the errors I found. 2017-08-18 00:24:54 +01:00
test_tiger_string_conv.cpp New string_to_tiger function. 2016-06-15 14:57:52 +01:00