Commit Graph

25 Commits

Author SHA1 Message Date
twinaphex
c7255f9e56 (hash.c) Use C-style comments 2015-01-15 02:06:01 +01:00
twinaphex
67c95b1b61 (hash.c) Some cleanups/documentation 2015-01-15 02:04:14 +01:00
twinaphex
453321c50b Start updating headers 2015-01-07 17:46:50 +01:00
Alcaro
e880f9ff66 Fix missing include. 2014-12-24 22:58:28 +01:00
twinaphex
218b3dbda5 (XDK/MSVC) Fix some build errors (not completle yet) 2014-12-23 21:06:36 +01:00
twinaphex
7686704a5f Move SHA1 text to proper place 2014-12-14 17:56:45 +01:00
twinaphex
19304cf56a Add sha1_calculate (takes a filename path) 2014-12-14 17:55:13 +01:00
twinaphex
81c5019afb Move miscellaneous header over to libretro SDK 2014-10-21 08:39:37 +02:00
twinaphex
b1293c1b82 Move endianness header to SDK 2014-10-21 08:29:05 +02:00
twinaphex
2138a57efb hash.c - Avoid naming local variables 'crc32' 2014-10-21 00:25:36 +02:00
twinaphex
51b8fac72e Move endianness helper functions from hash.c over to endianness.h 2014-10-03 16:22:41 +02:00
Lioncash
6b84ccdcef Make some functions static 2014-09-06 00:10:52 -04:00
twinaphex
d328e0fbd0 Move SHA-1 hashing to hash.c 2014-08-13 03:36:44 +02:00
Themaister
8c9e1a5f5c Fix some unused function warnings.
Clang 3.4 is more aggressive on this.
2014-01-22 16:39:39 +01:00
twinaphex
0a15a17d44 Update years on all license headers 2014-01-01 01:50:59 +01:00
twinaphex
389f255227 Make hash.c dependent on miscellaneous.h and not on general.h 2013-11-06 14:55:42 +01:00
twinaphex
8487cd0204 Start using C89-style for loop initial declarations for
reusable code module parts that we reuse in other projects. It's
a huge maintenance burden having to change this stuff around everytime
when compiling in non-C99 mode
2013-10-19 19:39:38 +02:00
Themaister
ec58657b10 Fix warnings. 2013-01-02 16:43:53 +01:00
Themaister
0b4cf2d053 Update license headers to 2013. 2013-01-01 01:41:15 +01:00
Themaister
ce740f8948 More fixups. 2012-04-21 23:31:57 +02:00
Themaister
9ab51ad23a SSNES => RetroArch. 2012-04-21 23:17:43 +02:00
Themaister
e3a71a8c5b Fixup headers. 2012-04-09 22:05:26 +02:00
Themaister
62c96ea937 Change license header. 2012-04-09 22:03:57 +02:00
Themaister
9698cd7dbd Change headers. 2012-04-09 22:03:57 +02:00
Themaister
d73ec9b645 Move hashing code to hash.o. 2012-03-25 23:29:39 +02:00