• Joined on 2025-06-12
timothy pushed to main at timothy/mapper 2026-03-15 16:41:55 +01:00
260a8f16cb fix: implement lightning-fast engine setup by utilizing pre-compiled OpenFrameworks correctly and avoiding core re-compilation
timothy pushed to main at timothy/mapper 2026-03-15 15:56:19 +01:00
82813baa58 fix: implement path-agnostic source patching and refine global compatibility header logic
timothy pushed to main at timothy/mapper 2026-03-15 09:16:38 +01:00
705b698b1d fix: enforce -O0 optimization and VRP disable to bypass compiler crashes on Pi 3B
timothy pushed to main at timothy/mapper 2026-03-15 09:04:02 +01:00
e0e06978b2 fix: enforce clean ofxPiMapper addon state and implement high-powered global compatibility header to resolve syntax and namespace errors
timothy pushed to main at timothy/mapper 2026-03-15 08:59:49 +01:00
c0589b6c5e fix: dial back optimization to -O2 and disable VRP pass to bypass internal compiler error on ARM
24910547c4 fix: enforce clean ofxPiMapper clone and robust global patching to resolve corrupted syntax errors
Compare 2 commits »
timothy pushed to main at timothy/mapper 2026-03-14 19:31:40 +01:00
b480892b6a fix: implement surgical cleanup of old patches to resolve C++ syntax errors in ofxPiMapper
timothy pushed to main at timothy/mapper 2026-03-14 10:45:02 +01:00
dbed62a6c4 fix: add source scrubbing step to remove failed patch attempts and fix redefinition errors
timothy pushed to main at timothy/mapper 2026-03-14 08:10:36 +01:00
ad7287ae86 fix: use a single compatibility header for make_unique to prevent redefinition errors
timothy pushed to main at timothy/mapper 2026-03-13 20:13:42 +01:00
5770be2b8b fix: revert to C++11 for binary symbol compatibility and implement custom make_unique for ofxPiMapper
timothy pushed to main at timothy/mapper 2026-03-13 16:33:47 +01:00
1c034f1e89 fix: enforce global flags and clean build for ofxPiMapper to resolve undefined reference errors
timothy pushed to main at timothy/mapper 2026-03-13 14:17:00 +01:00
043e2123f4 fix: move manual dependency installation outside of download block to ensure they are always verified
timothy pushed to main at timothy/mapper 2026-03-13 12:47:34 +01:00
01da5b6044 fix: use robust loop for idempotent header patching to avoid find -exec syntax errors
timothy pushed to main at timothy/mapper 2026-03-13 12:44:19 +01:00
6380b8325d fix: make setup script patches idempotent to prevent double-namespace bugs
timothy pushed to main at timothy/mapper 2026-03-13 12:34:34 +01:00
320f72c03b fix: add freeglut3-dev and libxxf86vm-dev to dependency list to resolve final linking errors
timothy pushed to main at timothy/mapper 2026-03-13 10:14:34 +01:00
7d191814ac fix: extend global patch to include std::make_unique for ofxPiMapper C++20 compatibility
timothy pushed to main at timothy/mapper 2026-03-12 21:52:23 +01:00
4c655a0512 fix: apply global C++17/20 compatibility patches to ofxPiMapper source
timothy pushed to main at timothy/mapper 2026-03-12 19:42:31 +01:00
6cc9d88842 fix: fix heredoc terminator indentation causing syntax error in setup script
timothy pushed to main at timothy/mapper 2026-03-11 22:16:42 +01:00
eecfe398d7 fix: patch ofxPiMapper VideoSource.h to use std::unique_ptr for C++20 compatibility
timothy pushed to main at timothy/mapper 2026-03-11 14:42:38 +01:00
00286161b3 fix: ignore non-critical warnings treated as errors during compilation on modern systems
timothy pushed to main at timothy/mapper 2026-03-11 12:34:56 +01:00
963bed0dd3 fix: add librtaudio-dev to dependency list to resolve RtAudio.h compilation error