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-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
2015-11-19Remove AUR linkCong
2015-11-15Use newer travis infraCong
2015-11-15Fix mingw buildCong
2015-08-27Merge pull request #25 from czipperz/patch-1Cong
2015-08-27Indent precompiler statements inside percompile ifsChris Gregory
2015-06-28Update tinydir.hcosmy1
2015-03-05Merge pull request #23 from prshreshtha/masterCong
2015-03-05Fix Windows compilation with Unicode enabledPranjal Raihan
2015-01-18Merge pull request #22 from dariomanesku/masterCong
2015-01-18Fixing compilation error for C compiler.Dario Manesku
2015-01-18Added overridable macros for dynamic allocation.Dario Manesku
2014-12-17Merge pull request #21 from AMDG2/patch-1Cong
2014-12-17Move AUR package to a new sectionBaudouin Feildel
2014-12-16hide some MSVCisms in _MSC_VERCong
2014-12-15Add link to AUR package.Baudouin Feildel
2014-12-15Merge pull request #20 from seanmiddleditch/win32-macro-fixCong
2014-12-15Replace uses of _MSC_VER with _WIN32.Sean Middleditch
2014-08-05Add openhub thin widgetCong
2014-05-13Include file_open_sample in CMakeListsCong
2014-05-13Create file_open_sample.cCong
2014-05-13Add tinydir_file_open (fixes #10)Cong
2014-04-28Merge clang/gcc compiler flagsCong
2014-04-28Travis: add before_install toolchainsCong
2014-04-28Add travis CI badgeCong
2014-04-28Create .travis.ymlCong