krzys-h
|
e6fc4220fa
|
Revert "Revert "VFS v3: stat, mkdir, directory listings""
This reverts commit a549e28f0101cf42b6ee6ef4834ddcf983f0b448.
|
2019-01-16 21:01:29 +01:00 |
|
Twinaphex
|
a549e28f01
|
Revert "VFS v3: stat, mkdir, directory listings"
|
2019-01-16 03:53:34 +01:00 |
|
krzys-h
|
4b2278688b
|
Unix buildfix for dirent_is_directory
|
2019-01-13 14:49:01 +01:00 |
|
krzys-h
|
109de0bebb
|
VFS v3: stat, mkdir, directory listings
|
2019-01-13 00:33:24 +01:00 |
|
orbea
|
bfc366decc
|
Squeeze extra blank lines with cat(1).
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
|
2019-01-08 11:04:58 -08:00 |
|
krzys-h
|
48d82929ff
|
(UWP) Add support for loading cores from optional packages
|
2019-01-01 16:21:47 +01:00 |
|
twinaphex
|
768ebbfdb5
|
Merge commit 'ce9ce1d35387ef8144e53bf071396fa075bfb6c5' as 'libretro-common'
|
2018-05-12 17:56:34 +02:00 |
|
twinaphex
|
0548349991
|
Remove libretro-common
|
2018-05-12 17:56:14 +02:00 |
|
twinaphex
|
be7eb4de1c
|
Update libretro-common
|
2018-04-16 08:57:17 +02:00 |
|
i30817
|
7e43db9cf1
|
fix scanner skipping directories with dots
|
2018-03-30 06:15:10 +01:00 |
|
twinaphex
|
3a141cb891
|
Create retro_dirent_include_hidden
|
2017-07-04 04:09:45 +02:00 |
|
aliaspider
|
ad7cb85fcc
|
cannot assume the buffer size here.
|
2017-05-24 09:21:28 +01:00 |
|
twinaphex
|
b4f0ebca4d
|
Cleanups
|
2017-05-20 17:55:26 +02:00 |
|
twinaphex
|
b009b87530
|
Make this check a bit faster
|
2017-05-20 17:54:06 +02:00 |
|
twinaphex
|
1ac44d8eca
|
Fix hidden directories/files no longer showing up
|
2017-05-20 17:45:02 +02:00 |
|
twinaphex
|
8eca08c6ac
|
Start using string_is_equal_fast/string_is_not_equal_fast macros
instead of straight memcmp
|
2017-05-16 03:20:59 +02:00 |
|
twinaphex
|
f9bc2d3783
|
Use memcmp instead of string_is_equal where possible for
better performance
|
2017-04-21 22:47:15 +02:00 |
|
twinaphex
|
82c62b1693
|
Use stdstring in more instances
|
2017-04-21 13:50:24 +02:00 |
|
twinaphex
|
64bb848daf
|
Update headers (pt. 2 - libretro-common)
|
2017-01-22 13:58:20 +01:00 |
|
twinaphex
|
4409c89d43
|
(dir_list.c) Cleanups/style nits
|
2016-12-17 11:15:04 +01:00 |
|
twinaphex
|
3b78c848a2
|
Another Xbox buildfix
|
2016-12-02 01:06:53 +01:00 |
|
twinaphex
|
4fb6808321
|
libretro-common is MIT and we don't want individual copyright
per authors here; RetroArch is GPL and it's fine there
|
2016-10-27 19:52:58 +02:00 |
|
Brad Parker
|
d1d5584d18
|
update copyright
|
2016-10-27 11:47:10 -04:00 |
|
twinaphex
|
f3ad815dd9
|
Prevent implicit memsets
|
2016-10-21 06:15:20 +02:00 |
|
radius
|
7092c0dbf4
|
windows build fix
|
2016-08-27 22:59:47 -05:00 |
|
Brad Parker
|
cf4bf344a9
|
add configuration option to toggle showing hidden files (default on), fixes issue #2769
|
2016-08-27 21:48:55 -04:00 |
|
Brad Parker
|
cc582db6fb
|
recursively scan directories for database content, fixes issue #3139
|
2016-08-21 00:59:41 -04:00 |
|
twinaphex
|
1fd7cf473d
|
Initialize file_path
|
2016-05-20 19:17:21 +02:00 |
|
twinaphex
|
377f09f12a
|
Change back retro_dirent_is_dir to hopefully avoid sshfs issues
- more rigorous testing should be applied before changing these
functions
|
2016-05-11 18:54:22 +02:00 |
|
twinaphex
|
ac18671ead
|
Update libretro-common
|
2016-04-22 05:28:49 +02:00 |
|
twinaphex
|
93b7dc1bdd
|
(libretro-common) move 'lists' files to lists/
|
2016-03-20 14:53:54 +01:00 |
|