Skip to content
Dawoodoz edited this page Jul 24, 2022 · 13 revisions

The "master" branch is the last stable version that most people are recommended to use, because it will not be force pushed unless something very bad happened. The master branch has been configured to only allow pull requests with linear history (rebased on master, not merged with master).

The "experimental" branch is used for synchronizing code between test computers, which is treated as a personal branch and may be rebased over master with new content at any time. Can be used at your own risk if you really want to try out the latest features.

See the "dfpsr/Doc" documentation folder in the repository for information about using the library.

Clone this wiki locally