Skip to content
guitorri edited this page Sep 30, 2014 · 12 revisions

Qucs repositories:

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.

master

This is the main development branch of Qucs.

remove_Qt3PtrList

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.

port-Q3PtrList

Unfinished attempt to remove Q3PtrlList. (remove this branch?)

new_GraphicsView

Initial attempt to convert the schematic area into using the GraphicsView framework.

Ported symbols as GraphicsItem: ground, resistor.

roucarb_qucscorecleanup20130717

local_complex_20130624

Implemenation of matrix calculations using Libeigen3.

numerical_improvements (Soeren D. Schulze)

Refactoring Qucs' transient solver into an update-based scheme in order to overcome difficulties with small step sizes and (therefore) badly-conditioned Jacobians.

qucs-qt3

This branch is a backup from the old qucs trunk (up to qucs 0.0.16).