visualboyadvance-m/src/common
Rafael Kitover d7ff2afb80 add mac release builder script
Add `tools/osx/builder`, a POSIX sh script to build all dependant
libraries as static, targetted to OS X 10.7, and build the project with
them (also targetted to OS X 10.7.)

ffmpeg currently does not link, as recording functionality is currently
non-functional anyway, this will be fixed later.

MISC:

- set WORKING_DIRECTORY and ERROR_QUIET for all git commands, for the
  cases when the build directory is not under the git checkout

- #include <cerrno> in ConfigManager.cpp as it uses errno

- change `build*` in `.gitignore` to `build/*` so that files starting
  with "build" are not affected
2017-10-12 01:32:18 -07:00
..
ConfigManager.cpp add mac release builder script 2017-10-12 01:32:18 -07:00
ConfigManager.h Still working on libretro stuff, working on cheatsenabled compile issue now. 2017-02-25 00:55:29 -05:00
Patch.cpp Use fread return values for apply patch error checking 2017-02-12 04:26:21 -08:00
Patch.h Mac OS X 10.7 (Lion) build and runtime support 2016-11-03 10:49:13 -07:00
Port.h Mac OS X 10.7 (Lion) build and runtime support 2016-11-03 10:49:13 -07:00
SoundDriver.h Some fixes for MSVC. 2017-02-11 10:57:35 +08:00
SoundSDL.cpp fix deadlock in SoundSDL::deinit() #139 #130 2017-09-21 15:39:30 -07:00
SoundSDL.h cleanup SoundSDL #139 #130 #97 #67 #65 #46 #47 2017-08-17 02:44:40 -07:00
array.h fix a memory leak due to wrong syntax 2017-08-03 16:29:37 -07:00
cstdint.h Mac OS X 10.7 (Lion) build and runtime support 2016-11-03 10:49:13 -07:00
dictionary.c updated standards to webkit standard 2016-07-08 19:59:29 -04:00
dictionary.h updated standards to webkit standard 2016-07-08 19:59:29 -04:00
ffmpeg.cpp fix Debian 8 Jessie and Ubuntu 14 Trusty compat 2017-01-29 10:14:34 -08:00
ffmpeg.h Kill common/Types.h, replace its old typedefs w/ standard types 2016-07-29 11:07:11 +02:00
iniparser.c updated standards to webkit standard 2016-07-08 19:59:29 -04:00
iniparser.h updated standards to webkit standard 2016-07-08 19:59:29 -04:00
memgzio.c Some fixes for MSVC. 2017-02-11 10:57:35 +08:00
memgzio.h Fixes memgzio with zlib > 1.2.3.8 2016-07-30 23:55:00 +02:00
ringbuffer.h Fix case where buffer is filled to capacity and becoming empty. There always needs to be an extra entry as a separator between the write and the read. 2017-02-22 03:39:57 +02:00