OSDN Git Service

Implemented "natural ordering" for sorting the input files. Code is based on the...
authorLoRd_MuldeR <mulder2@gmx.de>
Thu, 22 Aug 2013 22:19:00 +0000 (00:19 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Thu, 22 Aug 2013 22:19:00 +0000 (00:19 +0200)
commit409117ec39c8db133bb59c59b365d2f2f1bb1ad6
tree0dd5443a8e0e5712c16724a26c84ba6c50e51bc3
parent19a52ef3acbf2cabd2b68e73b67739d7426ea285
Implemented "natural ordering" for sorting the input files. Code is based on the strnatcmp() by Martin Pool, released under the "zlib" license.
13 files changed:
LameXP_VS2012.vcxproj
LameXP_VS2012.vcxproj.filters
doc/Changelog.html
etc/Prerequisites/strnatcmp/include/strnatcmp.h [new file with mode: 0644]
etc/Prerequisites/strnatcmp/readme.htm [new file with mode: 0644]
etc/Prerequisites/strnatcmp/src/strnatcmp.cpp [new file with mode: 0644]
etc/Translation/Blank.ts
etc/Translation/LameXP_PL.ts
src/Config.h
src/Global.cpp
src/Global.h
src/Thread_FileAnalyzer.cpp
src/Thread_FileAnalyzer_ST.cpp