Commit Graph

3700 Commits

Author SHA1 Message Date
T. Joseph Carter d1ff87d827 Replace recursive readlink calls using bash, not guaranteed to be canonical, but it doesn't have to be for how we use it. 2015-02-08 15:18:20 -08:00
T. Joseph Carter 82f7cfd5a3 Portability: bash may not be in /bin, also set consistent vim modelines 2015-02-08 15:07:56 -08:00
Twinaphex 98705ef45b Merge pull request #173 from iKarith/master
Starting to work on new build scripts
2015-02-08 15:50:42 +01:00
T. Joseph Carter 71783da757 Rewrote a lot of the future directions stuff 2015-02-08 04:33:19 -08:00
T. Joseph Carter e7c2008dd8 Discussion of dependencies 2015-02-08 02:12:13 -08:00
T. Joseph Carter e7aac60d81 README to talk about what I'm doing here 2015-02-07 22:34:04 -08:00
T. Joseph Carter 4d8c222f9c Protect more where needed, less where not. 2015-02-07 04:52:53 -08:00
T. Joseph Carter 8a767c1e52 Remove some test code 2015-02-07 02:01:56 -08:00
T. Joseph Carter 02d085363b Document fetch_git 2015-02-07 02:00:22 -08:00
T. Joseph Carter afb0306e69 Remove fetch_git's parameter 3 (move 4, 5 up) 2015-02-07 01:55:15 -08:00
T. Joseph Carter de21102213 Kill unnecessary "" args, fix bsnes output 2015-02-07 01:53:05 -08:00
T. Joseph Carter 8f83216568 Removed "human readable" names (they'll be back). Two reasons to remove them: 1. The directory the core is fetched into is more useful for developers to know, and 2. An alternate plan for how to display the user-friendly core name is planned for later anyway. 2015-02-07 01:48:02 -08:00
T. Joseph Carter 41333871ad Cleaning up fetch output 2015-02-07 01:37:33 -08:00
T. Joseph Carter 27fb9a00f0 Spaces -> tabs (actually affects performance!?) 2015-02-07 01:35:25 -08:00
T. Joseph Carter 7eb81df1cc Only one git fetch rule now + script speedups 2015-02-07 00:23:07 -08:00
T. Joseph Carter 97a3116c57 Make my build scripts use themselves :) 2015-02-06 19:02:16 -08:00
T. Joseph Carter bdff6efe2d Duplicate build scripts for tinkering 2015-02-06 18:58:00 -08:00
T. Joseph Carter e71b22bf1c Merge branch 'master' of https://github.com/libretro/libretro-super 2015-02-06 18:53:45 -08:00
twinaphex cb9b812f92 New core info files 2015-02-07 03:48:14 +01:00
T. Joseph Carter 92cbccbd66 Merge branch 'master' of https://github.com/libretro/libretro-super 2015-02-06 17:15:21 -08:00
Twinaphex 4335271e8c Merge pull request #172 from iKarith/master
Cleaning up builds a bit more
2015-02-06 17:31:03 +01:00
T. Joseph Carter b68de27e76 Merge branch 'master' of https://github.com/libretro/libretro-super 2015-02-06 08:29:08 -08:00
T. Joseph Carter bc44b338fa Pass #1 removing excess CWD commands 2015-02-06 08:24:46 -08:00
T. Joseph Carter 4b0923c0e7 Reduce variable expansions in libretro-fetch.sh 2015-02-06 05:30:53 -08:00
T. Joseph Carter ec5ebfbf20 Updated .gitignore 2015-02-06 05:25:47 -08:00
Twinaphex 557d8ed8bf Merge pull request #171 from iKarith/master
This should theoretically fix up iOS builds
2015-02-06 13:44:28 +01:00
T. Joseph Carter 5b4c000813 iOS script needs to set WORKDIR (others will too) 2015-02-06 04:24:49 -08:00
T. Joseph Carter ee6d41ef8b This should fix iOS 2015-02-06 04:00:22 -08:00
T. Joseph Carter 683fd98b48 Merge branch 'master' of https://github.com/libretro/libretro-super 2015-02-06 03:41:54 -08:00
T. Joseph Carter 1ecbde6860 This should fix iOS (and other platforms) 2015-02-06 03:30:20 -08:00
Twinaphex 3c38715d71 Merge pull request #170 from sergiobenrocha2/master
Small fixes in pcsx_rearmed infos.
2015-02-03 23:25:14 +01:00
sergiobenrocha2 3c56ca104a Small fixes in pcsx_rearmed infos. 2015-02-03 20:19:10 -02:00
Twinaphex feeb2adca9 Merge pull request #169 from iKarith/master
Some build script refactoring
2015-02-03 08:18:57 +01:00
T. Joseph Carter b892137c59 JOBS is always set before libretro-build-common.sh 2015-02-02 23:08:12 -08:00
T. Joseph Carter 160af4b457 Moved compiler selection so it's all in one place 2015-02-02 23:05:57 -08:00
T. Joseph Carter fdf1c3769a Remove a few bashisms 2015-02-02 20:48:08 -08:00
T. Joseph Carter d64a09c8e6 Merge branch 'master' of http://github.com/libretro/libretro-super 2015-02-02 18:43:40 -08:00
Radius 69ebbd37c5 add CI script 2015-02-02 21:41:01 -05:00
T. Joseph Carter b7542c454b Changes associated with ${WORKDIR} 2015-02-02 10:07:25 -08:00
T. Joseph Carter 189fed77e2 libretro-build.sh now runs anywhere 2015-02-02 09:57:07 -08:00
T. Joseph Carter 0ada2ddbd1 libretro-fetch.sh should now run anywhere 2015-02-02 09:33:50 -08:00
Twinaphex e3cdc945b1 Merge pull request #168 from iKarith/master
And another ${WORKDIR} bug *sigh*
2015-02-02 16:41:26 +01:00
T. Joseph Carter e3f874cb11 Build host report is now a function 2015-02-02 07:37:45 -08:00
T. Joseph Carter 158bde99b8 Platform detection is now a function 2015-02-02 07:28:24 -08:00
T. Joseph Carter a74687bfc1 Bashism, coding style consistency 2015-02-02 07:20:38 -08:00
T. Joseph Carter 52756be36a Turned CPU detection into a function 2015-02-02 07:13:01 -08:00
T. Joseph Carter 2c6e9e1a31 Fix a couple of bashisms in libretro-config.sh 2015-02-02 06:19:21 -08:00
T. Joseph Carter 3285c0162a And another ${WORKDIR} bug *sigh* 2015-02-02 05:57:16 -08:00
Twinaphex 825700ff98 Merge pull request #167 from iKarith/master
Missed a ${WORKDIR}
2015-02-02 14:49:12 +01:00
T. Joseph Carter a5316f3f7b Missed a ${WORKDIR} 2015-02-02 04:25:12 -08:00