-
Notifications
You must be signed in to change notification settings - Fork 213
Git branches
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.
This is the main development branch of Qucs.
Finished the removal of Q3PtrList on the Qucs GUI. It can open most schematics. The creation of schematics is deferred as it will need further fixes as the GraphicsView framework is introduced.
Unfinished attempt to remove Q3PtrlList. (remove this branch?)
Initial attempt to convert the schematic area into using the GraphicsView framework.
Ported symbols as GraphicsItem: ground, resistor.
Implemenation of matrix calculations using Libeigen3.
Refactoring Qucs' transient solver into an update-based scheme in order to overcome difficulties with small step sizes and (therefore) badly-conditioned Jacobians.
This branch is a backup from the old qucs trunk (up to qucs 0.0.16).
[ Home | Development | Examples ]