Low-level system and algorithmics library.
This repository has been archived on 2025-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2023-06-05 20:15:06 +02:00
zp Update res.exp and opt.exp: Take variadic parameters; Add inheritable error type (that may be used for exceptions): err; Implement trp in inline assembly; Raise SIGTRAP on some hosted environments in trp; Fix error in ARM64 syscal comment; Add (C++98 compatible) metaprogramming class for special values: val; Rework arrays; Add function for moving memory sequences: mov; 2023-06-05 20:15:06 +02:00
.gitignore Support C++98; Make some facilities standard-dependent; Don't implement one-line functions in seperate files; Remove restr; Update optimisation flags; Use reference for value in fil and srh; Qualify template parameters correctly; Update template typings; Make all C++ functions (except cpy, equ, isconsteval, fil, and srh) run-time; Implement some functions in C again; Add private header directory; Add function for filling strings: strfil; Don't always define nulptrtyp; Mind the digraphs; Combine tests; Support C90; Don't use C++-style comments; Fix typings of constants; Remove pair type (replace with divmodres); Remove member functions from vector classes; Don't implement mathematical functions as templates in C++; Update naming convention for vector functions; Add more trigonometric functions; Temporarily remove fmt; 2023-05-05 21:23:35 +02:00
CHANGELOG.txt Update res.exp and opt.exp: Take variadic parameters; Add inheritable error type (that may be used for exceptions): err; Implement trp in inline assembly; Raise SIGTRAP on some hosted environments in trp; Fix error in ARM64 syscal comment; Add (C++98 compatible) metaprogramming class for special values: val; Rework arrays; Add function for moving memory sequences: mov; 2023-06-05 20:15:06 +02:00
csys.svg Rename C++ cp to cpy; Rename C++ eq to equ; Rename C++ srch to srh; Rename C cp and C++ bytecp to memcpy; Rename C eq and C++ byteeq to memequ; Rename C fill and C++ bytefill to memfil; Add function for copying strings: strcpy; Add function for searching strings: strsrh; Rename cpyret.dest to cpyret.dst; Add new headers to makefile; Rename math to mth; Rename root to nrt; Rename unreach to urch; Make likly and ulikly public; Add extver to C++; Fix fixflt macros; Rename trap to trp; Add functions for UTF-16 encoding/decoding; Add C++ variants to UTF-8, UTF-16, and Windows-1252 functions; Move public C++ definitions to implementation files ('.ii); Make C++ string functions call their C equivalent at run-time; Add wide-string and UTF-32-string functions to C; Rename typeq to typequ; Use built-in type _Bool in C; Fix language-detection macros; Don't typedef cpyret; Fix C-implementation of cpy; Fix C-implementation of syscall; Define wchr as wchar_t in C++; Add minimum-width character types; Add minimum-width integral types; Update type codes; Remove type identifiers; Install implementation files; Fix non-existent source being referenced on ARM64; Use trailing return types; Fix isflttyp; Add more fixed-width floating-point types; Add more fixed-width integer types; Make ifconsteval public in the form of a compile-time function; Don't typedef pair; Add mathematical functions to C++; Add NaN constants; Add infinity constants to C; Add mathematical function for natural logarithm (unimplemented); Add mathematical function for binary logarithm (unimplemented); Add mathematical function for common logarithm (unimplemented); Add mathematical function for cube root (unimplemented); Add mathematical functions for distance (unimplemented); Add mathematical function for arc cosine (unimplemented); Add mathematical function for arc sine (unimplemented); Add mathematical function for arc tangens (unimplemented); Add mathematical function for logarithm (unimplemented)s Add mathematical functions for dot product; Add structures for vectors; Add classes for vector; Add mathematical function for fourth root (unimplemented); Assert arithmetic types in mathematical templates; Rename sign to sgn and usign to usgn; Add functions for adding vectors; Add functions for subtracting vectors; Implement 'any' architecture using C++; Add metaprogramming class for determening signed and unsigned types; Add UTF-8 encoders/decoders to C++; Add format to C++; Change type of fmtlen to sz; Remove attr prefix from attributes; Support shared libraries; Rename unuse to nuse; Remove sys and move members to bs; Add types for system call return values and system call identifier; Rename C srch and C++ bytesrch to memsrh; Restructure headers and implementations files; Add constant that defines the largest Unicode codepoint: unimax; Clean up code; Use binary literals; Rename is*typ to is*; Add functions for determening non-numbers; Add minimum-value and maximum-value constants to floating-point types; Define dos on DOS-like systems; Don't use file extensions for C++ headers; Update type codes; Change namespace to zp; Rename noret to nret; Rename project to zp (from zap); Add readme; Reset version epoch; Add logo; Add csys logo; Add null pointer type: nullptrtyp; Rename cmp to impl; Rename lang to std; Rename syscall to syscl; Add more comments to headers; Rename nullptr to nulptr; Add attribute for warning against unused results; Change type of ver and extver to i04m; Add type for storing the result of pointer subtraction: ptrdif; Rename ptr to intptr; Update gitignore; Rewrite test program; 2023-04-24 19:17:48 +02:00
getTarget.sh Implement remaining C functions in C++; Use NASM on AMD64; Remove build artefacts; Switch back to GNU Make; Add u8c logos; Remove installation script; Update target detection script; Update gitingore; 2023-05-01 16:56:17 +02:00
LICENSE.txt Add development guidelines to readme; Fix nulptrtyp; Remove C++ nulptr; Add license file; Actually don't build project in installation script; Remove logo from readme; List logo colours in readme; Add logo section to readme; 2023-04-28 20:21:15 +02:00
README.txt Remove logo section from readme; Update logo; Remove u8c logos; 2023-05-27 17:55:49 +02:00
test.cc Update res.exp and opt.exp: Take variadic parameters; Add inheritable error type (that may be used for exceptions): err; Implement trp in inline assembly; Raise SIGTRAP on some hosted environments in trp; Fix error in ARM64 syscal comment; Add (C++98 compatible) metaprogramming class for special values: val; Rework arrays; Add function for moving memory sequences: mov; 2023-06-05 20:15:06 +02:00
zp.svg Fix res dtor calls; Update logo colours; 2023-06-01 19:49:06 +02:00

- zP -

# ABOUT

zp is a library for low-level (and high-level) 
algorithms and the querying of system details.
  The algorithms are - by default - implemented 
in C++, but for some targets they may be 
implemented in a platform-dependent manner 
(such as in an assembly language) for the sake 
of performance. Nevertheless, the library is 
still quite early in its development, and these 
algorithms may still not be the most efficient.

# CHANGELOG

Read: "CHANGELOG.txt"

The changelog lists the contributors' changes 
to the library in the different versions. Each 
version is initiated by the version number 
followed by the list of changes. Each commit 
has its own changes seperated with a blank line.

# COMPILATION

Provided are CMake lists files, which 
  The provided script "getTarget.sh" detects the 
target (if supported - otherwise defaults to 
"Any") to be passed to CMake.

## INSTALLATION

The provided script "install.sh" installs the 
library and the (public) headers to the 
specified directories:

./install.sh [build directory] [library directory] [include directory]

The script automatically builds the project 
using pre-defined settings. Note that it does 
recursively remove the build directory before 
initialising it.

An official package is also provided on the 
Arch User Repositoriy as "zp-git":

<https://aur.archlinux.org/packages/zp-git>

# DEVELOPMENT

When developing, all commits must first be 
commited to the "development" branch. When a 
new version is released, the branch is merged 
with the "master" branch and a tag designating 
the version number is made.

Currently, I - the maintainer - do not accept 
any code submissions (I do, however, accept 
suggestions). This may change in the future.

## VERSIONING

The versioning scheme for zP is a major-minor-
patch scheme. The major version is the "API" 
version. The minor version is the "EXT" 
(extension) version. API version change 
(existing) interfaces in the API, whilst the 
EXT version only adds to it, meaning programs 
targeting a specific API also support all later 
EXT versions of the same API.

# COPYRIGHT AND LICENSE

Copyright 2022-2023 Gabriel Jensen.
The source files of this project are - where 
noted - licensed under the second version of 
the Mozilla Public License.