OSDN Git Service

Initial commit. 1.0.0
authorLoRd_MuldeR <mulder2@gmx.de>
Thu, 3 Mar 2016 22:56:33 +0000 (23:56 +0100)
committerLoRd_MuldeR <mulder2@gmx.de>
Sat, 12 Mar 2016 15:41:01 +0000 (16:41 +0100)
commit9aff15938f900b750a2858a36a66466e6c1634c1
tree31df546cbb42317755db94a300a1d355794558de
Initial commit.
58 files changed:
.gitignore [new file with mode: 0644]
Bench.cmd [new file with mode: 0644]
COPYING.txt [new file with mode: 0644]
MHashLib.sln [new file with mode: 0644]
MHashLib.vcxproj [new file with mode: 0644]
MHashLib.vcxproj.filters [new file with mode: 0644]
Make.cmd [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
etc/lib/EncodePointer.Win32.lib [new file with mode: 0644]
include/mhash_384.h [new file with mode: 0644]
src/compat.h [new file with mode: 0644]
src/main++.cpp [new file with mode: 0644]
src/main.c [new file with mode: 0644]
src/self_test.h [new file with mode: 0644]
src/sysinfo.h [new file with mode: 0644]
src/utilities.h [new file with mode: 0644]
tools/DevRandom/DevRandom.sln [new file with mode: 0644]
tools/DevRandom/DevRandom.vcxproj [new file with mode: 0644]
tools/DevRandom/DevRandom.vcxproj.filters [new file with mode: 0644]
tools/DevRandom/include/twister.h [new file with mode: 0644]
tools/DevRandom/src/main.c [new file with mode: 0644]
tools/GenTables/GenTables.sln [new file with mode: 0644]
tools/GenTables/GenTables_MIX.vcxproj [new file with mode: 0644]
tools/GenTables/GenTables_MIX.vcxproj.filters [new file with mode: 0644]
tools/GenTables/GenTables_XOR.vcxproj [new file with mode: 0644]
tools/GenTables/GenTables_XOR.vcxproj.filters [new file with mode: 0644]
tools/GenTables/etc/pthread/bin/Win32/pthreadVC2.v120_xp.dll [new file with mode: 0644]
tools/GenTables/etc/pthread/bin/Win32/pthreadVC2.v140_xp.dll [new file with mode: 0644]
tools/GenTables/etc/pthread/bin/Win32/pthreadVC2d.v140_xp.dll [new file with mode: 0644]
tools/GenTables/etc/pthread/bin/Win32/pthreadVC2d.v140_xp.pdb [new file with mode: 0644]
tools/GenTables/etc/pthread/include/pthread.h [new file with mode: 0644]
tools/GenTables/etc/pthread/include/sched.h [new file with mode: 0644]
tools/GenTables/etc/pthread/include/semaphore.h [new file with mode: 0644]
tools/GenTables/etc/pthread/lib/Win32/shared/pthreadVC2.v120_xp.lib [new file with mode: 0644]
tools/GenTables/etc/pthread/lib/Win32/shared/pthreadVC2.v140_xp.lib [new file with mode: 0644]
tools/GenTables/etc/pthread/lib/Win32/shared/pthreadVC2d.v140_xp.lib [new file with mode: 0644]
tools/GenTables/etc/pthread/lib/Win32/static/pthreadVC2.v120_xp.lib [new file with mode: 0644]
tools/GenTables/etc/pthread/lib/Win32/static/pthreadVC2.v140_xp.lib [new file with mode: 0644]
tools/GenTables/etc/pthread/lib/x64/shared/pthreadVC2.v120_xp.dll [new file with mode: 0644]
tools/GenTables/etc/pthread/lib/x64/shared/pthreadVC2.v120_xp.lib [new file with mode: 0644]
tools/GenTables/etc/pthread/lib/x64/shared/pthreadVC2.v140_xp.dll [new file with mode: 0644]
tools/GenTables/etc/pthread/lib/x64/shared/pthreadVC2.v140_xp.lib [new file with mode: 0644]
tools/GenTables/etc/pthread/lib/x64/static/pthreadVC2.v120_xp.lib [new file with mode: 0644]
tools/GenTables/etc/pthread/lib/x64/static/pthreadVC2.v140_xp.lib [new file with mode: 0644]
tools/GenTables/include/common.h [new file with mode: 0644]
tools/GenTables/include/thread_utils.h [new file with mode: 0644]
tools/GenTables/include/twister.h [new file with mode: 0644]
tools/GenTables/src/gen_table_mix.c [new file with mode: 0644]
tools/GenTables/src/gen_table_xor.c [new file with mode: 0644]
tools/StressTester/StressTester.vcxproj [new file with mode: 0644]
tools/StressTester/StressTester.vcxproj.filters [new file with mode: 0644]
tools/StressTester/StressTestert.sln [new file with mode: 0644]
tools/StressTester/src/main.c [new file with mode: 0644]
tools/cecho.exe [new file with mode: 0644]
tools/date.exe [new file with mode: 0644]
tools/timedexec.exe [new file with mode: 0644]
tools/zip.exe [new file with mode: 0644]