diff options
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -18,7 +18,7 @@ algorithms and the querying of system details. 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. Despite this, the language is +of performance. Nevertheless, the library is still quite early in its development, and these algorithms may still not be the most efficient. @@ -46,6 +46,23 @@ using pre-defined settings. Note that it does recursively remove the build directory before initialising it. +# DEVELOPMENT + +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. |