|
|
@025ca2
|
15 years |
Till Crueger |
Made the World Iterators conform to STL-Structure
|
|
|
@f058ef
|
15 years |
Till Crueger |
Added methods to query Molecules by ID
|
|
|
@3746aeb
|
15 years |
Till Crueger |
Added mechanisms that allow reuse of IDs and changing Ids of Atoms
|
|
|
@14d898
|
15 years |
Till Crueger |
Added methods for querying molecules using descriptors
|
|
|
@78b9d9
|
15 years |
Till Crueger |
Improved Doxygen documentation
|
|
|
@dc5413
|
15 years |
Till Crueger |
Merge branch 'FreddiesRefactoring' into StructureRefactoring
…
|
|
|
@e65cc0
|
15 years |
Till Crueger |
Small fixes
|
|
|
@98a2987
|
15 years |
Till Crueger |
Added -Wall flag and fixed several small hickups
|
|
|
@33bc66
|
15 years |
Till Crueger |
Changed the type of AtomIds and MoleculeIds to an opaque type
|
|
|
@45cc89
|
15 years |
FrederikHeber |
MEMLEAK: In many tests World, MemoryUsageObserver, logger or …
|
|
|
@031ec24
|
15 years |
FrederikHeber |
FIX: Values have been used uninitialized.
|
|
|
@ececad
|
15 years |
FrederikHeber |
MEMLEAK: TesselPoints and Vectors created during …
|
|
|
@edbe74
|
15 years |
FrederikHeber |
MEMLEAK: Lots of Free() have been forgotten after Malloc's at start of …
|
|
|
@06e3ff
|
15 years |
FrederikHeber |
FIX: operator implementation of Vector algebra was wrong and caused …
|
|
|
@81c129
|
15 years |
FrederikHeber |
FIX: Values in FindNonConvexBorder() and …
|
|
|
@7a9881
|
15 years |
FrederikHeber |
FIX: Replaced memoryusageobserverunittest.hpp include by correct …
|
|
|
@3db67e
|
15 years |
Till Crueger |
FIX: repaired some access violation of STL-iterators in Observer and …
|
|
|
@8d9d38
|
15 years |
Till Crueger |
Made the world solely responsible for creating and erasing molecules.
|
|
|
@a7917d
|
15 years |
FrederikHeber |
MEMLEAK: mismatched delete/free, matrix in GSLMatrix::Transpose() was …
|
|
|
@828556
|
15 years |
FrederikHeber |
FIX: constructor of element now is shortened and all its member …
|
|
|
@5c9ba2
|
15 years |
FrederikHeber |
MEMLEAK: Tesselation::CorrectAllDegeneratedPolygons() forgot to remove …
|
|
|
@a0fcfb
|
15 years |
FrederikHeber |
MEMLEAK: World class did not neither signOff() nor remove its …
|
|
|
@39fef2
|
15 years |
FrederikHeber |
MEMLEAK: ActOnAllTest forgot to delete the copied VectorList Ref and …
|
|
|
@d06198
|
15 years |
FrederikHeber |
MEMLEAK: created ActionSequence was not deleted at the end of some tests.
|
|
|
@36c5cf
|
15 years |
FrederikHeber |
MEMLEAK: Observable::signOff() erases its own iterator, some more …
|
|
|
@44becc
|
15 years |
FrederikHeber |
Tests now work with Eclipse ECUT's TestRunner.
- new switch in …
|
|
|
@2e6496
|
15 years |
Till Crueger |
Removed unittest files from the documentation
|
|
|
@a1a532
|
15 years |
Till Crueger |
moved Iterators for the World to a seperate file
|
|
|
@bb89b9
|
15 years |
Till Crueger |
Added overloaded methods for all methods in the world taking an …
|
|
|
@e7e088
|
15 years |
Till Crueger |
Added Descriptor that allows querying of atoms by their type
|
|
|
@5bf941
|
15 years |
Till Crueger |
Improved documentation of the World-class
|
|
|
@7bfc19
|
15 years |
Till Crueger |
Made the world solely responsible for creating and destroying atoms.
|
|
|
@01d28a
|
16 years |
Till Crueger |
Added templates that allow arbitrary calculations on atoms to be …
|
|
|
@9ef76a
|
16 years |
Till Crueger |
Added a mechanism that allows the world to track changes done by the …
|
|
|
@5d4edf
|
16 years |
Till Crueger |
Added a class that allows constructing Processes that have a result
|
|
|
@cbc27f
|
16 years |
Till Crueger |
Added a method that allows manipulation of selected atoms
|
|
|
@a5471c
|
16 years |
Till Crueger |
Added iterator structure that allows iterating over selected atoms in …
|
|
|
@536380
|
16 years |
Till Crueger |
Added a progress indicator for the text menu
|
|
|
@b53a7e
|
16 years |
Till Crueger |
Added a special class of Actions that take some time.
|
|
|
@120f8b
|
16 years |
Till Crueger |
Moved control of molecules and periode to World.
|
|
|
@323177
|
16 years |
Till Crueger |
Rebuilt AtomDescriptors using PIMPL-Idiom and added unittest for …
|
|
|
@973c03
|
16 years |
Till Crueger |
Improved Descriptor mechanism to allow calculations using descriptors.
|
|
|
@86b917
|
16 years |
Till Crueger |
Added descriptors that allow multiple kinds of access to atoms
|
|
|
@d2d8f5
|
16 years |
Till Crueger |
Made all atoms register themselves with the world upon creation
|
|
|
@42918b
|
16 years |
Till Crueger |
Fixed some problems with the usage of Boost::threads
|
|
|
@181488
|
16 years |
Till Crueger |
Added a directory to quarantine files that should be completely …
|
|
|
@b9f422
|
16 years |
Till Crueger |
Made the Observer RAII-Pattern more secure.
|
|
|
@8501eb
|
16 years |
Till Crueger |
Changed all observed places to new observer structure
|
|
|
@bc1fbf
|
16 years |
Till Crueger |
Changed Observer to use RAII-style for locking changes.
|
|
|
@2e8296
|
16 years |
Till Crueger |
Started development of World Class
|
|
|
@ef4966
|
16 years |
Till Crueger |
Assigned best priority to cached values.
|
|
|
@bb9503
|
16 years |
Till Crueger |
Added mechanism that allows for assign priorities to observers
|
|
|
@4272f0
|
16 years |
Till Crueger |
Added possibility to disable caching mechanism at compile time
|
|
|
@8fc9b6
|
16 years |
Till Crueger |
Made more methods of the molecule observable
|
|
|
@f1ef9cc
|
16 years |
Till Crueger |
Added simple way to retrieve formula of a molecule using caching
|
|
|
@d0c7ec
|
16 years |
Till Crueger |
Added data structure to allow caching of derived values
|
|
|
@4bb871a
|
16 years |
Till Crueger |
Merge commit 'heber/Analysis_PairCorrelation' into MenuRefactoring
|
|
|
@adcdf8
|
16 years |
Till Crueger |
Moved method to rename molecules to a seperate Action
|
|
|
@795b4d
|
16 years |
Till Crueger |
Moved method to rename molecules to a seperate Action
|
|
|
@6997fa
|
16 years |
Till Crueger |
Added a view that displays all molecules using a QTableWidget
|
|
|
@03d7ac
|
16 years |
Till Crueger |
Added generic observer pattern framework.
(cherry picked from commit …
|
|
|
@6d0fcaa
|
16 years |
FrederikHeber |
Possibility to store all bonds to file added.
So far we only could …
|
|
|
@1c7aed
|
16 years |
FrederikHeber |
Output....Correlation() don't prepend header line with '#', BinData() …
|
|
|
@14c0f0
|
16 years |
FrederikHeber |
FIX: FillBoxWithMolecule() - seed of random number generator was not …
|
|
|
@8d0b25
|
16 years |
FrederikHeber |
Added output of surfacemap in ParseCommandLineOptions(), case 'C' again.
|
|
|
@dbd19f
|
16 years |
Till Crueger |
Added possibility to query doubles and vectors using dialogs.
|
|
|
@d34341
|
16 years |
Till Crueger |
Merge commit 'heber/Analysis_PairCorrelation' into MenuRefactoring
…
|
|
|
@478683
|
16 years |
FrederikHeber |
GetDistanceToSurface() separated, filling now with water instead of …
|
|
|
@41182a
|
16 years |
Till Crueger |
Merge commit 'heber/Analysis_PairCorrelation' into MenuRefactoring
…
|
|
|
@551a58
|
16 years |
FrederikHeber |
Merge branch 'FixVersioning3' into Analysis_PairCorrelation
Tesselation-DistanceToSurface_WORKING
|
|
|
@0af58f
|
16 years |
FrederikHeber |
Fixed versioning.
- FIX: version.h was falsely excluded in .gitignore …
|
|
|
@591f15
|
16 years |
FrederikHeber |
BUGFIX: Tesselation::IsInnerPoint() returned wrong result.
- We …
|
|
|
@a922f3
|
16 years |
FrederikHeber |
Merge branch 'FixTemplatedMinMax' into FixFillingWithMolecule
|
|
|
@1ec554
|
16 years |
FrederikHeber |
Rather use parameter passing by value instead of reference.
- We …
|
|
|
@a34fab
|
16 years |
FrederikHeber |
Unit test for BoundaryTriangleSet member functions added.
- for now …
|
|
|
@1aa2a5
|
16 years |
FrederikHeber |
FillBoxWithMolecule now allows boundary between filler molecules and …
|
|
|
@252790
|
16 years |
FrederikHeber |
Changed verbosity for Vector::GetIntersectionWithPlane().
- when line …
|
|
|
@931903
|
16 years |
Till Crueger |
Made embeddMolecules menu-point use the new dialog framework
|
|
|
@249522
|
16 years |
FrederikHeber |
FillWithMolecule() is now working correctly.
- FillWithMolecule() …
|
|
|
@3dea05
|
16 years |
FrederikHeber |
Templated Min and Max functions added.
Signed-off-by: Frederik Heber …
|
|
|
@8a34e69
|
16 years |
FrederikHeber |
Boolean return value of Tesselation::IsInnerPoint in …
|
|
|
@49d3e1e
|
16 years |
FrederikHeber |
Small fixes to make checks working again.
- Tesselations tests 13 and …
|
|
|
@1630ce
|
16 years |
Till Crueger |
Used new Query Infrastructure for SimpleAdd menupoint
|
|
|
@3896fc
|
16 years |
Till Crueger |
Added infrastructure to query molecules from MoleculeList
|
|
|
@f89c1c
|
16 years |
Till Crueger |
Changed dialog structure to use objects for queries.
|
|
|
@c489d9
|
16 years |
Till Crueger |
Removed some unessecary methods from oldMenu
|
|
|
@afa056
|
16 years |
FrederikHeber |
Removed unnecessary epsilon parameter.
- epsilon before was used as a …
|
|
|
@91b1e79
|
16 years |
FrederikHeber |
Fixed Tesselation::IsInnerPoint()
- Both unit tests …
|
|
|
@d403a1
|
16 years |
FrederikHeber |
InsideOutside unit test of tesselation is working correctly.
- FIX: …
|
|
|
@23f6ec
|
16 years |
FrederikHeber |
BUGFIX - Test was wrong in upper bounds of inside area.
- upper …
|
|
|
@9291f85
|
16 years |
FrederikHeber |
Added Determinant() function to class GSLMatrix.
- new function …
|
|
|
@7b991d
|
16 years |
FrederikHeber |
FIX - GSLVector::Set() return value was double instead of void.
…
|
|
|
@ac6b65
|
16 years |
FrederikHeber |
Vector::GetIntersectionOfTwoLinesOnPlane() rewritten.
Use routine …
|
|
|
@901774
|
16 years |
FrederikHeber |
libgslwrapper.a added to LDADD of most tests.
Since Vector class uses …
|
|
|
@51a8a1
|
16 years |
FrederikHeber |
BUGFIX - GetCenterOfSphere(): condition were not put correctly in …
|
|
|
@00b5802
|
16 years |
FrederikHeber |
BUGFIX - molecule::MinimiseConstrainedPotential() OldPotential was …
|
|
|
@70e11d
|
16 years |
FrederikHeber |
Inclusion of config.h was missing.
This caused a bug with GSL's …
|
|
|
@2c69a9
|
16 years |
FrederikHeber |
cstdlib header was missing, necessary for free, malloc and calloc
…
|
|
|
@e6fe8a
|
16 years |
FrederikHeber |
cstring header was missing in files, supplying definition of strlen, …
|
|
|
@d97af9
|
16 years |
Till Crueger |
Seperated building of mainWindow and contained Menus
- Moved code to …
|
|
|