2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jul 02, 2025 — Jul 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update license comments More... 4 months ago
Use mpl license More... 4 months ago
Fix if statement not working with LapeIfTypes (broke in previous commit) Also added record to LapeIfTypes so `if rec then` should work as if `if rec<>[] then` More... 5 months ago
Add CompileCondition method to TLapeTree_If More... 6 months ago
reorder class in sourcefile More... 6 months ago
Make TLapeTree_Repeat inherit from TLapeTree_If like TLapeTree_While does More... 6 months ago
Bump macos runner versions More... 7 months ago
FPC trunk compatibility More... 7 months ago
Implement #213 More... 7 months ago
Rework LapeCreateArrayHelpers More... 7 months ago
Object fields cannot be constant eval More... 11 months ago
Hopefully fix another property bug More... about 1 year ago
Objects: clear array before allocating to ensure dispose is called. Can be improved in the future to not free then realloc if refcount allows. More... about 1 year ago
Default() should allocate objects More... about 1 year ago
Dont try to resolve addressing of properties. Lape doesn't handle this for overloads and trying to handle it for properties (which are also overloads) causes errors such as assigning a property to a property (see test) More... about 1 year ago
Improve lsfGlobal finalize + check for nil in TLapeType_Object.VarToStringBody More... about 1 year ago
Fix StaticArray finalize More... about 1 year ago
62731f819e8b62d3017e2fb76f844b8bffcba91a needs to be done in a finally block More... about 1 year ago
Fix GlobalFinalize There could be array of objects and such More... about 1 year ago
Dont allow calling object construct methods normally More... about 1 year ago
Call FinalizeVar on globals More... about 1 year ago
Improve object construct More... about 1 year ago
support `dynarr := nil` which is just SetLength(dynarr, 0); More... about 1 year ago
Add object type which is basically a record that is managed More... about 1 year ago
Disable ffi tests on mac arm for now More... about 1 year ago
Add arm test on gh actions More... about 1 year ago
Update action versions More... about 1 year ago
Fix issue #210. On Delphi Char alias is WideChar so need to handle it which wasn't done in 43b4e7581317fa1f639165e1b2be708e5a363419 More... about 1 year ago
Fix Delphi compile error. More... over 1 year ago
Fix indexing bug from last commit + added test More... over 1 year ago