Skip to content
Dawoodoz edited this page Jul 23, 2022 · 9 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 approved 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 next to source code for information about how to get started with compiling and trying examples on different systems.

Clone this wiki locally