Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
048ad06
Refactor Helios codebase to remove obsolete files and update structure
livingkurt Oct 16, 2025
a6a4874
Refactor time handling in Helios codebase
livingkurt Oct 16, 2025
0e520fd
Update .gitignore to allow .c files
livingkurt Oct 16, 2025
cc3b5a6
Fix timer_t conflict and add extern C guards for CLI compatibility
livingkurt Oct 16, 2025
a56e469
Fix POSIX function declarations for Linux compatibility
livingkurt Oct 16, 2025
c46788b
Fix CLI test issues: increase INPUT_QUEUE_SIZE to 4096 and enable wak…
livingkurt Oct 17, 2025
a5b7595
Add new Helios components for button handling, color management, and …
livingkurt Oct 17, 2025
0df2d1a
Refactor Makefile for improved compilation and source file management
livingkurt Oct 17, 2025
66d8186
Update .gitignore to refine ignored file patterns
livingkurt Oct 17, 2025
e82417c
Update Makefile to switch from C to C++ compilation
livingkurt Oct 17, 2025
623b330
Update Makefile to correct linking process for Helios target
livingkurt Oct 17, 2025
d8cbe03
Revert comment style changes back to C++ style comments
livingkurt Oct 18, 2025
8cded6a
Convert remaining C-style comments to C++ style comments including mu…
livingkurt Oct 18, 2025
043d5e4
Refactor comments across multiple files to improve clarity and consis…
livingkurt Oct 18, 2025
e29c6c5
Enhance comments in Colorset.cpp for clarity and consistency
livingkurt Oct 18, 2025
6042a5d
Restore meaningful comments that were unnecessarily removed
livingkurt Oct 18, 2025
fe2094d
Fix missing and empty comments in Patterns.cpp
livingkurt Oct 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@


!*.test

!*.conf
Loading
Loading