openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
L
Lape
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
3 days
ago.
Jul 02, 2025 — Jul 02, 2026
Showing page 1 of 30
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Update license comments
Olly
More...
4 months ago
Use mpl license
Olly
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`
Olly
More...
5 months ago
Add CompileCondition method to TLapeTree_If
Olly
More...
6 months ago
reorder class in sourcefile
Olly
More...
6 months ago
Make TLapeTree_Repeat inherit from TLapeTree_If like TLapeTree_While does
Olly
More...
6 months ago
Bump macos runner versions
Olly
More...
7 months ago
FPC trunk compatibility
Olly
More...
7 months ago
Implement #213
Olly
More...
7 months ago
Rework LapeCreateArrayHelpers
Olly
More...
7 months ago
Object fields cannot be constant eval
Olly
More...
11 months ago
Hopefully fix another property bug
Olly
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.
Olly
More...
about 1 year ago
Default() should allocate objects
Olly
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)
Olly
More...
about 1 year ago
Improve lsfGlobal finalize + check for nil in TLapeType_Object.VarToStringBody
Olly
More...
about 1 year ago
Fix StaticArray finalize
Olly
More...
about 1 year ago
62731f819e8b62d3017e2fb76f844b8bffcba91a needs to be done in a finally block
Olly
More...
about 1 year ago
Fix GlobalFinalize There could be array of objects and such
Olly
More...
about 1 year ago
Dont allow calling object construct methods normally
Olly
More...
about 1 year ago
Call FinalizeVar on globals
Olly
More...
about 1 year ago
Improve object construct
Olly
More...
about 1 year ago
support `dynarr := nil` which is just SetLength(dynarr, 0);
Olly
More...
about 1 year ago
Add object type which is basically a record that is managed
Olly
More...
about 1 year ago
Disable ffi tests on mac arm for now
Olly
More...
about 1 year ago
Add arm test on gh actions
Olly
More...
about 1 year ago
Update action versions
Olly
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
Olly
More...
about 1 year ago
Fix Delphi compile error.
TheCocce
More...
over 1 year ago
Fix indexing bug from last commit + added test
Olly
More...
over 1 year ago
←
1
2
3
4
5
6
7
8
9
…
29
30
→
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