-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StackTrackExample in RADStudio 10.4.2 #107
Open
dmitrybv
wants to merge
364
commits into
JCL_2.7
Choose a base branch
from
master
base: JCL_2.7
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… resolving the callstack.
Updated JclSysInfo.pas for Windows 10 Fall Creators Update support
…ality. This makes the installer ignore the fake BCB Personality that the Delphi Web Installer creates.
…ntLineXxx were changed from global variables to threadvars the performance gain became a performance hit).
…esponding line number
Add Windows 10 April 2018 Update support in JclSysInfo
…or even not set it all because this has consequences on the first ShowWindow call that the created process will do (see MSDN for details)
Fixed compilation without unit scope names set
* Windows 10 October 2018 * Windows Server, version 1709 * Windows Server, version 1803 * Windows Server 2019
…ing an infinite loop
… false positives in the stRawStack stack trace. It is experimental because it could fail to detect some stack pointer changes and then remove valid stack trace entries.
…Expert150.bpl' There are no ProjectOptions if we have a Language Ressouce DLL project
This fixes buggy sorting in `TJclSimpleXMLElems`, which uses `QuickSort` under the hood.
Fix pivot selection in `JclSimpleXml.QuickSort`
Fix for x64 asm implemetation for ReverseBytes with two-byte arguments.
…o and NtfsGetSparse to speed up the CreateFile call.
…returns an empty string instead of the expected result
Take target file name from project settings instead of guessing
Fix asm x64 implemetation for ReverseBytes functions with two-byte arguments
Windows 10 & 11 version 22H2 and 23H2 detection
The support for ^ (power of) in Expression evaluator (and compiler) d…
Implement NearestMultiple functions
Edit JclIDEUtils.pas so getPath* methods correctly return updated values
…eeze under Win8.1 - Replaces StrToInt with StrToIntDef - Fixes possible wrong major version (returned 2 instead of Win32MajorVersion, returned 2 if the version number didn't contain a dot instead of the whole version number as major version) - Added try/except blocks
…So don't crash if GetOSEnabledFeatures is called.
…e.txt Fixed some typos
Update readme with some installation notes regarding the command line compiler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Testing JCL 2.7 Build 5676 StackTrackExample in RADStudio 10.4.2, x32
The Result is
function name and line number is not visible.
So, does JCL 2.7 supports function names and line numbers in RADStudio 10.4.2?