-
Notifications
You must be signed in to change notification settings - Fork 213
Git branches
guitorri edited this page Oct 1, 2014
·
12 revisions
In this page we should keep a brief overview of what is happening on the development branches. The content of this page can quickly stale, in this case, please refer to the repositories and update this page.
Currently we maintain two Git repositories:
The master
branch is the stable branch. Ideally the master
branch should be always in sync, in both repositories.
All other branches are feature branches that need to be tested before merging back.
If possible identify the branch along with the main contributor (and in which repository if not in both).
Once feature branches are merged, the enhancement should be listed on the NEWS file, and the branch is removed.
Branch | Status | Description |
---|---|---|
master | stable | This is the main development branch of Qucs. |
remove_Qt3PtrList | broken | Exploratory removal of Q3PtrList. It can open most schematics |
port-Q3PtrList | broken | Unfinished attempt to remove Q3PtrlList |
new_GraphicsView | - | Proof of concept, port schematic to GraphicsView framework. Ported symbols as GraphicsItem: ground, resistor. |
local_complex_20130624 | - | Implementation of matrix calculations using Libeigen3. |
numerical_improvements | - | Refactoring Qucs' transient solver into an update-based scheme in order to overcome difficulties with small step sizes and (therefore) badly-conditioned Jacobians. (Soeren D. Schulze) |
qucs-qt3 | - | This branch is a backup from the old qucs trunk (up to qucs 0.0.16). |
[ Home | Development | Examples ]