Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/DPTLibPublic

My C libraries

License

NotificationsYou must be signed in to change notification settings

dpt/DPTLib

Repository files navigation

version 0.4.0

Build status

© David Thomas, 2013-2024

Overview

DPTLib is my platform independent C library. It contains a wide variety of functions, formed of various portable C code that I've written forPrivateEye,MotionMasks and other projects. Please consider it a permanent work in progress.

Modules

Base

Databases

Data Structures

Frame Buffer

Geometry

I/O

Test

Utilities

Building

Use CMake, e.g.:

mkdir buildcd buildcmake ..make -j4

Testing

EnableBUILD_TESTS, e.g. usingccmake and build. Then invoke DPTLibTest like:

./DPTLibTest -resources <path to DPTLib>

It'll spew a load of test output. If successful you'll see:

++ Tests completed in 0.9909s: 18 of 18 tests passed.

[8]ページ先頭

©2009-2025 Movatter.jp