1
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Feb 23, 2025 — Feb 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[514] Fixed as per Mikes suggestion. I'm going to assume that's as good as it gets within reason. More... about 12 years ago
Add extra word to help describe what rip means More... about 12 years ago
If Rip fails to complete it will not bother trying to load, when you have the Rip before load check box enabled More... over 12 years ago
Add retry loop when setting the SM More... over 12 years ago
changed SM reset behavior so that the SM is only reset after a sucessful load, rather than after it has completed a set of tasks. More... over 12 years ago
Fix include path for windows builds More... over 12 years ago
Give release and debug versions their own output directories. Change lib includes to their respective build ie release or debug. More... over 12 years ago
Replace std getline() with a Qt call, in hopes to remove manual line ending conversions More... over 12 years ago
Change load button behavior so that you may click it to retry after an unsucessful load More... over 12 years ago
added a missing call to saveSettings() for autoRip dir More... over 12 years ago
make use of the serial-lib's getPorts() function More... over 12 years ago
One variable declaration per line fix More... over 12 years ago
using ifs.rebuf() to push data to the stringstream object. In windows, when trying to push a raw char[] buffer to a ss object, cumulative garbage would end up in the target stream More... over 12 years ago
Added more error cases to better help users identify junk serial devices. Change a function paramter to accept pointers rather than create a duplicate copy on the stack More... over 12 years ago
Fixed compile warning when compiling on windows platforms More... over 12 years ago
removed functions that have become redundant due to refactoring in previous commits More... over 12 years ago
added a couple more test cases More... over 12 years ago
added more test cases to the s19 parser More... over 12 years ago
removed string test and put in place one real unit test for srec parsing More... over 12 years ago
Change the project parameters so that it is a unitTest project. Put in place a string test so that we have an *internal test that should always pass More... over 12 years ago
Added unitTests project. The first tests will be for the s19 class More... over 12 years ago
add check to prevent a potential segfault when the record is way too short More... over 12 years ago
improve s19 parsing error messages More... over 12 years ago
cleanup line ending conversion code More... over 12 years ago
removed old commented out code, created statistics structure and some TODOs More... over 12 years ago
add code to skip blank lines and removed old commented out code from generateRecords() function More... over 12 years ago
refactored parsing of s19 files, not happy with it yet, but its a step in the right direction More... over 12 years ago
added serialLib version information to about->more dialog box More... over 12 years ago
fixed about button positioning, eventhough it looked fine in the designer More... over 12 years ago
added LIBS needed for mikes CI More... over 12 years ago