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 |
|
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 |
|
aliaspider
|
5db96f35fa
|
(WIN32) various build fixes.
|
2018-01-20 20:05:32 +01:00 |
|
Alcaro
|
93f0679ead
|
Fix #6009
|
2017-12-31 13:20:05 +01:00 |
|
gblues
|
6904101c44
|
Clean up trailing whitespace
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
|
2017-12-12 00:24:18 -08:00 |
|
Alcaro
|
26008ca580
|
#5802
|
2017-11-27 17:55:05 +01:00 |
|
Alcaro
|
9b99a48cdb
|
just remembered these PRIs don't start with %
|
2017-11-27 17:12:30 +01:00 |
|
Alcaro
|
ab0e1611e7
|
fix #5497 close #5802
according to https://github.com/libretro/RetroArch/issues/5497#issuecomment-336640951, this header exists on everything we care about except various microsoft platforms, and all of them have constant printf strings
|
2017-11-27 16:57:15 +01:00 |
|
Alcaro
|
dc4c2cd6d9
|
Wipe out a buncha warnings and pointless ifdefs (some warnings will remain until #5497 is fixed)
|
2017-10-03 00:26:29 +02:00 |
|
Alcaro
|
b97853a536
|
Rename STRING_REP_ULONG to STRING_REP_USIZE
|
2017-10-02 22:51:51 +02:00 |
|
aliaspider
|
634de19dc9
|
(WiiU) enable libretrodb.
|
2017-05-22 06:07:27 +01:00 |
|
twinaphex
|
64bb848daf
|
Update headers (pt. 2 - libretro-common)
|
2017-01-22 13:58:20 +01:00 |
|
Francisco José García García
|
4c19543427
|
(VITA) Workaround for scanning content
|
2016-10-13 18:00:40 +02:00 |
|
twinaphex
|
481e7d2f34
|
(libretro-common) Move STRING_REP_UINT64 to retro_common_api.h
|
2016-06-28 08:50:22 +02:00 |
|
twinaphex
|
a51a259e58
|
Add STRING_REP_INT64
|
2016-06-27 08:24:28 +02:00 |
|
twinaphex
|
dee7533d65
|
(libretro-common) Start creating STRING_REP_ULONG
|
2016-06-23 07:37:02 +02:00 |
|
twinaphex
|
3b9c406123
|
Add rule for OSX/iOS - ssize_t
|
2016-04-27 14:35:59 +02:00 |
|
twinaphex
|
08b7ac500b
|
(libretro-common) Updates
|
2016-04-23 10:40:46 +02:00 |
|