- Aug 09, 2018
-
-
Gerardo Tauriello authored
-
- Dec 30, 2017
-
-
Studer Gabriel authored
solves a variety of problems that gcc (mainly the c++11 as default) throws at us.
-
- Nov 02, 2017
-
-
Gerardo Tauriello authored
-
- Jul 20, 2017
-
-
Gerardo Tauriello authored
BOOST_MESSAGE has been obsolete since boost 1.34 (2007). So after 10 years, we can finally get rid of it...
-
- Jul 10, 2015
-
-
Andreas Schenk authored
-
- Jul 03, 2015
-
-
Studer Gabriel authored
-
- Jul 01, 2015
-
-
Studer Gabriel authored
-
- Jun 30, 2015
-
-
Studer Gabriel authored
The old and the new version have both been applied to roughly 200 real world minimization problems (minimizing energy function to detect membranes in QMEANBrane). The differences are marginal and within the expected range, since the internal SVD algorithm in eigen has changed.
-
- Mar 03, 2015
-
-
patch submitted by Mark Livingstone
-
- Mar 02, 2015
-
-
Studer Gabriel authored
wrong branch, big sorry This reverts commit e77d08a6.
-
Studer Gabriel authored
-
- Dec 02, 2014
-
-
Andreas Schenk authored
-
- Dec 01, 2014
-
-
Andreas Schenk authored
-
- Nov 20, 2014
-
-
- Oct 06, 2014
-
-
Andreas Schenk authored
-
- Aug 08, 2014
-
-
Andreas Schenk authored
-
Andreas Schenk authored
-
Andreas Schenk authored
-
- Mar 31, 2014
-
-
Andreas Schenk authored
patch submitted by Mark Livingstone
-
- Mar 10, 2014
-
-
Andreas Schenk authored
-
- Jan 28, 2014
-
-
Andreas Schenk authored
-
- Jan 22, 2014
-
-
Andreas Schenk authored
-
- Aug 23, 2013
-
-
Andreas Schenk authored
-
Andreas Schenk authored
-
- Jul 18, 2013
-
-
Ansgar Philippsen authored
-
- Jul 12, 2013
-
-
Andreas Schenk authored
-
- May 22, 2013
-
-
Marco Biasini authored
-
- May 13, 2013
-
-
Andreas Schenk authored
avoid ambiguous implicit conversions
-
- May 10, 2013
-
-
ansgar authored
-
- May 03, 2013
-
-
Andreas Schenk authored
-
Andreas Schenk authored
-
Andreas Schenk authored
- replaced boundary check in operator[] with assert - replaced int data array with int variables (x,y,z) - moved some methods to header to allow inlining - used boost operator for operator implementations - exported x,y,z members to python
-
- Feb 22, 2013
-
-
Andreas Schenk authored
-
- Feb 14, 2013
-
-
Andreas Schenk authored
-
Andreas Schenk authored
changed unit tests for image handle to reflect changes in observer, which now retains an internal reference to the observed image
-
- Feb 01, 2013
-
-
Andreas Schenk authored
-
Andreas Schenk authored
-
- Jan 30, 2013
-
-
Andreas Schenk authored
-
- Jan 17, 2013
-
-
Andreas Schenk authored
changed data viewer to delete on close The data observer now stores an image handle instead of a data reference. this means that no external image handle has to be stored to keep a data viewer open. As a consequence the data viewer window gets deleted, once it is closed to allow deallocation of the image memory if necessary. A guarded QPointer<DataViewer> in the proxy prevents access to the deleted DataViewer from python. These changes will allow further downstream refactoring of the ImageHandle and DataViewer (i.e. merge of Data and ImageHandle classes and use of the full ImageHandle interface in the DataViewer)
-
Andreas Schenk authored
This change simplifies downstream refactoring of Data and ImageHandle
-