32804 Commits

Author SHA1 Message Date
twinaphex
64ea2256e5 Add undef preprocessor statements 2016-09-18 18:58:35 +02:00
twinaphex
b432842b37 Uniquely name static variable 2016-09-18 18:57:18 +02:00
twinaphex
26d8d7af88 Take out doubly encoding_crc32 2016-09-18 18:56:48 +02:00
Twinaphex
b1d3ecf8b7 Merge pull request #3615 from bparker06/7z4
7z fixes
2016-09-18 18:54:22 +02:00
Brad Parker
25105ed565 upstream merge 2016-09-18 12:52:20 -04:00
twinaphex
c158dfb74e Makefile.common - add encoding_crc32.c 2016-09-18 18:50:52 +02:00
twinaphex
20dd2bc677 Add encoding_crc32.c to griffin 2016-09-18 18:50:33 +02:00
Brad Parker
4fadd4a110 fix uninitialized use 2016-09-18 12:49:44 -04:00
twinaphex
64d1ff2439 Always compile in archive_file right now 2016-09-18 18:44:46 +02:00
Brad Parker
dbbd49f9f9 merge with master, remove alignment test code 2016-09-18 12:44:00 -04:00
twinaphex
93738fae9f CXX_BUILD fix 2016-09-18 18:34:59 +02:00
Brad Parker
f13bce4e50 - use the detected stream backend's crc32 function
- remove zlib/7zip ifdef from archive_file.c, task_content.c and task_database.c
- don't re-compute CRC from one stored in archive
2016-09-18 12:31:24 -04:00
twinaphex
c2e2d41452 C89_BUILD fixes 2016-09-18 18:28:33 +02:00
twinaphex
4e32fb0fd7 Update archive_file.c 2016-09-18 18:23:14 +02:00
Alcaro
5d2c0ba04f buh, stupid headers 2016-09-18 18:21:43 +02:00
Alcaro
62ecce7644 Fix weird types and other legacy leftovers 2016-09-18 18:09:16 +02:00
twinaphex
78e0e817dd Change wrong function prototype 2016-09-18 18:06:10 +02:00
twinaphex
91f7efc62d Add encoding_crc32 2016-09-18 17:22:12 +02:00
twinaphex
870182cd88 Turn into static function 2016-09-18 16:55:56 +02:00
Twinaphex
61c3de1f6a Griffin buildfixes 2016-09-18 16:49:09 +02:00
Twinaphex
dbad3afc3a Merge pull request #3614 from bparker06/7z3
fix 7z refactor PR base
2016-09-18 16:39:36 +02:00
Brad Parker
ffefe0ccac fix broken PR 2016-09-18 10:38:15 -04:00
Brad Parker
c4b8ad04f2 Merge remote-tracking branch 'upstream/master' into HEAD 2016-09-18 10:35:53 -04:00
Brad Parker
7c29fd6c33 create 7z archive backend, enables scanning of 7z content 2016-09-18 10:31:21 -04:00
Twinaphex
76063170df Merge pull request #3613 from libretro/revert-3611-7z_backend
Revert "create 7z archive backend, enables scanning of 7z content"
2016-09-18 12:57:01 +02:00
Twinaphex
d9f4636c8b Revert "create 7z archive backend, enables scanning of 7z content" 2016-09-18 12:56:38 +02:00
Twinaphex
cc342e1ad0 Merge pull request #3611 from bparker06/7z_backend
create 7z archive backend, enables scanning of 7z content
2016-09-18 12:52:39 +02:00
Brad Parker
73dde435f7 merge with master 2016-09-18 00:42:11 -04:00
Brad Parker
cb885f9c20 create 7z archive backend, enables scanning of 7z content 2016-09-18 00:38:59 -04:00
Twinaphex
42cba656a1 Merge pull request #3610 from heuripedes/master
Fixes some possible double frees
2016-09-18 02:28:39 +02:00
Higor Eurípedes
3ec31873e8 (rmsgpack.c) Fix possible double free() in rmsgpack_read()
read_buff() didn't set *pbuff to NULL after on error.
2016-09-17 21:22:49 -03:00
Higor Eurípedes
824ded963b (task_content.c) Remove trailing whitespace 2016-09-17 21:22:49 -03:00
Higor Eurípedes
e27a85d335 (task_content.c) Fix possible double free()
content_zip_file_decompressed_handle() didn't set the handler's data
member to NULL after freeing on error. That causes problem when the function fails and
content_zip_file_decompressed() tries to free it afterwards.
2016-09-17 21:20:27 -03:00
Higor Eurípedes
c08650f1f9 Remove trailing whitespace 2016-09-17 21:20:27 -03:00
Higor Eurípedes
d4305d65d9 (gl) Fix gl_check_error()
gl_check_error() was leaking memory and the error message was never
returned to the calling context.
2016-09-17 21:19:57 -03:00
radius
be6bce0eb0 (ems) template fixes 2016-09-17 16:58:34 -05:00
twinaphex
7c40d808df (libretro-common) Update 2016-09-17 23:21:11 +02:00
radius
ed326e0479 (ems) template fixes 2016-09-17 15:19:34 -05:00
radius
29e354a3c6 (ems) template cleanups 2016-09-17 15:13:47 -05:00
radius
ec01d2400e (ems) template fixes 2016-09-17 15:13:47 -05:00
twinaphex
49f7ce4365 Prevent unused variable warning 2016-09-17 19:43:30 +02:00
Twinaphex
f8990cf24d Remove unused variable 2016-09-17 19:42:08 +02:00
twinaphex
5c97d5b46b Move global->name.base to paths.c 2016-09-17 19:41:27 +02:00
radius
64b802b47a (ems) add to the other templates too 2016-09-17 12:37:42 -05:00
radius
356c17678e (ems) add button to clean local storage 2016-09-17 12:37:42 -05:00
Alcaro
d6070c64ac Merge pull request #3609 from gouchi/master
Update Scan Coverity key
2016-09-17 19:14:03 +02:00
gouchi
29f480f319 Update Scan Coverity key 2016-09-17 18:59:24 +02:00
radius
bca82f7413 use a generic globe instead of a chrome icon 2016-09-17 11:23:59 -05:00
twinaphex
d7e9c198e6 Cleanups to netplay 2016-09-17 18:21:29 +02:00
Twinaphex
e21662b3e9 Merge pull request #3607 from GregorR/netplay-savestates
Netplay savestate loading frontend changes
2016-09-17 18:15:49 +02:00