Activity

From 06/16/2011 to 07/15/2011

07/15/2011

06:30 PM Tasks #418 (Resolved): Adapt NemoMath version in CMake file
M. Rolf
06:29 PM Tasks #418 (In Progress): Adapt NemoMath version in CMake file
M. Rolf
06:29 PM Revision 34: fixed #418
M. Rolf
03:40 PM Bug #416 (Resolved): uniform random-generator does not produce max-value for integer-types
M. Rolf
03:40 PM Revision 33: fixed #416
M. Rolf

07/14/2011

12:11 AM Bug #416 (In Progress): uniform random-generator does not produce max-value for integer-types
M. Rolf
06:43 PM Revision 32
anordman
11:13 AM Revision 31: Cleaned up CMake and fixed installation (to also work with cpack)
anordman
10:47 AM Revision 30: Cleaned up CMake and fixed installation (to also work with cpack)
anordman
10:30 AM Revision 29: Cleaned up CMake
anordman
10:29 AM Revision 28: Cleaned up CMake
anordman
10:07 AM Revision 27: Set version as library property
anordman
10:04 AM Tasks #418 (Resolved): Adapt NemoMath version in CMake file
Initially set NemoMath library version in the CMake file source:trunk/nemomath/CMakeLists.txt
and then constantly ad...
Anonymous
10:02 AM Revision 26: CPack definition
anordman

07/13/2011

05:29 PM Bug #416 (Resolved): uniform random-generator does not produce max-value for integer-types
M. Rolf
03:07 PM Bug #415 (Resolved): Display test results in Jenkins
Display test results in Jenkins. The Jenkins xUnit Plugin seems to be able to import boost test results, see https://... Anonymous
03:04 PM Tasks #413 (In Progress): Fix warnings and compile time in Tests
M. Rolf
03:03 PM Revision 25
M. Rolf
11:55 AM Revision 24: Now also building cmake configuration file (NemoMathConfig.cmake) during configuration
anordman

07/12/2011

07:56 PM Feature #406 (Resolved): MathVector: Random vector initialization
See "ExampleRandom.cpp":https://code.cor-lab.org/projects/nemomath/repository/revisions/23/entry/trunk/nemomath/examp... M. Rolf
07:56 PM Revision 23: fixed #406
M. Rolf
03:28 PM Enhancement #414 (Resolved): Introduce dimension object for MathVector
Overload ctors with
MathVector(dim)
MathVector(value)
MathVector(value,value2,...)
M. Rolf
03:27 PM Tasks #413 (Resolved): Fix warnings and compile time in Tests
M. Rolf
03:27 PM Feature #412 (Closed): Implement complex assignment on MathVector::ReadWriteRef
Use things like
v[0]++;
v[0] *= 2;
M. Rolf
10:28 AM Revision 22: Ignore content of build folder
anordman

07/11/2011

