Commit Graph

575 Commits

Author SHA1 Message Date
Steve Salevan 921ff11ddb Adjusting Dockerfile to support clean builds 2018-08-14 22:02:47 -04:00
Wolfgang Thaller 2dec12faee fix incorrect documentation for CMAKE_TOOLCHAIN_FILE parameter 2018-07-20 16:28:01 +02:00
Wolfgang Thaller e2e1ae5d5e
Merge pull request #59 from donbright/patch-1
Note texinfo dependency in README.md, see also #13
2018-07-18 23:30:29 +02:00
Wolfgang Thaller 7d107bba49
Merge pull request #60 from donbright/patch-2
Fix broken --no-ppc --no-carbon build in build-toolchain.bash
2018-07-18 23:28:15 +02:00
don bright 1e3f4b0031
Update build-toolchain.bash
the --no-ppc --no-carbon  build was broken because it was looking for ppc tools. this allows it to at least get through the script.
2018-07-16 22:43:51 -05:00
don bright 5b9feb6c15
Update README.md
build-toolchain fails on ubuntu unless you have 'makeinfo' binary, which is part of 'texinfo' package
2018-07-16 21:51:47 -05:00
Wolfgang Thaller 58d8be11e1 LaunchAPPLServer: adjust about box height based on text 2018-05-20 11:53:48 +02:00
Wolfgang Thaller 3928a55b91 LaunchAPPLServer: refactor a bit 2018-05-19 14:55:27 +02:00
Wolfgang Thaller e39e0a09c5 LaunchAPPLServer: a touch of color 2018-05-17 00:38:55 +02:00
Wolfgang Thaller 7f1eb5692c LaunchAPPLServer: User interface improvements 2018-05-16 21:44:37 +02:00
Wolfgang Thaller 50fee1a789 LaunchAPPLServer: send response and shutdown connection before upgrading 2018-05-16 02:44:23 +02:00
Wolfgang Thaller 6e6a909c46 LaunchAPPLServer: detect presence of OpenTransport 2018-05-16 02:43:59 +02:00
Wolfgang Thaller 5ab830d8c3 LaunchAPPLServer: OpenTransport backend (TCP for Carbon) 2018-05-16 02:08:32 +02:00
Wolfgang Thaller d1a3939015 Copy OpenTransportAppPPC.o and other PPC static libraries 2018-05-16 02:08:32 +02:00
Wolfgang Thaller a135f0b196 libretro: use separate library file names for Carbon and Classic PPC 2018-05-16 02:08:25 +02:00
Wolfgang Thaller bf9cba16b8 LaunchAPPLServer: Carbon version (no backend yet) 2018-05-14 23:58:11 +02:00
Wolfgang Thaller dbfa7e8645 make libretro be the same for carbon and classic 2018-05-14 23:56:37 +02:00
Wolfgang Thaller b09ecaf30b fix macsbug symbols again - why didn't I know about .pushsection from the beginning? 2018-05-14 21:36:17 +02:00
Wolfgang Thaller c14c072e9c LaunchAPPLServer: include MacTCP in GUI 2018-05-14 00:41:12 +02:00
Wolfgang Thaller 9dd308687b LaunchAPPL: TCP support 2018-05-14 00:41:12 +02:00
Wolfgang Thaller 749b7c5db8 don't pass type/creator codes as last argument to Rez - apparently, Ninja swallows trailing spaces 2018-05-14 00:03:14 +02:00
Wolfgang Thaller 1ae9256e9c Fix compilation for PowerPC - see #57 2018-05-14 00:01:59 +02:00
Wolfgang Thaller 982bd1ba67 LaunchAPPLServer: move SerialConnectionProvider to its own module 2018-05-08 09:43:02 +02:00
Wolfgang Thaller 135795288f LaunchAPPLServer: more accurate messages, fix leak 2018-05-08 02:37:25 +02:00
Wolfgang Thaller ed64f6dea3 LaunchAPPLServer: refactoring 2018-05-08 02:15:05 +02:00
Wolfgang Thaller 5e1e67de2c LaunchAPPLServer: support printer port 2018-05-07 23:51:47 +02:00
Wolfgang Thaller d47958bcb9 LaunchAPPLServer: increase input buffer size 2018-05-07 23:51:17 +02:00
Wolfgang Thaller 9d304134f2 Fix interaction between `pascal` and `pragma parameter` (pascal should be ignored) 2018-05-07 22:41:29 +02:00
Wolfgang Thaller e87f2fe79d LaunchAPPLServer: Extend status display 2018-05-07 22:41:29 +02:00
Wolfgang Thaller 28fca0d630 LaunchAPPLServer: factor out StatusDisplay 2018-05-06 18:49:43 +02:00
Wolfgang Thaller d5945a90ba LaunchAPPLServer: fix segment unloading 2018-05-06 13:00:31 +02:00
Wolfgang Thaller c29a932f4d LaunchAPPLServer: fix for PPC 2018-05-06 12:41:33 +02:00
Wolfgang Thaller 3c071a0772 LaunchAPPLServer: unload some segments 2018-05-06 12:40:26 +02:00
Wolfgang Thaller 4162dcc32f LaunchAPPLServer: add icon 2018-05-06 02:02:29 +02:00
Wolfgang Thaller f9a4fc491d LaunchAPPLServer: launch MPW tools by sending AppleEvent to MPW Shell 2018-05-06 00:56:48 +02:00
Wolfgang Thaller 672efae198 LaunchAPPLServer: handle AppleEvents 2018-05-05 23:59:38 +02:00
Wolfgang Thaller 106281041d LaunchAPPLServer: cleanup 2018-05-05 23:57:26 +02:00
Wolfgang Thaller f1fd304af4 LaunchAPPLServer: remote upgrade capability 2018-05-05 23:55:36 +02:00
Wolfgang Thaller 569ef3d65e LaunchAPPL/Serial: send type/creator code 2018-05-05 18:53:27 +02:00
Wolfgang Thaller ca17e9ff0c LaunchAPPL/Serial: resend reset after timeout 2018-05-05 18:42:42 +02:00
Wolfgang Thaller fc87b33fb4 update default C++ version for host tools to C++-14 2018-05-05 18:42:42 +02:00
Wolfgang Thaller b9d020d7e4 LaunchAPPL/Serial: combine packets when sending 2018-05-05 18:40:04 +02:00
Wolfgang Thaller 8f645b0b9e start figuring out how to create MPW Tools using Retro68 2018-05-05 12:34:12 +02:00
Wolfgang Thaller b8b0d1a791 add_application.cmake: type/creator codes can contain spaces 2018-05-05 12:30:19 +02:00
Wolfgang Thaller 055976d4ca fix setjmp for PowerPC 2018-05-05 01:18:54 +02:00
Wolfgang Thaller 022f29e25d Some documentation for LaunchAPPL's new features 2018-05-02 22:16:32 +02:00
Wolfgang Thaller 16b73a78be fix test case ZeroInitialized: need InitWindows before GetNextEvent 2018-05-02 21:28:35 +02:00
Wolfgang Thaller 799bf4c4ac Pass --disable-libstdcxx-verbose for standard library build (see #23)
This prevents cxa_demangle aqnd most of the IO subsysten from being pulled in by std::terminate
2018-05-02 09:09:12 +02:00
Wolfgang Thaller c3dd084fbf LaunchAPPLServer System 4 compatibility: check for WNE availability 2018-05-02 09:05:30 +02:00
Wolfgang Thaller 1871a9cbad LaunchAPPLServer: Think about memory usage and code size 2018-05-01 21:17:39 +02:00