orbea
|
28ff4b391a
|
Clean up white space.
|
2019-02-03 16:00:50 -08:00 |
|
twinaphex
|
6ca9afbd57
|
Silence more warnings with CXX_BUILD
|
2019-01-12 18:51:06 +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 |
|
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
|
b41c4ed624
|
Update
|
2018-04-23 10:22:54 +02:00 |
|
twinaphex
|
997c24ae0c
|
Make FLAC, zlib and LZMA support in libchdr optional
|
2018-04-22 20:19:07 +02:00 |
|
twinaphex
|
fc169cf4fe
|
Split up libchdr_chd.c into several files
|
2018-04-22 19:50:14 +02:00 |
|
twinaphex
|
8e2dfa6184
|
Cleanups
|
2018-04-22 19:19:27 +02:00 |
|
twinaphex
|
8a1f2f5cf2
|
Update libretro-common
|
2018-04-22 18:36:30 +02:00 |
|
twinaphex
|
7bef8746a3
|
Add chd_precache code to libchdr
|
2018-04-22 18:04:45 +02:00 |
|
twinaphex
|
1fd2cf1ff5
|
Update libchdr chd
|
2018-04-22 17:43:57 +02:00 |
|
twinaphex
|
db314ff82f
|
Uniquely namespace libchdr source files
|
2018-04-22 12:10:15 +02:00 |
|