1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-20 10:17:05 +00:00
Commit Graph

12168 Commits

Author SHA1 Message Date
Thomas Harte ca7c1bc631 Remove redundant inlines. 2025-02-04 00:00:12 -05:00
Thomas Harte 259070c658 Unify reverse functions. 2025-02-03 23:58:41 -05:00
Thomas Harte e1a7dd9b24 Implement recursive reverse. 2025-02-03 23:50:15 -05:00
Thomas Harte e5945fbb3d Merge pull request #1469 from TomHarte/AllWarnings
Resolve all current compiler warnings.
2025-02-03 22:08:12 -05:00
Thomas Harte 247f636988 Reinstate ZRLE support. 2025-02-03 21:56:12 -05:00
Thomas Harte c58a2ee624 Remove redundant moves. 2025-02-03 21:44:30 -05:00
Thomas Harte 35a1b44c21 Remove unused elements. 2025-02-03 21:42:07 -05:00
Thomas Harte fd09f06507 Merge pull request #1468 from TomHarte/Qt6CI
Reinstate Xcode CI.
2025-02-03 21:34:36 -05:00
Thomas Harte d66b501a99 Request latest Xcode. 2025-02-03 21:27:53 -05:00
Thomas Harte 349f6766ac Switch to array. 2025-02-03 21:24:05 -05:00
Thomas Harte cd55ed1514 Persevere. 2025-02-03 21:22:50 -05:00
Thomas Harte 14d4c8accc Disable Qt 6; try to reenable Xcode. 2025-02-03 21:21:25 -05:00
Thomas Harte 37bca96bde Strip back. 2025-02-03 21:17:19 -05:00
Thomas Harte b0e6ae58c4 Try 6.7. 2025-02-03 21:00:40 -05:00
Thomas Harte 0375e47359 Accept any 6.8. 2025-02-03 20:48:56 -05:00
Thomas Harte 8450ad2856 Add Qt 6 CI. 2025-02-03 20:28:46 -05:00
Thomas Harte 015a1fbd53 Merge branch 'master' into Plus4PRGs 2025-02-03 00:06:14 -05:00
Thomas Harte 318b61b4d7 Merge pull request #1467 from TomHarte/QtCI
Add Qt to CI set.
2025-02-03 00:05:54 -05:00
Thomas Harte 60640517ca Remove crutch. 2025-02-02 23:58:25 -05:00
Thomas Harte 051e38f034 Reformat. 2025-02-02 23:48:20 -05:00
Thomas Harte 300054b9f7 Attempt a full make. 2025-02-02 23:46:26 -05:00
Thomas Harte 4f9e1e3a6b Add 'icu'. 2025-02-02 23:41:47 -05:00
Thomas Harte 856bc27bf1 Must specify qtbase, at least. 2025-02-02 23:36:15 -05:00
Thomas Harte 408b774b42 Switch to archives. 2025-02-02 23:29:59 -05:00
Thomas Harte f82ef5aad4 Apply one of those architectures. 2025-02-02 23:23:34 -05:00
Thomas Harte a92df41eb5 List architectures, hopefully. 2025-02-02 22:58:32 -05:00
Thomas Harte 605990929d Hit and hope. 2025-02-02 22:47:23 -05:00
Thomas Harte 925ca28659 Try without architecture. 2025-02-02 22:38:31 -05:00
Thomas Harte 41e3fa7aa7 Retreat. 2025-02-02 22:24:37 -05:00
Thomas Harte 5fa27448f8 Try to coax module names. 2025-02-02 22:19:44 -05:00
Thomas Harte c3428bdaed Try without prefixes. 2025-02-02 22:11:32 -05:00
Thomas Harte 0539de9c4e Take a guess at modules. 2025-02-02 22:05:36 -05:00
Thomas Harte eed87164b1 Attempt a Qt build action. 2025-02-02 22:00:21 -05:00
Thomas Harte 0fe726c503 Avoid overlong line. 2025-02-02 21:50:30 -05:00
Thomas Harte f7f2113f1c Merge pull request #1465 from TomHarte/Plus4FastLoad
Edge towards fast loading in the Plus 4.
2025-02-02 21:49:22 -05:00
Thomas Harte 49d931f5cc Disable Mac job for now. 2025-02-02 21:41:37 -05:00
Thomas Harte 4dbd63de08 Attempt version rebump. 2025-01-31 12:33:21 -05:00
Thomas Harte 3a53c349a0 Abandon attempts to build on older macOS for now. 2025-01-31 11:45:43 -05:00
Thomas Harte a9fe5d5c87 Manually revert Xcode project version. 2025-01-30 22:48:11 -05:00
Thomas Harte 9cecccf5da Correct TAP type check. 2025-01-30 21:04:36 -05:00
Thomas Harte 6cb3bbaa2d Ensure tape ending != infinite loop. 2025-01-29 23:30:16 -05:00
Thomas Harte 0ff6a0bb53 Slightly simplify template arguments. 2025-01-29 22:51:02 -05:00
Thomas Harte 8ba57dec03 Take another stab at read_dipole. 2025-01-29 22:07:17 -05:00
Thomas Harte d749c305ed Merge branch 'master' into Plus4FastLoad 2025-01-28 20:20:21 -05:00
Thomas Harte f46ac2d0ed Merge pull request #1464 from TomHarte/AheadOfTimeCRCTables
Grab bag: calculate CRC tables ahead of time; improve carry typing.
2025-01-28 20:16:03 -05:00
Thomas Harte d7b7152315 Apply const liberally. 2025-01-28 18:26:34 -05:00
Thomas Harte da1d52033b Use contractions. 2025-01-28 18:19:31 -05:00
Thomas Harte 01ddc24c02 Require overt acknowledgement of meaning. 2025-01-28 17:42:26 -05:00
Thomas Harte 53a3e88d16 Shunt CRC XOR table generation to compile time. 2025-01-28 17:36:32 -05:00
Thomas Harte bc8d1cc384 Merge pull request #1463 from TomHarte/AcornAnalyserStyle
Tweak Acorn analyser style.
2025-01-26 21:58:50 -05:00