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
Remove TreeMethodMap & Fix misplaced `setReadWrite` in ParseMethod More... about 2 years ago
Fix Exit() not casting open arrays More... about 2 years ago
Fix duplicate enum nuclear bomb when cleaning up: Do not free type, because enum members rely on it More... about 2 years ago
Support record inheritance without adding fields & zero sized records (just class members) More... about 2 years ago
Fix addressing a later declared method of object (Automatically dereference ^TMethod) More... over 2 years ago
Self now exists in static methods if there are static variables/methods. More... over 2 years ago
Fix UnicodeStringReplace and WideStringReplace imports More... over 2 years ago
Added more UnicodeString and WideString methods More... over 2 years ago
Minor README updates More... over 2 years ago
Array helpers for strings were missing Insert, Extend and Append More... over 2 years ago
TLapeType_ArrayHelper_Insert: `Insert` accepts the array type not just the arrays element type More... over 2 years ago
More file related methods More... over 2 years ago
Deprecated hint can be multi-line string More... over 2 years ago
Temp fixes More... over 2 years ago
Add `VerboseCompile` option Outputs (using OnHint) the method being compiled. Should help locate errors when docpos is wrongly set. More... over 2 years ago
Helper bugfixes & Correct `explicit` spelling More... over 2 years ago
Improve IndexOf & IndicesOf More... over 2 years ago
Test on Lazarus 2.2.2 More... over 2 years ago
Improve array helper generation and don't crash when attempting to sort an empty array. More... over 2 years ago
Fix #175. Was not done correctly. More... over 2 years ago
Add RemoveAll More... over 2 years ago
Sort array helpers should not all be generated at once More... over 2 years ago
Add slice to array helpers More... over 2 years ago
Cache type variables More... over 2 years ago
Allow overloading of array helpers More... over 2 years ago
Fix #180 More... over 2 years ago
Add new algorithms as array helpers too More... over 2 years ago
Use ShellSort as sort algorithm More... over 2 years ago
Moved Sort,Unique,Reverse to lpinternalmethods_algorithm More... over 2 years ago
Insert: Use CompatibleWith rather than equals. More... over 2 years ago