David Guillen Fandos
32d6eeaf07
Moving more stuff from samples to tests
...
Reworked the test a bit to make it separate from RA's build system for
simplicity.
Reworked the testing a bit to ensure coverage is properly generated.
This needs more work since it's rather manual and verbose
2021-05-10 19:45:50 +02:00
twinaphex
357b7d68f6
(libretro-common) Rename rhash to lrc_hash
...
(rcheevos) Rename rhash to rc_hash
2020-12-28 19:55:54 +01:00
twinaphex
5166eebcaf
for loop cleanups - use space after 'for'
2020-08-19 03:06:22 +02:00
twinaphex
0ff69ec3df
Move test over to samples
2020-01-30 17:47:15 +01:00
twinaphex
cad21249e0
Move crc32.c to samples
2020-01-30 17:44:29 +01:00
twinaphex
acfe7ab16d
Updates to samples/utils
2020-01-30 17:41:38 +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
8b1f8b8ae2
(Utils) fix builds
2018-02-10 23:20:34 +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
twinaphex
2e9c5ba6f9
Add sha1_main.c
2017-06-13 10:18:10 +02:00
twinaphex
34dd03a16f
Don't bake in SHA1 main function
2017-06-13 09:33:18 +02:00
twinaphex
dd517f4660
Try to avoid directly calling strcmp
2017-04-21 13:56:15 +02:00
twinaphex
c6e1b47d98
(libretro-common) Style nits
2017-01-17 19:20:15 +01:00
twinaphex
7787475361
Relocate samples/utils
2016-09-30 02:49:10 +02:00
twinaphex
2c4da47bfd
Move udp-test.c file around
2016-09-29 21:31:03 +02:00
twinaphex
3cbc03b675
(libretro-common/utils) Buildfix
2016-09-21 12:35:38 +02:00
twinaphex
84d8d97ea5
Update libretro-common/utils
2016-09-21 12:33:42 +02:00
radius
2b6f7f0647
sleep to avoid flodding the host
2015-11-27 19:01:06 -05:00
radius
ced2131027
basic remote gamepad test program
2015-11-27 18:15:42 -05:00
Andre Leiradella
8173af7acf
added md5 functions to libretro-common
2015-10-13 19:28:02 -03:00
twinaphex
87d44af218
Static code analysis cleanups
2015-09-29 18:08:33 +02:00
twinaphex
7d3408e731
Cleanups
2015-09-05 21:13:58 +02:00
twinaphex
6edea1d9c7
Create compat versions of zlib.h and zutil.h
2015-08-28 21:35:09 +02:00
twinaphex
fb768eb608
(libretro-common) Cleanups
2015-06-15 05:00:39 +02:00
Twinaphex
439de844b4
(menu_setting.c) Cleanups
2015-06-05 16:33:49 +02:00
twinaphex
eef7858c56
Create Makefile for utils
2015-06-04 21:31:44 +02:00
twinaphex
3b4deb1d8f
(libretro-common) Style nits
2015-06-04 21:26:40 +02:00
twinaphex
1205aa04b8
Add utils
2015-06-04 21:20:25 +02:00