Jeffrey Pfau
|
8636b81f13
|
GBA: Split cheats out into separate source files
|
2015-04-09 00:41:00 -07:00 |
Jeffrey Pfau
|
6a320bb923
|
All: Always build vfs-mem
|
2015-04-05 15:07:46 -07:00 |
Jeffrey Pfau
|
120020b0e3
|
All: Bump version to 0.3 after branching for 0.2
|
2015-04-02 02:29:13 -07:00 |
Jeffrey Pfau
|
7bb17bc99d
|
Util: Split vfs.c into vfs.c, vfs-fd.c and vfs-dirent.c
|
2015-04-01 21:13:16 -07:00 |
Jeffrey Pfau
|
9bb306f831
|
All: Buildfixes for OS X and FreeBSD
|
2015-03-23 02:47:10 -07:00 |
Jeffrey Pfau
|
f519976c7f
|
All: Attempt to downgrade from GNU99 to C99
|
2015-03-23 02:03:01 -07:00 |
Jeffrey Pfau
|
64b396aff9
|
Merge branch 'feature/sio-lockstep'
|
2015-03-19 22:19:49 -07:00 |
Jeffrey Pfau
|
c75224ce8c
|
SDL: Add Pandora bindings
|
2015-03-17 22:30:58 -07:00 |
Jeffrey Pfau
|
22021df387
|
All: Fix OpenBSD build with CLI debugger
|
2015-03-17 22:16:57 -07:00 |
Jeffrey Pfau
|
20aae1202a
|
Qt: Properly preprocess Windows RC file
|
2015-03-16 00:35:09 -07:00 |
Jeffrey Pfau
|
51b8c862b9
|
Merge branch 'master' into feature/sio-lockstep
Conflicts:
CMakeLists.txt
src/gba/gba.c
|
2015-03-15 23:29:01 -07:00 |
Jeffrey Pfau
|
e6c10428ce
|
All: Properly match ARM processor name in CMakeLists
|
2015-03-14 00:23:18 -07:00 |
Jeffrey Pfau
|
bdf6d7f7ec
|
All: Fix CMake files to not use function defined in CMake 2.8.11
|
2015-03-12 01:09:12 -07:00 |
Jeffrey Pfau
|
f8933f23c4
|
All: Fix blip_buf build
|
2015-03-12 00:44:20 -07:00 |
Jeffrey Pfau
|
513b9fb751
|
All: Unify how feature defines work, allowing specific targets to not use them
|
2015-03-11 02:17:45 -07:00 |
Jeffrey Pfau
|
17d61564c9
|
All: All ARM targets should enable ASM
|
2015-03-11 02:16:48 -07:00 |
Jeffrey Pfau
|
f59932a295
|
All: Add option to disable LTO
|
2015-03-10 01:32:06 -07:00 |
Jeffrey Pfau
|
3b0a42921c
|
Libretro: Fix module output name
|
2015-03-09 23:41:38 -07:00 |
Jeffrey Pfau
|
70b01f99ad
|
Libretro: Force 5-6-5 build for Libretro core
|
2015-03-08 22:51:41 -07:00 |
Jeffrey Pfau
|
cf71d39bf0
|
Libretro: Add initial libretro version
|
2015-03-08 22:51:40 -07:00 |
Jeffrey Pfau
|
bb77d278dd
|
GBA RR: Modularize RR
|
2015-03-05 00:32:49 -08:00 |
Jeffrey Pfau
|
1e912abf4b
|
GBA SIO: Start building up skeleton for lockstep driver
|
2015-02-25 20:35:13 -08:00 |
Jeffrey Pfau
|
22f4b1fef9
|
All: Set RPATH appropriately (why is this not the default?)
|
2015-02-22 02:16:58 -08:00 |
Jeffrey Pfau
|
e742fe25d0
|
Util: Don't detect strtof_l on Linux; glibc doesn't actually implement it, but it's still detected
|
2015-02-21 09:53:17 -08:00 |
Jeffrey Pfau
|
486a0e4017
|
All: Disable LTO in non-Darwin non-gcc (it seems to be broken in Clang on other OSes)
|
2015-02-20 23:43:43 -08:00 |
Jeffrey Pfau
|
d794b24566
|
All: Clean up pthreads in CMakeList
|
2015-02-20 23:18:18 -08:00 |
Jeffrey Pfau
|
07feb10f6d
|
All: Enable link-time optimization
|
2015-02-20 23:09:11 -08:00 |
Jeffrey Pfau
|
545497a7de
|
All: Add tool for cleaning up debs spat out by CPack
|
2015-02-14 01:44:48 -08:00 |
Jeffrey Pfau
|
78b70d97f4
|
All: Better static/shared separation
|
2015-02-14 01:43:54 -08:00 |
Jeffrey Pfau
|
1f6732b9bb
|
All: Add static library
|
2015-02-12 02:27:59 -08:00 |
Jeffrey Pfau
|
d99731e1e7
|
Revert "All: Remove libm from list of libraries to explicitly link against", broke minimalistic ports, e.g. perf
This reverts commit 9bc4dafe56 .
|
2015-02-12 01:24:04 -08:00 |
Jeffrey Pfau
|
9bc4dafe56
|
All: Remove libm from list of libraries to explicitly link against
|
2015-02-12 00:53:39 -08:00 |
Jeffrey Pfau
|
1e71f62a3c
|
Util: Add universal float parsing and formatting functions
|
2015-02-11 00:26:30 -08:00 |
Jeffrey Pfau
|
d2a21c256b
|
All: Update Debian package section to "games"
|
2015-02-08 01:20:04 -08:00 |
Jeffrey Pfau
|
7149dd3102
|
GBA: Refactor gba directory, dropping gba- prefix and making supervisor directory
|
2015-02-03 03:12:04 -08:00 |
Jeffrey Pfau
|
9088faafc4
|
All: Make libedit work by default on BSDs, which usually ship libedit
|
2015-01-30 00:18:41 -08:00 |
Jeffrey Pfau
|
c50b228243
|
All: Support 7-Zip files (fixes #151)
|
2015-01-25 00:11:36 -08:00 |
Jeffrey Pfau
|
38cb3eeaa8
|
Merge branch 'feature/blip-buf'
|
2014-12-29 02:38:38 -08:00 |
Jeffrey Pfau
|
4fa9401971
|
Qt: Fix OS X build in some unusual circumstances
|
2014-12-29 02:34:16 -08:00 |
Jeffrey Pfau
|
73a6b47879
|
GBA Audio: Rip out FFmpeg resampler
|
2014-12-29 01:51:50 -08:00 |
Jeffrey Pfau
|
b92ed79a85
|
GBA Audio: Add blip_buf support
|
2014-12-29 01:45:24 -08:00 |
Jeffrey Pfau
|
b8076be860
|
All: Use COMPONENT for selecting installation pieces
|
2014-12-24 18:40:36 -08:00 |
Jeffrey Pfau
|
458df43d18
|
All: Compile C code with minimum OS X version 10.6
|
2014-12-21 22:28:57 -08:00 |
Jeffrey Pfau
|
ce0ad004e4
|
GBA Audio: Better audio resampling via FFmpeg
|
2014-12-21 02:13:27 -08:00 |
Jeffrey Pfau
|
e58182c952
|
All: Force build type to Release if not set
|
2014-12-16 00:37:04 -08:00 |
Jeffrey Pfau
|
16bf77659f
|
All: Increment ABI and version number for the future
|
2014-12-14 00:41:49 -08:00 |
Jeffrey Pfau
|
4d7fbf37db
|
All: Add Debian-style dependencies for CPack
|
2014-12-10 21:26:55 -08:00 |
Jeffrey Pfau
|
12f99a33bc
|
All: More CPack information
|
2014-12-10 20:16:15 -08:00 |
Jeffrey Pfau
|
29ea8d1539
|
Video: Make FFmpeg encoder work with libav
|
2014-12-10 19:55:27 -08:00 |
Jeffrey Pfau
|
4731349701
|
All: Fix ASM glob on case-insensitive volumes
|
2014-12-10 01:44:39 -08:00 |