Git Product home page Git Product logo

gpdelphiunits's Introduction

GpDelphiUnits

Collection of my open sourced Delphi units.

Contains following units:

DSiWin32

Collection of Win32/Win64 wrappers and helper functions.

GpAutoCreate

Parent class that automatically creates/destroys fields in derived classes that are marked with a [GpManaged] attribute.

more info

GpCommandLineParser

Attribute based command line parser.

more info

GpForm

A simple form with some enhancements.

GpHttp

Asynchronous HTTP GET/POST with ICS and OmniThreadLibrary.

GpHugeF

Interface to 64-bit file functions with some added functionality.

GpLists

Various TList descendants, TList-compatible, and TList-similar classes.

GpLockFreeQueue

Sample implementation of a dynamically allocated, O(1) enqueue and dequeue, threadsafe, microlocking queue.

more info

GpManagedClass

Smarter base class. Handles error codes, has precondition and postcondition checker.

GpProperty

Simplified access to the published properties.

GpQueueExec

Queue anonymous procedure to a hidden window executing in a main thread.

GpRandomGen

RANMAR pseudo-random number generator.

GpSafeWS

Improved TWinSocketStream.

GpSecurity

Windows NT security wrapper.

GpSharedEvents

Distributed multicast event manager - object and component wrapper.

GpSharedMemory

Shared memory implementation.

GpStreamWrapper

Some useful stream wrappers.

GpStreams

TStream descendants, TStream compatible classes and TStream helpers.

GpStringHash

Preallocated hasher.

GpStructuredStorage

Structured storage (compound file; file system inside a file) implementation.

more info implementation details

GpStuff

Various stuff with no other place to go.

GpSync

Enhanced synchronisation primitives.

GpSysHook

Main unit for the GpSysHookDLL. Implements system-wide keyboard, mouse, shell, and CBT hooks. Supports multiple listeners, automatic unhooking on process detach, and only installs the hooks that are needed. Supports notification listeners and filter listeners (should be used with care because SendMessage used for filtering can effectively block the whole system if listener is not processing messages). Each listener can only listen to one hook because hook code is sent as a message ID. All internal IDs are generated from the module name so you only have to rename the DLL to make it peacefully coexist with another GpSysHookDLL DLL.

GpTextFile

Interface to 8/16-bit text files and streams. Uses GpHugeF unit for file access.

GpTextStream

Stream wrapper class that automatically converts another stream (containing text data) into a Unicode stream. Underlying stream can contain 8-bit text (in any codepage) or 16-bit text (in 16-bit or UTF8 encoding).

GpTimezone

Time zone conversion.

GpVCL

VCL helper library.

GpVersion

Version info accessors and modifiers, version storage and formatting.

SafeMem

GetMem/FreeMem wrapper that checks for block overruns.

SpinLock

A scalable atomic lock

gpdelphiunits's People

Contributors

arvur avatar gabr42 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.