openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
G
Ganon
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Oct 04, 2024 — Oct 04, 2025
Showing page 1 of 2
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Object fields cannot be constant eval
Olly
More...
about 2 months ago
Hopefully fix another property bug
Olly
More...
4 months 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.
Olly
More...
4 months ago
Default() should allocate objects
Olly
More...
4 months 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)
Olly
More...
4 months ago
Improve lsfGlobal finalize + check for nil in TLapeType_Object.VarToStringBody
Olly
More...
4 months ago
Fix StaticArray finalize
Olly
More...
4 months ago
62731f819e8b62d3017e2fb76f844b8bffcba91a needs to be done in a finally block
Olly
More...
4 months ago
Fix GlobalFinalize There could be array of objects and such
Olly
More...
4 months ago
Dont allow calling object construct methods normally
Olly
More...
4 months ago
Call FinalizeVar on globals
Olly
More...
5 months ago
Improve object construct
Olly
More...
5 months ago
support `dynarr := nil` which is just SetLength(dynarr, 0);
Olly
More...
5 months ago
Add object type which is basically a record that is managed
Olly
More...
5 months ago
Disable ffi tests on mac arm for now
Olly
More...
5 months ago
Add arm test on gh actions
Olly
More...
5 months ago
Update action versions
Olly
More...
5 months ago
Fix issue #210. On Delphi Char alias is WideChar so need to handle it which wasn't done in 43b4e7581317fa1f639165e1b2be708e5a363419
Olly
More...
5 months ago
Fix Delphi compile error.
TheCocce
More...
6 months ago
Fix indexing bug from last commit + added test
Olly
More...
6 months ago
Use EnsureExpression for safety
Olly
More...
6 months ago
Fix array helpers with anon types
Olly
More...
7 months ago
Restore `Result.VarType` in `TLapeType_Record.Eval` when `Move` is used
Olly
More...
7 months ago
More property fixes
Olly
More...
8 months ago
More property fixes
Olly
More...
8 months ago
Fix some memory leaks with added by 43b4e7581317fa1f639165e1b2be708e5a363419
Olly
More...
8 months ago
Chained property indexing fix
Olly
More...
8 months ago
Add lefAssigningParam eval flag
Olly
More...
9 months ago
Fix `in` operator and open arrays
Olly
More...
9 months ago
Better operator overload lookup
Olly
More...
9 months ago
←
1
2
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree