|
|
@e04838
|
15 years |
FrederikHeber |
class config added to World.
- World now has the global …
|
|
|
@075729
|
15 years |
FrederikHeber |
Merge branch 'Analysis_PairCorrelation' into StructureRefactoring
…
|
|
|
@326a42d
|
15 years |
FrederikHeber |
Merge branch 'FixWorld_wrongauthor' into Analysis_PairCorrelation
|
|
|
@5a40b8
|
15 years |
FrederikHeber |
FIX: Author of World.cpp has been wrongly set (by eclipse) to heber …
|
|
|
@caab20
|
15 years |
FrederikHeber |
Merge branch 'FixWorld_differentdefaultcell_size' into …
|
|
|
@8758eb
|
15 years |
FrederikHeber |
FIX: cell_size in World has not been set to a default size, i.e. has …
|
|
|
@e34098
|
15 years |
FrederikHeber |
FIX: string instead of string.h was included for strcpy()
|
|
|
@f87c2a
|
15 years |
FrederikHeber |
BUGFIX: DefaultName of molecule was too small an array.
- We saw …
|
|
|
@5738177
|
15 years |
Till Crueger |
Added a generic Iterator that can be used to iterate only over certain …
|
|
|
@4c60ef
|
15 years |
Till Crueger |
Added generic singleton Pattern that can be inherited to any class …
|
|
|
@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
|
|
|
@a83171
|
15 years |
FrederikHeber |
Default molecule name can be set via command line, BUGFIX: …
|
|
|
@9565ec
|
15 years |
FrederikHeber |
singleton class World introduced, contains only cell_size from class …
|
|
|
@dc5413
|
15 years |
Till Crueger |
Merge branch 'FreddiesRefactoring' into StructureRefactoring
…
|
|
|
@98a2987
|
15 years |
Till Crueger |
Added -Wall flag and fixed several small hickups
|
|
|
@8d9d38
|
15 years |
Till Crueger |
Made the world solely responsible for creating and erasing molecules.
|
|
|
@a0fcfb
|
15 years |
FrederikHeber |
MEMLEAK: World class did not neither signOff() nor remove its …
|
|
|
@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 …
|
|
|
@7bfc19
|
15 years |
Till Crueger |
Made the world solely responsible for creating and destroying atoms.
|
|
|
@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
|
|
|
@a5471c
|
16 years |
Till Crueger |
Added iterator structure that allows iterating over selected atoms in …
|
|
|
@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 …
|
|
|
@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
|
|
|
@2e8296
|
16 years |
Till Crueger |
Started development of World Class
|