Menu

JEDI Code Library / News: Recent posts

Merge pull request #147 from ronaldhoek/master

Merge pull request #147 from ronaldhoek/master

Update readme with some installation notes regarding the command line compiler

link

Posted by SourceForge Robot 2024-09-18

Added reference to manual installation instruction in \jcl\docs\Readm…

Added reference to manual installation instruction in \jcl\docs\Readme.txt
Fixed some typos

link

Posted by SourceForge Robot 2024-09-04

Update readme with some installation notes regarding the command line…

Update readme with some installation notes regarding the command line compiler

link

Posted by SourceForge Robot 2024-09-04

GetEnabledExtendedFeatures doesn't exist in Windows 10/11 (anymore?) …

GetEnabledExtendedFeatures doesn't exist in Windows 10/11 (anymore?) So don't crash if GetOSEnabledFeatures is called.

link

Posted by SourceForge Robot 2024-06-19

Alternative implementation of PR #116: JclSysInfo causing programs fr…

Alternative implementation of PR #116: JclSysInfo causing programs freeze 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

link

Posted by SourceForge Robot 2024-06-03

JEDI Code style

JEDI Code style

link

Posted by SourceForge Robot 2024-06-03

Added TProcessorArchitecture paARM and paARM64

Added TProcessorArchitecture paARM and paARM64

link

Posted by SourceForge Robot 2024-06-03

Merge pull request #97 from EMBBlaster/patch-1

Merge pull request #97 from EMBBlaster/patch-1

Edit JclIDEUtils.pas so getPath* methods correctly return updated values

link

Posted by SourceForge Robot 2024-05-31

JEDI Code style

JEDI Code style

link

Posted by SourceForge Robot 2024-05-31

Merge pull request #99 from MHumm/math_1

Merge pull request #99 from MHumm/math_1

Implement NearestMultiple functions

link

Posted by SourceForge Robot 2024-05-31

Merge branch 'master' into math_1

Merge branch 'master' into math_1

link

Posted by SourceForge Robot 2024-05-31

Merge pull request #111 from bennybechdk/master

Merge pull request #111 from bennybechdk/master

The support for ^ (power of) in Expression evaluator (and compiler) d

link

Posted by SourceForge Robot 2024-05-31

Merge pull request #119 from CoppensBart/Win-22H2

Merge pull request #119 from CoppensBart/Win-22H2

Windows 10 & 11 version 22H2 and 23H2 detection

link

Posted by SourceForge Robot 2024-05-31

Merge pull request #139 from Gyarak/patch-1

Merge pull request #139 from Gyarak/patch-1

Fix asm x64 implemetation for ReverseBytes functions with two-byte arguments

link

Posted by SourceForge Robot 2024-05-31

Merge pull request #140 from Torbins/Fix_JCLDebug_expert

Merge pull request #140 from Torbins/Fix_JCLDebug_expert

Take target file name from project settings instead of guessing

link

Posted by SourceForge Robot 2024-05-31

Fixed Mantis #6770: function TJclUnicodeStrHashSetIterator.GetString …

Fixed Mantis #6770: function TJclUnicodeStrHashSetIterator.GetString returns an empty string instead of the expected result

link

Posted by SourceForge Robot 2024-05-31

Replaced GENERIC_READ with FILE_READ_ATTRIBUTES in NtfsGetHardLinkInf…

Replaced GENERIC_READ with FILE_READ_ATTRIBUTES in NtfsGetHardLinkInfo and NtfsGetSparse to speed up the CreateFile call.

link

Posted by SourceForge Robot 2024-04-02

Take target file name from project settings instead of guessing

Take target file name from project settings instead of guessing

link

Posted by SourceForge Robot 2024-04-01

Update JclLogic.pas

Update JclLogic.pas

Fix for x64 asm implemetation for ReverseBytes with two-byte arguments.

link

Posted by SourceForge Robot 2024-03-20

Merge pull request #137 from Cirras/quicksort_pivot_selection

Merge pull request #137 from Cirras/quicksort_pivot_selection

Fix pivot selection in `JclSimpleXml.QuickSort`

link

Posted by SourceForge Robot 2024-02-22

Fix pivot selection in `JclSimpleXml.QuickSort`

Fix pivot selection in `JclSimpleXml.QuickSort`

This fixes buggy sorting in `TJclSimpleXMLElems`, which uses `QuickSort`
under the hood.

link

Posted by SourceForge Robot 2024-02-15

Fixed range check error

Fixed range check error

link

Posted by SourceForge Robot 2024-01-30

Merge pull request #135 from TommiPrami/Tommi-Typos

Merge pull request #135 from TommiPrami/Tommi-Typos

link

Posted by SourceForge Robot 2024-01-10

Fixed few minor typos

Fixed few minor typos

link

Posted by SourceForge Robot 2024-01-10

Fixed #5966: Add new GetWindowsProductId function to JclSysInfo

Fixed #5966: Add new GetWindowsProductId function to JclSysInfo

link

Posted by SourceForge Robot 2024-01-02