Daniel Jackson

Results 18 issues of Daniel Jackson

At present, all of the Delta and Tick Rate Calculations are implemented within `TADPrecisionThread`. Aside from conflating the code, this also leads to the following caution from FixInsight: > [FixInsight...

enhancement
FreePascal
Delphi
In Progress
Lib Threads
FixInsight
High Priority

I need to complete the Unit Test Coverage for `TADList`. At present, it's far from complete and doesn't directly reflect the Interface either.

Delphi
Lib Generics
Lib Generics - Lists
Unit Tests

Need to produce a full battery of Unit Tests for `TADMemoryStream`

Delphi
Unit Tests

Need to produce a full battery of Unit Tests for `TADFileStream`

Delphi
Lib Streams
Unit Tests

As the title says....

FreePascal
Delphi
Lib Generics
Lib Generics - Maps
Implementation
CAN WAIT

Define Interface `IADHashMap` Inherit from `IADMap`

FreePascal
Delphi
Lib Generics
Lib Generics - Maps
Interface
CAN WAIT

If you consume a `TADThread` or `TADPrecisionThread` descendant via the `IADThread` or `IADPrecisionThread` Interfaces, your application can crash on termination. This is due to some kind of annoying failure when...

bug
FreePascal
Delphi
Lib Threads
CAN WAIT

I've begun trying to find the most "optimal" method of converting from any given order of magnitude to the lowest solid magnitude representation for any given value. The most "thorough"...

bug
FreePascal
Delphi
Lib Math
CAN WAIT

I had to remove these temporarily during the "Reconsolidation" effort. These should now be reintroduced.

FreePascal
Delphi
Lib Generics
Lib Generics - Arrays
Lib Generics - Lists
Lib Generics - Maps
Implementation
Lib Generics - Allocators
Lib Generics - Comparers
Lib Generics - Sorters

In order to both test AND demonstrate the Event Engine, we need a nice _simple_ demo project. This will serve to prove the workings of the Engine, as well as...

Delphi
Demos
Important
Lib Event Engine