Revīziju vēsture

Autors SHA1 Ziņojums Datums
  eth.negelef 0b34a9428d Increased array alignment 7 gadi atpakaļ
  felixf d9030fe76a Patched 64-bit MathArray GC bug 7 gadi atpakaļ
  eth.morozova f470e4fe48 use the right type of conversion 7 gadi atpakaļ
  felixf 33bd9df848 Added conversion SIZE --> REAL (removing the circular conversion issue that appeared in Matrix library) 7 gadi atpakaļ
  felixf 9b7c916ea9 reshape: array of size (i/o array of longint) 7 gadi atpakaļ
  felixf 4792a30257 further steps to get ML working on 64 bit 7 gadi atpakaļ
  felixf 4d9756a595 added and corrected array of size conversions 7 gadi atpakaļ
  felixf 64f6784733 LenType = LONGINT ---> SIZE, added some operators for SIZE 7 gadi atpakaļ
  eth.morozova 66b3873e15 added conversion from LONGINT to SIZE; without this NEW(x,size), does not work if size is of LONGINT type 7 gadi atpakaļ
  eth.morozova 58d9b336ac replaced I386 assembler by portable code 7 gadi atpakaļ
  negelef 900eb35aa3 Removed duplicated semicolons 7 gadi atpakaļ
  felixf 328a86f8e0 reverted (32-bit Oberon legacy): LEN is treated as LONGINT 7 gadi atpakaļ
  felixf 5da5ca96aa Math Array Compatibility 7 gadi atpakaļ
  felixf 0295a30a7c explicit untraced (unsafe does not imply untraced any more) 7 gadi atpakaļ
  felixf 56535f46c0 64 bit A2 patches (array base) 7 gadi atpakaļ
  felixf fae0229636 rebuilt release 7 gadi atpakaļ
  felixf 84180f09bd Array alignment problem: for arrays with size multiple of 32 the space allocated can become too small. fixed. 7 gadi atpakaļ
  felixf 0dc3648ec6 Generational Garbage Collection -- Enable using Command Heaps.SetYoung 7 gadi atpakaļ
  felixf de3d81df9b Resolved issue with tensor range 8 gadi atpakaļ
  felixf aa79cd2eaf Basic functionality of objects on the heap tracing working again 8 gadi atpakaļ
  felixf c80efb97f7 Allowed for marking of temporary arguments, used for example in expressions like 8 gadi atpakaļ
  felixf 120da8a483 Minor bugfix at reshape 8 gadi atpakaļ
  felixf aec1f4361c rebuilt release 8 gadi atpakaļ
  felixf fc5d10de8b minor improvement (alignemnt) 8 gadi atpakaļ
  felixf 51876be5be improvements (GC related) 8 gadi atpakaļ
  felixf c2aca34e17 added matrix-vector multiplication on tensors 8 gadi atpakaļ
  felixf e7991724e7 Added multiplication of two tensors (interpreted as matrices, otherwise trap) 8 gadi atpakaļ
  felixf eeeb817fba Moved Complex Numbers out of ArrayBase (should complex numbers move back to a library in general?) 8 gadi atpakaļ
  felixf babeaafb35 ptched bug 8 gadi atpakaļ
  felixf 5007c4588d further improvement 8 gadi atpakaļ