27
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replaced threadvars and improved performance of Stretch() (when CurrentLineXxx were changed from global variables to threadvars the performance gain became a performance hit).
ahuser
as Andreas Hausladen
More... over 6 years ago
Fixed Mantis #6608: Bug in TJclAnsiStrings.SetDelimitedText
ahuser
as Andreas Hausladen
More... over 6 years ago
WideString => TUTF16String (=UnicodeString in Delphi 2009 and newer)
ahuser
as Andreas Hausladen
More... over 6 years ago
Fixed Mantis #6551: Incorrect use function AnsiEndsStr
ahuser
as Andreas Hausladen
More... over 6 years ago
If we don't have a command line compiler, we don't support the personality. This makes the installer ignore the fake BCB Personality that the Delphi Web Installer creates.
ahuser
as Andreas Hausladen
More... over 6 years ago
Removed "Released version" link because it only contains a build from 2015.
ahuser
as Andreas Hausladen
More... over 6 years ago
Fixed line indention
ahuser
as Andreas Hausladen
More... over 6 years ago
Merge pull request #37 from cycocrew/master
ahuser
as Andreas Hausladen
More... over 6 years ago
Updated JclSysInfo.pas for Windows 10 Fall Creators Update support
jean.fabien.connault
as Jean-Fabien Connault
More... over 6 years ago
Added RVA Mode for Win32 "delay imports" that XE2 and newer uses.
ahuser
as Andreas Hausladen
More... over 6 years ago
Fixed line indention
ahuser
as Andreas Hausladen
More... over 6 years ago
Added Begin/EndGetLocationInfoCache for less VirtualQuery calls while resolving the callstack.
ahuser
as Andreas Hausladen
More... over 6 years ago
Remove trailing whitespaces
ahuser
as Andreas Hausladen
More... over 6 years ago
Exception that aren't throws by "raise" (like access violations) skipped too many stack items in RawMode
ahuser
as Andreas Hausladen
More... over 6 years ago
Remove the -w command line option.
ahuser
as Andreas Hausladen
More... over 6 years ago
Use the stackframe's base-pointer to skip all local variables in RawMode.
ahuser
as Andreas Hausladen
More... over 6 years ago
Fixed: The TLS segment overlaps the code segment where System.pas is located, causing the IndexOfSegment binary search to not find the segment for the VA. The solution is to not sort by the segment's VA-Start but by its VA-End (the binary search uses VA-End itself)
ahuser
as Andreas Hausladen
More... over 6 years ago
Fixed: Access violation if an E.Stacktrace is accessed on an ignored exception
ahuser
as Andreas Hausladen
More... over 6 years ago
Map file parser optimization: Skip "Publics By Name" if it isn't handled anyway.
ahuser
as Andreas Hausladen
More... over 6 years ago
Fixed access violation if the map file doesn't contain line numbers
ahuser
as Andreas Hausladen
More... over 6 years ago
* Fixed: GetRegisteredCompany and GetRegisteredOwner didn't work under 64bit Windows * GetProcessorArchitecture caches the architecture
ahuser
as Andreas Hausladen
More... over 6 years ago
* Fixed memory leak for "E := AcquireExceptionObject; raise E;" * Ignore SetThreadName exception
ahuser
as Andreas Hausladen
More... over 6 years ago
Map file parser performance optimizations
ahuser
as Andreas Hausladen
More... over 6 years ago
Inline ArrayItemPointer directly in SortDynArray (improves performance for reading large map files)
ahuser
as Andreas Hausladen
More... over 6 years ago
Merge pull request #35 from Fabi2607/patch-1 More... almost 7 years ago
Use relative url in gitmodules More... about 7 years ago
Merge pull request #34 from cycocrew/master More... about 7 years ago
Added detection of Windows 10 Creators Update
jean.fabien.connault
as Jean-Fabien Connault
More... about 7 years ago
Merge branch 'master' of https://github.com/project-jedi/jcl into jclwin10
jean.fabien.connault
as Jean-Fabien Connault
More... about 7 years ago
InnoSetup support for Delphi 10.2
ahuser
as Andreas Hausladen
More... about 7 years ago