Twinaphex
|
216e7bcdaf
|
Silence more warnings on iOS
|
2017-02-26 21:46:19 +01:00 |
|
Twinaphex
|
b7b3b2cb5f
|
Try to prevent truckload of warnings on iOS
|
2017-02-26 10:33:03 +01:00 |
|
twinaphex
|
96c8ca5a09
|
Header update #1
|
2017-01-22 13:40:32 +01:00 |
|
twinaphex
|
68bb87f392
|
Try to fix Coverity warning 'uninitialized scalar variable'
|
2017-01-17 14:21:41 +01:00 |
|
twinaphex
|
eeae9a186f
|
Revert "Use string_is_equal"
This reverts commit 49a290c3e6 .
|
2016-10-04 10:29:32 +02:00 |
|
twinaphex
|
49a290c3e6
|
Use string_is_equal
|
2016-10-04 10:24:17 +02:00 |
|
twinaphex
|
414ced5901
|
(libretrodb) Prevent uninitialized scalar variable
|
2016-06-05 19:18:54 +02:00 |
|
twinaphex
|
7b04375c9b
|
Fix 'dereference after null check'
|
2016-06-02 20:52:30 +02:00 |
|
twinaphex
|
ffdad57318
|
Fix double frees and resource leaks
|
2016-06-01 02:40:58 +02:00 |
|
twinaphex
|
e8a02dd448
|
C89_BUILD fix
|
2016-05-27 06:03:38 +02:00 |
|
twinaphex
|
4f98cf05f4
|
Fix uninitialized scalar variable warnings
|
2016-05-26 17:32:27 +02:00 |
|
twinaphex
|
0f954fd4c8
|
Resource leaks fixes (catched by Coverity)
|
2016-05-26 17:26:55 +02:00 |
|
twinaphex
|
42971febba
|
Fix resource leaks (pointed out by Coverity)
|
2016-05-24 22:01:43 +02:00 |
|
twinaphex
|
8d4c06e133
|
(libretro-db) Namespace bintree and libretrodb
|
2016-05-24 01:07:41 +02:00 |
|
Twinaphex
|
eeeec23c66
|
(OSX) Static code analyzer cleanups
|
2016-05-02 16:57:53 +02:00 |
|
twinaphex
|
1b289c0f05
|
(libretro-common) Update
|
2016-03-24 04:23:17 +01:00 |
|
twinaphex
|
e41127459e
|
Rename 'filestream' functions
|
2016-03-24 04:09:25 +01:00 |
|
twinaphex
|
12e51eb4b5
|
(libretrodb) Add headers and cleanups
|
2016-03-21 18:16:05 +01:00 |
|
twinaphex
|
3720cf87e7
|
Rename retro_file to file_stream
|
2016-03-20 16:29:14 +01:00 |
|
twinaphex
|
0c03ee0afa
|
Style nits
|
2016-02-04 11:05:34 +01:00 |
|
aliaspider
|
8207ab56c1
|
(libretro-db) plug memory leak.
|
2016-01-23 01:25:09 +01:00 |
|
Higor Eurípedes
|
eb7b46c7c1
|
(retro_file) Implement RFILE_HINT_MMAP
|
2015-11-14 16:03:49 -03:00 |
|
Higor Eurípedes
|
533f41259a
|
(retro_file) Implement RFILE_HINT_UNBUFFERED
|
2015-11-14 16:03:49 -03:00 |
|
twinaphex
|
350dee9f51
|
(libretro-db) Don't use off_t
|
2015-09-21 17:47:02 +02:00 |
|
twinaphex
|
9093cd4aba
|
(libretro-db) Use retro_endianness.h functions completely
|
2015-09-21 11:37:31 +02:00 |
|
twinaphex
|
077fb3d32d
|
(libretro-db) Replace strcpy
|
2015-09-19 03:46:41 +02:00 |
|
twinaphex
|
a547fdef50
|
Fix libretrodb_open - change mode to RFILE_MODE_READ - use
buffered I/O by default
|
2015-09-18 03:25:53 +02:00 |
|
twinaphex
|
dd58492fa6
|
Remove fcntl.h
|
2015-09-17 22:30:01 +02:00 |
|
twinaphex
|
82e15d1377
|
CLeanups/fixes
|
2015-09-17 20:24:49 +02:00 |
|
twinaphex
|
483a4264e5
|
(libretrodb) Silence warnings
|
2015-09-17 20:10:04 +02:00 |
|
twinaphex
|
55e54a30b4
|
Create retro_file, and have libretrodb use it
|
2015-09-17 19:58:06 +02:00 |
|
twinaphex
|
caa01d5fee
|
(libretrodb) Move MAGIC_NUMBER out of header
|
2015-09-17 10:57:05 +02:00 |
|
twinaphex
|
6e4a6ab4b1
|
(libretrodb) Cleanup
|
2015-09-17 10:21:29 +02:00 |
|
twinaphex
|
2b2767017c
|
(platform_linux.c) CXX_BUILD fix
|
2015-09-17 10:14:57 +02:00 |
|
twinaphex
|
d8243945f2
|
libretrodb_find_entry - small cleanup
|
2015-09-17 09:50:34 +02:00 |
|
twinaphex
|
da54b5dedf
|
(libretrodb.c) Indenting nits
|
2015-09-17 09:47:48 +02:00 |
|
twinaphex
|
2ce025884f
|
(libretro-db) libretrodb.c - cleanups
|
2015-09-17 09:46:26 +02:00 |
|
twinaphex
|
9fcb7d744e
|
(libretro-db) Style nits
|
2015-09-17 09:33:24 +02:00 |
|
twinaphex
|
c8535dce1f
|
(libretro-db) Cleanup bintree.c
|
2015-09-17 09:25:06 +02:00 |
|
twinaphex
|
29b3045d7c
|
(libretro-db) Buildfix
|
2015-09-17 07:30:32 +02:00 |
|
twinaphex
|
3591e4a308
|
(libretro-db) Backport 5471e8cfa5
|
2015-09-17 07:28:36 +02:00 |
|
twinaphex
|
7ad55484ce
|
Backport 18a4c1029d
|
2015-09-17 07:27:13 +02:00 |
|
twinaphex
|
6cc98e1fa9
|
(libretro-db) Backport C89 fixes
|
2015-09-17 07:23:36 +02:00 |
|
twinaphex
|
aa1405fab9
|
(libretro-db) Style nits
|
2015-09-17 07:09:31 +02:00 |
|
twinaphex
|
139be32aaa
|
No more anon unions
|
2015-09-17 06:39:17 +02:00 |
|
twinaphex
|
b32b17f4ae
|
Revert to last working version of libretro-db
|
2015-09-17 06:12:57 +02:00 |
|
twinaphex
|
728d841047
|
Cleanups
|
2015-09-05 19:51:55 +02:00 |
|
twinaphex
|
3a0d745615
|
(PS3) Fix libretrodb warnings
|
2015-06-30 16:22:51 +02:00 |
|
twinaphex
|
34fc48b43a
|
Fix CXX_BUILD
|
2015-06-28 16:33:05 +02:00 |
|
twinaphex
|
0292f5c9b3
|
(libretro-db) Get rid of anon union
|
2015-06-26 20:33:40 +02:00 |
|