Rev. | Time | Author |
---|---|---|
75ac4ac main | 2023-01-30 21:00:26 | Ruben Agin |
Some autoconfig updates. |
||
ad0b86e | 2023-01-28 20:58:38 | Ruben Agin |
Fixes for vpath builds of generated files. |
||
75f78bb | 2023-01-22 14:55:30 | phabrics |
Added generated files so that they wouldn't be regenerated for each build in the repo. |
||
a65ce47 | 2023-01-21 21:43:11 | phabrics |
Fixed sun3 timer interrupt rate calculator. |
||
9e166de | 2023-01-12 20:19:47 | phabrics |
More consistent, fine-grained control over downloading of individual files rather than entire directory trees. |
||
dd36bfe | 2023-01-11 19:53:42 | phabrics |
Added generation of firmware config files and tape links to binary sets, as well as disk creation to automated TME machine setup script. |
||
3d3aacb | 2023-01-11 08:12:16 | phabrics |
Created new script to automate setup of TME machines. |
||
a7afa02 | 2022-12-10 14:40:08 | phabrics |
Miscellaneous changes for better handling system dependencies. |
||
ca176b8 | 2022-12-02 18:58:42 | phabrics |
Compilation fixes for clang. In particular, the ffs & rdtsc functions were different, as well as the printf format attribute. |
||
07cbb4e | 2022-11-28 18:58:28 | phabrics |
Changes to get compilation working on Mingw64. |
||
eb13a24 | 2022-11-12 20:49:04 | phabrics |
Changes to enable conditional compilation of host modules. |
||
d4912e2 | 2022-10-08 20:22:25 | phabrics |
Minor distribution fixes. |
||
7c5f303 | 2022-09-29 19:58:02 | phabrics |
Fix alignment issues with 64-bit recode. |
||
6d1d06b | 2022-09-26 20:00:13 | phabrics |
Bumped version & enabled multiple source inputs via command line. |
||
a525564 | 2022-09-25 20:14:38 | phabrics |
Fixed color & key mapping for SDL display. |
||
0ff40da | 2022-09-23 13:52:16 | phabrics |
Compile & run new display code with SDL support. |
||
68ce6f5 | 2022-08-28 20:28:50 | phabrics |
Work to add SDL driver to display host framework. |
||
bcaf6d1 | 2022-07-13 20:22:26 | phabrics |
Outline the skeleton for the SDL front-end. |
||
88fad28 | 2022-07-10 18:59:56 | phabrics |
Reorganized the host hierarchy to better suit the different types of hosts. |
||
9a2c987 | 2022-05-03 10:27:04 | phabrics |
Fix for multi-threaded version. |
||
fdc8e94 | 2022-04-25 13:04:00 | phabrics |
Distribution fixes and updated defaults. Bumping up the version. |
||
0f50f9d | 2022-04-24 13:48:51 | phabrics |
Better handling of the tme-plugins.txt file. |
||
139589e | 2022-04-23 21:07:05 | phabrics |
Dependency fixes for generated source files to be properly handled by concurrent builds. |
||
a238584 | 2022-04-18 20:35:47 | phabrics |
Fix modules dependency issues in preparation for parallel builds. |
||
4106cee | 2022-04-09 13:15:40 | phabrics |
Added GTK library as a dependency for tme-host-gtk to avoid unresolved symbols errors in submodules. |
||
c5c03eb | 2021-03-21 11:49:46 | Ruben Agin |
Small fix to allow execution inside of broadway backend display (HTTP). |
||
b1c36ac | 2021-01-17 15:54:17 | Ruben Agin |
Confirmed that sjlj works under native win32 properly for serial console or GUI mode; Update to next release candidate. |
||
35a78fb | 2021-01-17 12:52:21 | Ruben Agin |
Changed default thread types for win32. |
||
6e1daef | 2021-01-15 19:34:32 | Ruben Agin |
Compilation fix for win32 sjlj threads. |
||
3ad6e8e | 2021-01-13 18:59:02 | Ruben Agin |
Got serial port working for win32. |