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 (Expand)Author
2016-07-08Update list_to_file.cCong
2016-07-08Update tinydir.hCong
2016-07-08Delete THANKSCong
2016-07-08Update README.mdCong
2016-07-08Update COPYINGCong
2016-07-07Merge pull request #34 from lautis0503/masterCong
2016-07-07Make sure that _UNICODE & UNICODE are both defined.Lautis Sun
2016-07-04Fix _splitpath for old versions of VSLautis Sun
2016-07-03Fix ansi listLautis Sun
2016-06-27Fix _wfopen for windowsLautis Sun
2016-06-26Something useless?Lautis Sun
2016-06-26Fix _splitpath for mingw32Lautis Sun
2016-06-25Fix support for VSLautis Sun
2016-06-25Add sample: list directory to file with unicode supportLautis Sun
2016-06-25Add UNICODE support for MINGW32Lautis Sun
2016-06-25Let Windows choose which function to useLautis Sun
2016-06-20Add UNICODE support in windows based on #19 (Fixes #17)Lautis Sun
2016-04-15Merge pull request #33 from GFdevelop/masterCong
2016-04-15pragma warning fixGFdevelop
2016-04-06Update copyright and authorsCong
2016-04-03Fix var result unusedCong
2016-04-02Remove trailing slashes from pathCong
2016-04-02Use feature test macros for _tinydir_dirent_buf_size (fixes #30)1.1.1cxong
2016-04-02-std=c++0xCong
2016-04-02Update CMakeLists.txtCong
2016-04-02Remove root .gitignore; include cpp_sample in CMakeListscxong
2016-03-31Use readdir fallback if non-POSIX (fixes #29)Cong
2016-03-30Rework STDC_VERSION macro check to default to C99+Cong
2016-03-30Fix inline warning under C99 (#28)Cong
2016-03-30Don't use readdir_r on MinGW (#28)Cong
2016-03-18Add race condition bugCong
2016-03-15Forward declare same names as C structs (#24)Cong Xu
2016-03-15Merge pull request #24 from cosmy1/masterCong
2016-03-13update copyright authorsCong
2016-03-12Threadsafe now1.1.0Cong
2016-03-12Avoid setting errno if system already provides oneCong
2016-03-12Remove unneeded error local varCong
2016-03-12Move helper function below definitionsCong
2016-03-12static/inline helper function dirent_buf_sizeCong
2016-03-12Replace unused macroCong
2016-03-12Remove C++ style // commentCong
2016-03-12Add Andargor to copyright headerCong
2016-03-12Merge pull request #26 from Andargor/masterCong
2016-03-03minor fix to erroneously added text in disclaimerAndargor
2016-03-03Fix for failed checks on unused parametersAndargor
2016-03-03third proposal with dynamic allocation of dirent bufferAndargor
2016-03-03Second proposal for readdir_r using static allocation in tinydir_dir, fixedAndargor
2016-03-03Second proposal for readdir_r with entry allocation in tinydir_dirAndargor
2016-03-02Changed readdir to readdir_r for thread-safetydmacesic
2016-03-01extern "C"Cong