11:33 PM Bug #408 (Resolved): ‘intrusive_ptr_add_ref’ was not declared in this scope
Fixed with workaround: IntrusiveCowSupport now tries to use member functions newly defined in IntrusiveCounted
If ...
M. Rolf
12:48 PM Bug #408: ‘intrusive_ptr_add_ref’ was not declared in this scope
Dirty hot-fix:
Seems to work if a static instance of MathVector<T> is instantiated at the beginning of each compil...
M. Rolf
11:31 PM Revision 21: fixed #408
M. Rolf
03:50 PM Revision 20
M. Rolf
03:47 PM Feature #407 (Resolved): MathVector: Attaching vectors
Added new method:
const MathVector<T> MathVector<T>::attach(const MathVector<T> &vec) const
M. Rolf
01:18 PM Feature #407 (In Progress): MathVector: Attaching vectors
M. Rolf
03:46 PM Feature #409 (Resolved): MathVector subspace getter
Added new method:
const MathVector<T> MathVector<T>::subVector(const unsigned int fromIndex, const unsigned int dim)...
M. Rolf
01:18 PM Feature #409 (In Progress): MathVector subspace getter
M. Rolf
11:22 AM Feature #409 (Resolved): MathVector subspace getter
Getter for Vector subspaces (like RealVector->subspace() in MathData 1) missing.
Could
@RealVector operator()(uns...
Anonymous
03:38 PM Revision 19: fixed #407 and #409
M. Rolf
01:28 PM Revision 18: fixed ReadWriteRef<T> to T conversion
M. Rolf
01:18 PM Bug #410 (Resolved): Reading a field from one vector and writing it to a second vector fails
New test code:
// non-const operator[]
RealVector v1(2, 1.0);
RealVector v1B(v1);
RealVector v2(2, 2.0);
...
M. Rolf
12:48 PM Bug #410 (In Progress): Reading a field from one vector and writing it to a second vector fails
M. Rolf
11:50 AM Bug #410 (Resolved): Reading a field from one vector and writing it to a second vector fails
Example code:
#include <iostream>
#include "Vector.h"
int main() {
nemo::RealVector values = nemo::RealVector...
Anonymous
01:17 PM Revision 17: fixed #410
M. Rolf

07/10/2011

12:57 AM Bug #408: ‘intrusive_ptr_add_ref’ was not declared in this scope
"Argument-dependent lookup" (http://www.gotw.ca/gotw/030.htm) should actually do the job...
This might be a compil...
M. Rolf
06:33 PM Bug #408 (In Progress): ‘intrusive_ptr_add_ref’ was not declared in this scope
Minimal example:
#include <iostream>
#include "Vector.h"
namespace foo {
class FOO1 {
public:
FOO1(ne...
M. Rolf
05:46 PM Bug #408 (Resolved): ‘intrusive_ptr_add_ref’ was not declared in this scope
‘intrusive_ptr_add_ref’ was not declared in this scope
‘intrusive_ptr_release’ was not declared in this scope
C...
Anonymous
07:37 PM Revision 16
M. Rolf

07/08/2011

11:42 PM Tasks #405 (Resolved): Jenkins-User ins Redmine
M. Rolf
04:57 PM Tasks #405 (Resolved): Jenkins-User ins Redmine
Bitte Jenkins-User im Redmine mit Lesezugriff aufs Repository hinzufügen, damit NemoMath als Build-Job eingerichtet w... Anonymous
07:18 PM Feature #407 (Resolved): MathVector: Attaching vectors
Attaching vectors is missing. (3-dim. vector + 3-dim. vector = 6-dim. vector) Anonymous
06:18 PM Feature #406 (Resolved): MathVector: Random vector initialization
Provide random vector initialization like in MathData (@RealVector::random()@). Anonymous
01:39 PM Revision 15: vector-scalar mult; value construction
M. Rolf

07/07/2011

11:44 PM Revision 14: improved cmake-configuration
M. Rolf
01:38 PM Revision 13: tests
M. Rolf

07/06/2011

11:28 PM Revision 12
M. Rolf
10:38 PM Revision 11: atomic ref-counting
M. Rolf

07/05/2011

11:14 PM Revision 10: Vector-operators not 'in-place'; compile Mapping-operators on demand
M. Rolf
05:08 PM Revision 9: add mappings
M. Rolf
04:27 PM Revision 8: mapping chains
M. Rolf

07/04/2011

05:47 PM Revision 7: started mapping API
M. Rolf

06/29/2011

12:36 AM Revision 6: lazy eval of Vector +/-
M. Rolf

06/22/2011

06:25 PM Revision 5
M. Rolf
05:54 PM Revision 4
M. Rolf

06/21/2011

11:56 PM Revision 3: unit tests
M. Rolf
01:43 PM Revision 2
M. Rolf

06/20/2011

10:02 PM Revision 1: initial import
M. Rolf
 

Also available in: Atom