- Apr 23, 2016
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
Furthermore, gtest.h included only in main.cpp, not in every single test (=> only tiny speed gain).
-
- Apr 22, 2016
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
renamed UnitTests/ subdirectories; not yet worked on the form factor tests.
-
-
- Apr 21, 2016
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Pospelov, Gennady authored
-
Pospelov, Gennady authored
-
Wuttke, Joachim authored
- Form factors of polyhedron and polygonal prism now compute vertex positions etc upon call of onChange(). - ParameterPool and RealParameterWrapper now have an attribute m_parent pointing to an IParametrized object. When a value is set, m_parent->onChange() is called. This mechanism is experimental; a possible alternative, registration of lambda functions, may be rediscussed later. - Parameter names of polygonal prisms and polyhedra somewhat unified: edge and base_edge instead of length and radius. - Tests will be repaired or improved under issue 1294.
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
Missing tests will be reactivated or written under issue 1294.
-
Pospelov, Gennady authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Pospelov, Gennady authored
-
Wuttke, Joachim authored
-
Pospelov, Gennady authored
Fixed mouse tracking for ColorMapPlot when switched to projections mode, so status string gets updated
-
Pospelov, Gennady authored
-
Pospelov, Gennady authored
Fixed bug in RealTime widget (app crashes when remove all jobs from list and then switch to realtime view)
-
Pospelov, Gennady authored
-
Pospelov, Gennady authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Apr 20, 2016
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
Replaced another typedef (shared_ptr<ISampleBuilder>).
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
This will allow us to notify the parent about changed parameter values. Accompanying changes and problems: - The default constructor ParameterPool() is deleted, to enforce presence of a parent. - Therefore several tests had to be outcommented (marked as TEMPORARILY DISABLED). Improved tests should make more realistic use of ParameterPool, providing it an IParameterized* parent. - The function IParameterized::getParameters() is outcommented. It was only used in some tests, and for printout. In printout functions, it is temporarily replaced by fixed text.
-
Wuttke, Joachim authored
expand parameter_t (no typedef as alias for lengthy class names, except perhaps ocasionally at file scope)
-
Pospelov, Gennady authored
-
Pospelov, Gennady authored
-
Wuttke, Joachim authored
Merge branch 'precompute' into develop - before starting to really work on the precomputation mechanism
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-