0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 4 months ago.
Sep 28, 2024 — Sep 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
finished error object More... about 10 years ago
Split conversion/comparison and error handling into two new objects. removed error handling from variable, stack, and dataelement objects and now use the central error.cpp object. Cleaned up quite a lot of code. More... about 10 years ago
Have a version with typeless variables that runs the test suite. added typeof function More... about 10 years ago
moving to variables without type - still having issues with original testsuite More... about 10 years ago
cleaned up variable unused warnings More... about 10 years ago
have stack, variables, and array values using common dataelement class with type sonversions all happening in that new class. greatly simplified interpreter, stack, and variable logic. Also found curentline bug in error and warning statements. More... about 10 years ago
[no comment] More... about 10 years ago
continued cleanup - having issue with array initialization on re-run More... about 10 years ago
continued linting More... about 10 years ago
continued rewrite of variable and stack - test suite successfully ran and wanted to save a copy More... about 10 years ago
updated yacc script to simplify and minor updates for qt5 More... about 10 years ago
1.1.4.0 - release version More... about 11 years ago
1.1.4.0 - tested serial under linux and needed to tweak a small bit More... about 11 years ago
1.1.4.0 - addition of serial porrt functionality with the new OPENSERIAL statement and the use of the file IO statements for reading and writing. More... about 11 years ago
Alpha of the openserial More... about 11 years ago
adding serial port logic - INCOMPLETE WILL NOT COMPILE YET More... about 11 years ago
1.1.3.6 - several minor patches from Michele A in Italy. Fixes to the mainapplication object, addition of install paths for other platforms, and adding the Italian translation files. More... about 11 years ago
fixed seg fault when doing dbrow when no record set open More... over 11 years ago
1.1.3.4 - digit display problem if ending in zero and maximum length More... over 11 years ago
1.1.3.4 - added preference setting for number of digits of precission to display (convert from double to string - print/string()) More... over 11 years ago
1.1.3.3 - fixed memory leakes and compile issue for freeBSD More... over 11 years ago
1.1.3.2 - fixed forframe issues when recursing and returning from within a loop More... over 11 years ago
1.1.3.1 - issues with unsigned integers larger than max(signed int) in code - changed behaviour to make consistent on windows/linux More... over 11 years ago
1.1.3.1 - issues with unsigned integers larger than max(signed int) in code - changed behaviour to make consistent on windows/linux More... over 11 years ago
1.1.3.1 - issues with unsigned integers larger than max(signed int) in code More... over 11 years ago
1.1.3.0 - have breakpoint debugging working mostly well with several other debugging work done. added run speed for run to breakpoint on preferences. More... over 11 years ago
1.1.3.0 after creating windows binaries More... over 11 years ago
1.1.3.0 - have breakpoint debugging working mostly well with several other debugging work done. added run speed for run to breakpoint on preferences. More... over 11 years ago
1.1.3.0 - have breakpoint debugging working mostly well with several other debugging work done. added run speed for run to breakpoint on preferences. More... over 11 years ago
1.1.2.8 - added breakpoint debugging logic - finished - needs further testing More... over 11 years ago