Update readme with some installation notes regarding the command line…
Added reference to manual installation instruction in \jcl\docs\Readm…
Merge pull request #147 from ronaldhoek/master
GetEnabledExtendedFeatures doesn't exist in Windows 10/11 (anymore?) …
Added TProcessorArchitecture paARM and paARM64
JEDI Code style
Alternative implementation of PR #116: JclSysInfo causing programs fr…
Update JclLogic.pas
Take target file name from project settings instead of guessing
Merge pull request #140 from Torbins/Fix_JCLDebug_expert
Merge pull request #139 from Gyarak/patch-1
Merge pull request #119 from CoppensBart/Win-22H2
Merge pull request #111 from bennybechdk/master
Merge branch 'master' into math_1
Merge pull request #99 from MHumm/math_1
JEDI Code style
Merge pull request #97 from EMBBlaster/patch-1
Fixed Mantis #6770: function TJclUnicodeStrHashSetIterator.GetString …
Replaced GENERIC_READ with FILE_READ_ATTRIBUTES in NtfsGetHardLinkInf…
Fix pivot selection in `JclSimpleXml.QuickSort`
Merge pull request #137 from Cirras/quicksort_pivot_selection
Fixed range check error
Fixed few minor typos
Merge pull request #135 from TommiPrami/Tommi-Typos
Fixed #6738: Memory Leak Problems in JCLCompression
Mantis #5740: Access violation at address 5800C1B6 in module 'JclBase…
Fixed #5966: Add new GetWindowsProductId function to JclSysInfo
Delphi 11/12 Binary Installer support
Some improvements for stCleanRawStack option that eliminates a lot of…
Use latest jedi.inc
TJclDebugInfoMap.GetAddress
Merge branch 'project-jedi:master' into master
Merge branch 'master' of https://github.com/TetzkatLipHoka/jcl into T…
- Style guide cleanup
Merge branch 'TetzkatLipHoka-master'
Removed "EMMS" function because no MMX code is left.
Fix Mantis #6574: assembler version of M_CombineReg
Mantis #6716: TJclAnsiStrings.AssignTo calls Self.BeginUpdate instead…
Code style cleaning
Fixed Mantis #6690: Typo in resource string RsEWindowsVersionNotSuppo…
Support for Delphi 12
Bios date location changed in W10 (#122)
Fixed error for Win64 target
Merge pull request #128 from alan008/master
fixed StrScanW: need Dec(StrLen)
Merge pull request #125 from optinsoft/master
Windows 10 21h2
Merge pull request #118 from CoppensBart/win10-21h2
Resolved issues 6701, 6734, 6745
Merge pull request #115 from davideangeli/master
AnsiGetNextCharFromStream to return correct result
Merge pull request #113 from todaysoftware/master
Merge pull request #98 from MHumm/unittests_1
Not every version supports the inline keyword.
Conditional deprecated 'details' using 'SUPPORTS_DEPRECATED_DETAILS' …
Added {$IFDEF SUPPORTS_DEPRECATED} to the deprecated specifier
Merge pull request #112 from ronaldhoek/master
Added generic function 'GetWindowsReleaseCode' te get the release 'Co…
Coding style fixes
Modified 'GetWindowsReleaseCode' regarding pre Windows 10 '1903' vers…
Merge pull request #110 from ronaldhoek/Generic_Windows_ReleaseCode_r…
Added Windows 11 version detection
Read the Windows ProductName using 'native' registry access to the 'S…
Added 'Windows11InitialBuildNumber' constant
Introduced 'general' functions to get the 'additional' Windows versio…
Removed use of 'magical' boolean as suggested bij @obones
fixed `else if` coding style
Merge pull request #109 from ronaldhoek/Windows11VersionDetection
Adapt to latest situation
Force using an environment variable, to avoid hardcoding the folder
The Math unit is required even if Inline is not supported.
Added support for % and ^ (percent and exponentiation) also to Compil…
Added support for % and ^ (percent and exponentiation) to expression …
Using change to adhere to standard
Merge pull request #108 from bennybechdk/master
Update external for Delphi 11 support
Support for Delphi 11 Alexandria
Added forgotten Xz format registration
Merge pull request #105 from wadealer/patch-1
Fixed access violation in non-unicode Delphi versions
Delphi 10.4 Binary Installer support
Merge pull request #100 from cycocrew/master
Added detection of Windows 10 21H1 in JclSysInfo.pas (plus tweaking f…
Added stCleanRawStack JclStackTrackingOptions option that eliminates …
Provide support for V13 of the Unicode specification
Merge pull request #93 from MHumm/Unicode_V13
Using all chars on hash
Added Windows 10 October 2020 Update detection to JclSysInfo.pas
Merge pull request #95 from cycocrew/master
Merge pull request #77 from darianmiller/master
Merge pull request #84 from powerworld/debug_section_va_calc_fix
malformed FixedProcedureName inside callstack
Merge pull request #78 from 380Z/master
Using all chars on hash function
Merge pull request #94 from marcelo-rocha/fix-hash
Added platforms supported for newer Delphi versions
Merge pull request #92 from Xqzmeplz/master
// Function to compare if two methods/event handlers are equal