3638 Commits

Author SHA1 Message Date
orbea
53e165b8dd libretro-buildbot-recipe.sh: Clean up some redundant code. 2017-11-06 15:02:49 -08:00
Brad Parker
6c3590cad3 travis: force building when using existing cloned repo 2017-11-02 19:15:28 -04:00
Twinaphex
99e4bddc45
Merge pull request #575 from RobLoach/patch-27
Add ChaiLove to OSX
2017-11-02 01:53:44 +01:00
Brad Parker
638f3bf796 quote arguments to message handler to prevent out of order parameters when undefined 2017-11-01 04:07:48 +00:00
Brad Parker
8208261c70 android: remove ABI from core name in message handler 2017-10-31 23:50:26 -04:00
Brad Parker
cd45d6c54e travis: remove destination build dir in case it already exists 2017-10-31 18:14:33 -04:00
Brad Parker
b2762b9151 travis: move build dir to where libretro-super would clone the repo, fixes building of PRs instead of upstream master 2017-10-31 18:09:39 -04:00
Brad Parker
7e0ef02ddd use new option to specify single core 2017-10-31 18:02:16 -04:00
bparker06
5b4345193c
Merge pull request #576 from RobLoach/patch-28
Fix ChaiLove .info file name
2017-10-31 12:47:16 -04:00
twinaphex
38250eae60 Remove 81 for now - breaks PS3 build 2017-10-31 06:21:28 +01:00
twinaphex
b035159175 Remove np2kai for PS3 builds 2017-10-31 06:20:30 +01:00
Brad Parker
991f4001fa allow running bot script for only a single core 2017-10-30 21:16:58 -07:00
Rob Loach
76d1e413db
Fix info file name for ChaiLove
This fixes the ChaiLove info file name to match the core name. Missed that before. Also updates the version number.
2017-10-30 13:57:21 -04:00
Andrés
6345bf7d76
Merge pull request #574 from RobLoach/chailove-endline
Fix line endings and repository URL
2017-10-30 01:07:56 -05:00
Rob Loach
cb8f965367
Add ChaiLove to OSX
This adds ChaiLove compilation to OSX x64.
2017-10-30 01:45:06 -04:00
Rob Loach
c0055f2cec
Fix line endings and repository URL 2017-10-30 01:42:30 -04:00
Andrés
137d05e579
Merge pull request #573 from RobLoach/chailove-submodules
Fix ChaiLove git submodules
2017-10-30 00:34:59 -05:00
Rob Loach
523f604cfc
Fix submodule use for ChaiLove 2017-10-30 01:20:34 -04:00
Twinaphex
23a4206f7e
Merge pull request #572 from RobLoach/chailove
Rename ChaiGame to ChaiLove
2017-10-30 02:47:43 +01:00
bparker06
8459dab3e0
Update CHANGELOG.md 2017-10-29 17:11:06 -04:00
Brad Parker
539fc245d9 fix build name in log for retroarch on android 2017-10-29 14:57:01 -04:00
bparker06
01d27a2d45
Use threaded angrylion for parallel x64 too 2017-10-29 13:30:59 -04:00
bparker06
6c5aa09b48
Use msvc2017 for parallel x86 2017-10-29 13:30:27 -04:00
bparker06
339d8fc60b
Use msvc2017 for parallel x64 2017-10-29 13:29:49 -04:00
Andrés
b709418b36
fix 3ds builds 2017-10-29 11:42:53 -05:00
Rob Loach
190a3fe16a
Rename ChaiGame to ChaiLove 2017-10-28 17:59:44 -04:00
Brad Parker
4aa45f9d17 travis: add osx x64 build script 2017-10-27 10:34:58 -04:00
hizzlekizzle
b33ec2d8b6 Merge pull request #570 from esoptron/patch-1
Update Genesis Plus GX BIOS information
2017-10-25 18:12:53 -05:00
esoptron
81ba489551 Update Genesis Plus GX BIOS information
Core info file was missing bios_MD.bin. Taken from Genesis Plus GX's libretro.c file.
2017-10-25 18:38:50 -04:00
Twinaphex
ac909bc181 Merge pull request #569 from esoptron/patch-1
Update author information for bnes
2017-10-25 07:59:45 +02:00
Brad Parker
300b6211a0 travis: add "long" build script for cores with very large logs 2017-10-24 11:22:24 -04:00
Brad Parker
2c531e143a travis: add 3ds build script 2017-10-23 21:10:22 -04:00
Brad Parker
e32176b9e7 travis: add linux x64 build script 2017-10-23 15:44:22 -04:00
esoptron
341c5dbf9f Update author information for bnes
Taken from https://github.com/libretro/bnes-libretro README
2017-10-22 12:53:52 -04:00
Brad Parker
52bc4c5e3b travis: ngc recipe is called gamecube 2017-10-21 15:29:06 -04:00
Brad Parker
bcc6a2ff35 travis: add ngc build platform 2017-10-21 15:15:15 -04:00
Brad Parker
4dcf393ee6 travis: add wii build script 2017-10-21 15:05:49 -04:00
Brad Parker
d8e1cf1086 add travis build scripts 2017-10-21 14:04:50 -04:00
Brad Parker
5429180b3f only exit on error if there actually was one 2017-10-20 21:39:03 -04:00
Brad Parker
97ddd9526c comments, allow overriding LOGDATE 2017-10-20 21:24:29 -04:00
Brad Parker
5ad353d580 exit not return 2017-10-20 16:09:26 -04:00
Brad Parker
f07a02f9df fix missing space, add option to exit on error for e.g. console core builds 2017-10-20 15:59:50 -04:00
Brad Parker
e57d3a9a0d add missing if blocks 2017-10-20 15:12:03 -04:00
Brad Parker
3ed51b9085 move build logging to a separate function, disable web-based logging when not running on a buildbot 2017-10-20 13:15:06 -04:00
hunterk
75967c5d34 add BIOS files to melonDS info 2017-10-19 20:53:59 -05:00
hizzlekizzle
daf73cc766 Merge pull request #567 from r-type/master
Update cores-android-jni
2017-10-16 14:46:47 -05:00
not6
d9fdf8444f Update cores-android-jni 2017-10-16 21:40:17 +02:00
Twinaphex
c4138c4a82 Merge pull request #565 from sergiobenrocha2/master
FB Alpha 2012 has 7z support
2017-10-16 01:38:20 +02:00
Sérgio Benjamim
c1682f337d FB Alpha 2012 has 7z support
See https://github.com/libretro/fbalpha2012/issues/22
2017-10-15 14:28:09 -02:00
Andrés
dd6dc21a5f Update cores-osx-x64-generic 2017-10-14 22:47:14 -05:00