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
2017-07-19Version 1.2.31.2.3Cong
2017-07-19Fix MSVC buffer overflow (fixes #52)Cong
2017-05-31Replace openhub badge with release versionCong
2017-03-29Version 1.2.21.2.2Cong
2017-03-29Fixes FindFirstFile is missing on win10 (#50, fixes #49)James Chen
2016-12-28Version 1.2.11.2.1Cong
2016-12-28Fix build with gcc-6 (#45)Björn Esser
2016-11-12Adding clib support (#43)Isty001
2016-10-28Merge pull request #42 from lautis0503/masterCong
2016-10-28Use readdir by defaultLautis Sun
2016-09-25Use readdir by default (fixes #41)Cong
2016-09-08Update tinydir.hCong
2016-09-08Merge pull request #40 from lautis0503/masterCong
2016-09-07Make dir_name_buf no longer than _TINYDIR_FILENAME_MAXLautis Sun
2016-09-07Define _TINYDIR_PATH_MAX as OS supportsLautis Sun
2016-09-07Add declaration of tinydir_file_openLautis Sun
2016-09-07Fix unicode support #39Lautis Sun
2016-08-01error check tinydir_nextCong
2016-07-19Merge pull request #37 from lautis0503/masterCong
2016-07-19Replace & with && in line 36&40Lautis Sun
2016-07-19Test if a unicode string is emptyLautis Sun
2016-07-19Fix unicode support in tinydir_file_openLautis Sun
2016-07-17random_access_sample to accept optional argumentCong
2016-07-17Fix tinydir_file_open with filename only failure in Windows (fixes #35)Cong
2016-07-15travis out of source buildCong
2016-07-15Run test with travisCong
2016-07-15Add testCong
2016-07-08Clarify licensing in readme1.2Cong
2016-07-08include list_to_file in cmake projectCong
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