1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Do not allow ConstPointer for New/Dispose More... almost 9 years ago
Initial constant pointer support. More... almost 9 years ago
Added EQ and NEQ ops for records More... almost 9 years ago
Fix compilation on Delphi More... almost 9 years ago
Added const type methods; error calling var method with const self More... almost 9 years ago
Fix for static to dynamic array cast (resolves issue #67) More... almost 9 years ago
Allow nested methods to access variables in parent scope (resolves issue #62) More... almost 9 years ago
Fix (invalid) constant chain evaluation More... almost 9 years ago
Merge pull request #66 from WarPie/bug_fixes More... almost 9 years ago
Testcase for assignment of result from operator overload More... almost 9 years ago
Merge remote-tracking branch 'upstream/bug_fixes' into bug_fixes More... almost 9 years ago
Set dest for operator overload More... almost 9 years ago
Do not compare defaults for method equality checks. More... almost 9 years ago
Add TLapeTree_InternalMethod_Raise to allow "raise 'string'" syntax. More... almost 9 years ago
Stricter argument equality checks (resolves issue #27). More... almost 9 years ago
Fix overloading type methods when there is a global overloaded method with same name. More... almost 9 years ago
Allow casting between ordinal types. This enables explicit casts between things like chars/bools/integers, even if the size differs. More... almost 9 years ago
Stricter enum compatibility checks (resolves issue #63). More... almost 9 years ago
Stricter record compatibility checks (resolves issue #64) Now take field names into account for assignment compatibility. More... almost 9 years ago
Merge branch 'master' of github.com:nielsAD/lape into bug_fixes More... almost 9 years ago
Merge pull request #65 from nielsAD/travis More... almost 9 years ago
Run ARM tests on Travis-CI. More... almost 9 years ago
Renamed a few test files More... about 9 years ago
Support for static type methods More... about 9 years ago
Change int64 iterators to SizeInt to fix x86 compilation More... about 9 years ago
Prefer SizeInt over Int32 for sizes for memory related function Applies to Low, High, Length, SetLength, etc. More... about 9 years ago
Added support for $autoproperties compiler directive. More... about 9 years ago
Fix constant assignment of shortstring More... about 9 years ago
Merge pull request #61 from WarPie/bug_fixes More... about 9 years ago
Fixes assign of Variant to Method in VariantInvoke More... about 9 years ago