Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cxong/tinydir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-21Add more configurations to build matrix, update cpp_sampleCong
2019-11-29Implement tinydir_file_open for drive root (fixes #66)Cong
2016-09-25Use readdir by default (fixes #41)Cong
Add windows unicode test Update .gitignore for VS2015
2016-08-01error check tinydir_nextCong
2016-07-17random_access_sample to accept optional argumentCong
Fix cbehave function declaration
2016-07-08include list_to_file in cmake projectCong
2016-07-08Update list_to_file.cCong
2016-07-07Make sure that _UNICODE & UNICODE are both defined.Lautis Sun
2016-07-03Fix ansi listLautis Sun
Undefine _UNICODE and then we can list directory withou unicode
2016-06-27Fix _wfopen for windowsLautis Sun
Now we can write to files with unicode in path.
2016-06-25Fix support for VSLautis Sun
2016-06-25Add sample: list directory to file with unicode supportLautis Sun
2016-04-02Remove trailing slashes from pathCong
2016-04-02-std=c++0xCong
2016-04-02Update CMakeLists.txtCong
2016-04-02Remove root .gitignore; include cpp_sample in CMakeListscxong
2016-03-15Forward declare same names as C structs (#24)Cong Xu
Add cpp_sample
2015-11-15Fix mingw buildCong
2014-05-13Include file_open_sample in CMakeListsCong
2014-05-13Create file_open_sample.cCong
2014-04-28Merge clang/gcc compiler flagsCong
Remove -freg-struct-return from both clang and gcc (other) compiler flag definitions. Flag is a GCC optimisation and not required.
2014-04-22use size_t where appropriate in the samplesWilliam Woodall
2014-04-22ignore a build file in the sample directoryWilliam Woodall
2014-04-22the 10.9 compiler chokes on -freg-struct-returnWilliam Woodall
2013-04-12Fix samples build (fixes #3)Cong
2013-04-12Move CMakeLists.txt into samples/ (#3)Cong
2013-04-12Remove generated projects/makefile, move samples (#3)Cong