4
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes for gcc-4.0.1 on Apple, which enforces more strict C++. More... almost 16 years ago
Update, so that the doxygen docs looks better. More... almost 16 years ago
Privatization, some comments. More... almost 16 years ago
Updated for use with esutil More... almost 16 years ago
Renamed module util to esutil to avoid name clash with POSIX libutil. More... almost 16 years ago
Put LogClass into log4espp namespace. More... almost 16 years ago
Tests should always be listed in check_PROGRAMS, NEVER in bin_PROGRAMS. More... almost 16 years ago
Improved doxygen.cfg More... almost 16 years ago
privatized operator= for non-copyable references. More... almost 16 years ago
Created empty Makefile for use with Eclipse
stuehn
as Torsten Stühn
More... almost 16 years ago
Removed constant size arrays, and moved all real[3] properties to Real3D. Fixed some glitches in the current Real3D. More... almost 16 years ago
Simplified reference handling and fixed constantness for property references. More... almost 16 years ago
fixes for boost_foreach and intel compiler. More... almost 16 years ago
Added velocity Verlet integrator which now does a single time step in forceloop test. More... almost 16 years ago
fixed some places where a Real3D was transmitted as value, not const reference benchmark switches off logging, which seems to be terribly slow with log4cxx. More... almost 16 years ago
added fixed size array references to properties (e.g. "real[3]") More... almost 16 years ago
- added small benchmark for O(N) and O(N^2) using the "real" particle storage with TupleVector - TupleVector allocates bigger chunks now - ParticleStorage copy constructor is private now - added all header files in util/Makefile.am More... almost 16 years ago
fixed warning about deprecated const char* -> char* conversion More... almost 16 years ago
made classes similar to boost::mpi::timer, and also offering this as an timing option. More... almost 16 years ago
added simple timing facilities for small scale timing More... almost 16 years ago
added easier way to obtain the persisten reference of a particle. More... almost 16 years ago
addParticle now returns a weak reference More... almost 16 years ago
removed any public access to the index of TupleVector's references, to avoid wrong conversion and confusion between ID and references. More... almost 16 years ago
forgot to add the (very basic) unit testing for the particlestorage. More... almost 16 years ago
- particlestorage now uses a TupleVector, allowing configurable properties - distinction between persistent (ID) and non-persistent references for TupleVector - corrected the order of template parameters in VirtualXXXFunction More... almost 16 years ago
Reimplemented build-system support for doxygen: configure will only find doxygen, the docs are generated using "make dg". More... almost 16 years ago
Moved BOOST_CPPFLAGS and LOG4ESPP_CPPFLAGS into configure.ac => simplified Makefile.am More... almost 16 years ago
Fixed bug that prevented compilation in the osurce directory. More... almost 16 years ago
Fix in Makefile.am More... almost 16 years ago
missing from Axel's last update More... almost 16 years ago