Wolfgang Thaller
1ff3fe67a5
more autoreconfing
2021-12-08 18:17:45 +01:00
Wolfgang Thaller
ea001ef5f8
autoreconf/libtoolize some things
2021-12-08 18:17:45 +01:00
Wolfgang Thaller
952761eef3
remove pdf that shouldn't be there
2021-12-05 14:39:50 +01:00
Wolfgang Thaller
2a92e32761
Merge pull request #143 from b-/patch-1
...
Shortened a couple of build steps
2021-10-25 16:51:56 +02:00
br
d702c68321
Shortened a couple of build steps
2021-10-25 07:35:43 -04:00
Wolfgang Thaller
b3c840a3c8
Merge pull request #134 from mackiea/32bit_fixes
...
32-bit build fixes
2021-09-19 17:58:53 +02:00
Wolfgang Thaller
c124cf98d9
fix gettimeofday (was off by one day)
2021-09-19 17:57:24 +02:00
Wolfgang Thaller
beb4c2c518
Merge pull request #138 from ZaneKaminski/master
...
#include <sstream> in Rez/RezLexerNextToken.cc
2021-05-31 08:59:41 +02:00
Zane Kaminski
1bf09c8b5f
#include <sstream> in RezLexerNextToken.cc
...
Fixes bug building on macOS 11.3.1 and boost 1.76.0. Evidently sstream was previously included in another header referenced by this file but now is not. The new include directive allows the project to build.
2021-05-31 00:39:52 -04:00
Wolfgang Thaller
8d32c583ae
Merge pull request #137 from fairfieldt/fix-build-toolchain-powermac
...
fixes bug in build-toolchain when running on Power Mac
2021-05-07 08:35:40 +02:00
Tom Fairfield
f55df9e129
fixes bug in build-toolchain when running on Power Mac
...
Running on a Power Mac + Tiger system, `uname -m` returns "Power Mac".
Unless the result is quoted, it will get improperly split and the if
conditional breaks.
2021-05-05 11:27:59 -07:00
Andrew Mackie
33b380d776
Fixes to make libelf build in 32-bit. Tested on Debian 4.19.98-1+deb10u1. Addresses https://github.com/autc04/Retro68/issues/119 .
2021-04-27 14:25:43 -04:00
Wolfgang Thaller
0bbb21ad98
Merge pull request #128 from ryandesign/patch-2
...
Use relative symlinks to Elf2Mac
2021-04-19 22:06:04 +02:00
Wolfgang Thaller
82330db7fb
Merge pull request #127 from ryandesign/patch-1
...
Fix typos in build script messages
2021-04-19 22:05:13 +02:00
Wolfgang Thaller
153eb65074
Merge pull request #133 from ryandesign/patch-3
...
Remove unused ARCHS variable
2021-04-19 21:39:04 +02:00
Ryan Schmidt
9642da7eb1
Remove unused ARCHS variable
2021-04-19 03:13:45 -05:00
Wolfgang Thaller
e8fb52d494
Merge pull request #130 from ryandesign/patch-3
...
Fix separate build directory instructions
2021-04-18 12:25:04 +02:00
Ryan Schmidt
7240f29e22
Fix separate build directory instructions
2021-04-17 00:22:59 -05:00
Ryan Schmidt
63d6f6b684
Use relative symlinks to Elf2Mac
...
Use relative rather than absolute symlinks to Elf2Mac. This helps things
not break if the prefix is later moved.
2021-04-16 23:37:22 -05:00
Ryan Schmidt
eb7223f368
Fix typos in build script messages
2021-04-15 15:27:58 -05:00
Wolfgang Thaller
6dda1160ab
Merge pull request #125 from fairfieldt/fix-launchappl-typo
...
Fixes typo in LaunchAPPL client.
2021-04-13 09:59:27 +02:00
Tom Fairfield
ca57b0cb67
Fixes typo in LaunchAPPL client.
2021-04-12 12:19:21 -07:00
Wolfgang Thaller
c8d627cdc4
find libhfs in system path
2021-03-20 23:45:15 +01:00
Wolfgang Thaller
f428918183
add default search paths for dependencies installed via homebrew on ARM macs
2021-02-06 15:30:43 +01:00
Wolfgang Thaller
3236f3cfbf
deal with stricter default compile options for C
2021-02-06 15:23:15 +01:00
Wolfgang Thaller
45d5bdd137
teach gcc about arn64-apple-darwin hosts
2021-02-06 15:22:50 +01:00
Wolfgang Thaller
884273fce1
use plain GetResource instead of Get1Resource during initialization ( #118 )
...
Get1Resource is not in Inside Mac 1-3 and doesn't work with the original system software. And at this point, we know that our own resource file is current.
2021-01-12 22:09:44 +01:00
Wolfgang Thaller
f10344e316
Merge pull request #113 from autc04/r_68k_pc32
...
add support for R_68K_PC32 relocations (fixes #38 )
2020-12-28 21:34:13 +01:00
Wolfgang Thaller
0b120a722e
add test cases for r_68k_pc32
2020-12-28 19:35:51 +01:00
Wolfgang Thaller
5fdd7b411f
relocate.c: some cleanup
2020-12-28 15:15:09 +01:00
Wolfgang Thaller
4c7b83bb75
add support for R_68K_PC32 relocations
2020-12-28 00:25:36 +01:00
Wolfgang Thaller
522a96e6ff
hfsutils: fix repeated builds, get rid of an unnecessary symlink ( #112 )
2020-10-11 19:13:25 +02:00
Wolfgang Thaller
d2284679f9
initial nix support
2020-10-04 15:35:11 +02:00
Wolfgang Thaller
60f7efb5d4
fix out-of-source builds for hfsutils
2020-10-04 15:34:17 +02:00
Wolfgang Thaller
5f4733ea5f
fix check for resourcefork of InterfaceLib
2020-08-23 19:55:59 +02:00
Wolfgang Thaller
fbdf2c4bcb
Fix Dialog sample for Carbon on classic MacOS ( #110 )
2020-07-22 20:02:29 +02:00
Wolfgang Thaller
292e78bbab
fix size of generated disk images ( #109 )
2020-06-19 23:15:32 +02:00
Wolfgang Thaller
3992bf904a
fix missing dependency in SharedLibrary sample ( #106 )
2020-04-25 11:24:14 +02:00
Wolfgang Thaller
ee5e93366b
fix 68k-only build ( #106 )
2020-04-25 11:23:52 +02:00
Wolfgang Thaller
1f94f8c490
update multiversal
2020-03-08 17:32:59 +01:00
Wolfgang Thaller
6671b82624
Merge pull request #105 from DarwinNE/master
...
Try to fix garbage appearing when resizing window. Will need to be revisited to prevent extra redraws.
2020-03-02 22:49:02 +01:00
DarwinNE
1f19d619cf
Try to fix garbage appearing when resizing window. Redraw is probably done a little bit too often.
2020-02-25 22:03:37 +01:00
Wolfgang Thaller
cf75b4d9ba
Merge pull request #103 from DarwinNE/master
...
Implement escape sequence to change window title
2020-01-18 23:43:35 +00:00
DarwinNE
812831c24f
Correct a missing header that would have made impossible to compile the code with Carbon. Remove commented out code.
2020-01-19 00:38:33 +01:00
DarwinNE
46a380b89a
Implement suggestions from the code review of the pull request #103 .
2020-01-18 00:33:55 +01:00
DarwinNE
9cb5603bbb
Merge branch 'master' of https://github.com/autc04/Retro68
2020-01-16 00:12:46 +01:00
DarwinNE
5f30a05a34
Slightly better strategy to convert C strings to Pascal-style ones.
2020-01-16 00:11:56 +01:00
DarwinNE
9cf5c41ad7
Add a virtual function to the Console class so that it does not need to keep track of the window.
2020-01-16 00:01:26 +01:00
DarwinNE
d40eacf12e
Implement sequence to change the window name.
2020-01-14 22:46:05 +01:00
Wolfgang Thaller
f962ac5ec2
Merge pull request #102 from DarwinNE/master
...
Add a limited degree of support for ANSI commands to the Console library
2020-01-13 20:45:44 +00:00