Merge pull request #154 from davideangeli/master
feat: Support for Delphi 13
fix: D37 compiler is a bit more picky
fix: nicer IDE names in dcc32ex help message
fix: handle holes in BDS versions by introducing the IDEVersion field…
fix: WEAKPACKAGEUNIT should only be activated when needed and may lea…
fix: D13 compiler now knows about "noreturn" and hints about its cons…
fix: typo
fix: actual instructions for a release
chore: next version will be 2.9
feat: doc for making a release
fix: proper packages for win64 support in RS13
Windows 11 25H2 detection
Merge pull request #164 from davideangeli/master
JclIDEUtils: RadToolName defaults to 'RAD Studio'
FIX for Integer Overflow in procedure TPeDumpChild.SectionListViewDat…
Merge pull request #172 from ronaldhoek/FIX-Integer-Overflow-TPeDumpC…
Merge pull request #171 from Delphier/radtoolname-defaults
JclIDEUtils: fix memory leaks in ReadInstallations
Merge pull request #170 from Delphier/memoryleaks-readinstallations
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