Commit Graph

1447 Commits

Author SHA1 Message Date
Andrés
2f84d4a817 Update buildbot-script 2015-04-16 11:40:42 -05:00
twinaphex
86354bb5d0 Update core info file 2015-04-16 10:37:24 +02:00
twinaphex
ac9cddb0a9 Add imageviewer core info file 2015-04-16 10:33:54 +02:00
Andrés
9901e36777 Log when using dist-scro[ts 2015-04-13 18:30:12 -05:00
radius
132242c739 use braces instead of parenthesis 2015-04-11 17:37:45 -05:00
radius
882f46eb5a add hastebin logging to other commands 2015-04-11 17:13:02 -05:00
radius
e5f04b62d0 add the complete url 2015-04-11 18:06:00 -04:00
radius
9a40bc03ee fix logging to hastebin 2015-04-11 18:01:03 -04:00
radius
3891101031 fix logging 2015-04-11 17:32:03 -04:00
radius
130b39dc42 Merge branch 'master' of github.com:libretro/libretro-super 2015-04-11 17:22:21 -04:00
radius
b5dbb86966 add logging of errors to pastebin 2015-04-11 17:22:12 -04:00
Radius
69f5e13d40 Merge branch 'master' of github.com:libretro/libretro-super 2015-04-11 16:06:21 -05:00
Radius
c9a042d981 Merge branch 'master' of github.com:libretro/libretro-super 2015-04-11 15:29:01 -05:00
radius
cb352f97df Merge branch 'master' of github.com:libretro/libretro-super 2015-04-11 16:24:25 -04:00
Alcaro
822b17c7ea Update snes9x_next_libretro.info
Why does this one support twice as many types as non-Next?
2015-04-11 11:21:33 +02:00
Alcaro
dfd1fcd10b Update snes9x_libretro.info 2015-04-11 11:21:04 +02:00
radius
41c136672e add missing cores 2015-04-08 01:01:55 -04:00
Radius
3030b0be5a windows order fix 2015-04-06 23:57:26 -05:00
radius
05c3a00135 fix build failure message for android targets 2015-04-04 15:07:45 -04:00
Twinaphex
d595b636b8 Merge pull request #243 from Monroe88/patch-1
(Info) Add info file for image viewer core
2015-03-31 04:17:42 +02:00
Monroe88
15d921324c (Info) Add info file for image viewer core 2015-03-30 21:09:31 -05:00
Radius
e5038c7464 tiny fix to make sure the 3 mercury profiles build 2015-03-29 14:44:31 -05:00
Radius
06c9db6d80 tiny fix to make sure the 3 mercury profiles build 2015-03-29 14:34:25 -05:00
Radius
f720be6f60 move dosbox y prboom to use the seh toolchain 2015-03-29 00:20:45 -05:00
T. Joseph Carter
3cf6d9e4ff Make sure log dir exists before trying to write into it 2015-03-28 20:42:47 -07:00
T. Joseph Carter
a540056414 ./libretro-build.sh --nologs to disable logging 2015-03-28 20:30:22 -07:00
T. Joseph Carter
1a30a6a1a1 Implement log truncation, now ready for testing
What (should) work):

 - LIBRETRO_DEVELOPER (default 1) to output all build progress

 - LIBRETRO_LOG_DIR (default $WORKDIR/log) to change WHERE logs get
   written.  Useful for buildbots that have multiple WORKDIRs to put
   logs in roughly the same place.

 - LIBRETRO_LOG_SUPER (default libretro-super.log) to change the name of
   libretro-build.sh's log file.  No log would be written if unset, but
   script-modules/log.sh sets it if unset for now.

 - LIBRETRO_LOG_CORE (default %s.log) to change the name pattern for a
   core log file.  The %s is replaced with the "safe" core name used by
   libretro-super's rules.

 - LIBRETRO_LOG_APPEND (default ""), if set, would not clobber the log
   files the next time you ran libretro-super.  Caution: mame's output
   is 34 megabytes on its own for a single successful build

What doesn't work yet:

 - You should be able to unset LIBRETRO_LOG_SUPER and LIBRETRO_LOG_CORE
   and have your decision mean something.  This is the #1 thing I must
   change, and I will do so in the next day or so.

 - We assume that if you want output to screen and log, you'll have the
   tee command.  What if you don't?  We choose log over screen in that
   case, but tee is such a trivial tool to implement, perhaps we should?

 - Currently logs lack date stamps.  Bash's built-in printf has a way to
   do this, but Apple STUPIDLY disables it because Apple.  Turns out
   that bash 2.05a didn't have the feature anyway.  You may not have the
   UNIX date command on Windows if you're somehow running bash from
   cmd.exe.  Worse, you have a command of the same name that requires a
   /t argument to do half of what date does on UNIX.  Running into
   limits of bash here, easily solved using most anything else.
2015-03-27 19:31:19 -07:00
T. Joseph Carter
a395d977b1 Use .log extension instead of .txt (for clobbering) 2015-03-27 19:10:01 -07:00
T. Joseph Carter
0e6150d4af More logging improvements 2015-03-27 18:31:51 -07:00
T. Joseph Carter
a2633e0198 Avoid use of wc command 2015-03-27 18:07:29 -07:00
T. Joseph Carter
c2ba909533 Add log dir to .gitignore 2015-03-27 16:56:23 -07:00
T. Joseph Carter
6855c57f2c Updated .gitignore for libretro-mgba 2015-03-27 16:55:37 -07:00
T. Joseph Carter
647130333e Clean up libretro_build_core using default var expansion 2015-03-27 16:54:35 -07:00
T. Joseph Carter
910a8010f8 Start of logging subsystem 2015-03-27 16:45:38 -07:00
T. Joseph Carter
12c13eb55d POC of logging per-core 2015-03-26 10:50:29 -07:00
T. Joseph Carter
22e3e07d42 Changed how build summary is produced, start of new logging 2015-03-25 20:09:42 -07:00
radius
13d2d0fbbd patch for mame in radius bot 2015-03-25 15:24:38 -04:00
radius
ab4061cd68 add suffixes 2015-03-25 00:39:49 -04:00
radius
461d8c7276 stop renaming cores before packaging 2015-03-24 22:15:09 -04:00
T. Joseph Carter
714dfc97f5 Remove an include that isn't ready 2015-03-24 10:49:46 -07:00
T. Joseph Carter
a4f6abd1f3 Stupid mistake probably keeps mess and ume from working 2015-03-24 09:43:50 -07:00
T. Joseph Carter
875c7cce1a Add -marm to iOS compilers 2015-03-24 02:53:09 -07:00
radius
f3b6b0b71d add mess, ume 2015-03-24 00:45:33 -04:00
radius
6b1416237a fix some stuff with mame recipey 2015-03-24 00:44:28 -04:00
radius
b3413ffd3d fix derp 2015-03-24 00:14:05 -04:00
radius
52f9eb0675 rename standalone toolchain recipes 2015-03-24 00:12:23 -04:00
T. Joseph Carter
46dc279788 Fix (harmless) errors about MAME_GIT_TINY 2015-03-23 14:41:09 -07:00
T. Joseph Carter
470a1c9d60 Updated .gitignore 2015-03-23 01:06:12 -07:00
T. Joseph Carter
d9a6c24860 Revert e712e5f for now. It's not right, but right takes time and this works now. 2015-03-23 01:03:15 -07:00
T. Joseph Carter
5426f17e7a Enable mame-2015—still WIP, but suitable for testing 2015-03-22 23:32:18 -07:00