-
patricg committed patchset 1181 of module blitz to the Blitz++ Library CVS repository, changing 1 files.
2009-10-20 19:40:55 UTC by patricg
-
patricg committed patchset 1180 of module blitz to the Blitz++ Library CVS repository, changing 1 files.
2009-10-20 19:40:38 UTC by patricg
-
Out-of-source builds failed (when doing "make lib install") because the dependencies on the executables created in "blitz/generate" use a relative path. The attached patch substitutes the top source dir with the top build dir.
2009-09-16 21:16:59 UTC by inuffishthought
-
patricg committed patchset 1179 of module blitz to the Blitz++ Library CVS repository, changing 1 files.
2009-08-21 10:14:40 UTC by patricg
-
patricg committed patchset 1178 of module blitz to the Blitz++ Library CVS repository, changing 1 files.
2009-08-21 10:14:30 UTC by patricg
-
patricg committed patchset 1177 of module blitz to the Blitz++ Library CVS repository, changing 1 files.
2009-08-17 18:10:34 UTC by patricg
-
patricg committed patchset 1176 of module blitz to the Blitz++ Library CVS repository, changing 3 files.
2009-08-17 18:06:40 UTC by patricg
-
The same happens at:
blitz-0.9/blitz/generate/arroperands.h
blitz-0.9/blitz/generate/operands2.h
blitz-0.9/blitz/generate/operands.h.
2009-08-01 15:27:06 UTC by ettlmartin
-
hello,
i have checked the sources of biltz++-library with the static code analysis tool cppcheck. It found out that the membervariabel
operandes::operandNum_ is uninitalized in the constructor. This can lead to undefinined behaviour.
Lets take a look at the class:
class operand {
public:
operand(const char* name, const char* templateName, const char* iterator,
const...
2009-07-31 11:49:54 UTC by ettlmartin
-
How do I access the array that is created by an Array object? I want to construct an Array from another Array, and it seems the paradigm for doing so is based on the data being represented as an array (as in Array<t,r> ob(type* array, ...)).
2009-07-17 03:32:02 UTC by drenami