Go to file
maksqwe af339a7a7a 1. "wcslen" function was called multiple times with "const wchar_t* Path"
2. fix mistake which led to undefined behavior "uint64(High<<32)" -> "uint64(High)<<32"
3. optimize std::vector<>::iterator's usage "iter++" -> "++iter". See preincrement and postincrement operator++()
2013-08-23 00:30:37 +03:00
ebml Use Linux-style EOL for non Windows specific files 2013-04-06 08:53:50 +01:00
make Use Linux-style EOL for non Windows specific files 2013-04-06 08:53:50 +01:00
src 1. "wcslen" function was called multiple times with "const wchar_t* Path" 2013-08-23 00:30:37 +03:00
.gitignore Ignore files built during compilation 2013-03-19 12:08:22 +01:00
ChangeLog Remove debian build files 2013-03-19 19:42:58 +01:00
libebml.proj libebml: fix some compilation warnings in mingw 2011-10-18 16:55:49 +00:00
LICENSE.LGPL Use Linux-style EOL for non Windows specific files 2013-04-06 08:53:50 +01:00