Histórico de Commits

Autor SHA1 Mensagem Data
  felixf 97f805a4f2 removed old visit that led to trap with warnings enables há 7 anos atrás
  felixf 1b22680b94 removed unused symbols, há 7 anos atrás
  felixf 6d1f056e3d improved handling of huge sparse case tables: use if cascade on a register (can potentially be improved further with binary search or hash tables if required) há 7 anos atrás
  felixf a2e60c884d performance optimisation: do not type guard when há 7 anos atrás
  felixf 2f1795e2f6 Patched problem with nested record há 7 anos atrás
  felixf 3d126198fb Improved syntax of with-statement há 7 anos atrás
  negelef e31dced224 Removed obsolete darwin calling convention flag há 7 anos atrás
  felixf d98268c8c9 patched forbidden case where an array was used for an array index há 7 anos atrás
  negelef 1b6c5713fd Improved diagnostic message há 7 anos atrás
  negelef 05ec4a4dfb Fixed NORETURN modifier of procedure types which does not depend on calling convention há 7 anos atrás
  negelef 7324dc8173 Added proper constant for invalid stream positions há 7 anos atrás
  felixf 2393da1668 DIM now needs to return something compatible to SIZE (and not to LONGINT as it was before) há 7 anos atrás
  negelef de52e92426 Renamed SystemTools to System há 7 anos atrás
  felixf 76e803e60a compatibility with ARRAY [?]; há 7 anos atrás
  felixf c2f9a74029 Support for Reference Counting: há 7 anos atrás
  eth.negelef 881bebbdc0 Added support for SHORT and LONG on unsigned expressions há 7 anos atrás
  felixf ca8615ceb3 Added check for non-allocability of unsafe pointers há 7 anos atrás
  negelef 0f96d43f45 Removed unused local variables há 7 anos atrás
  felixf df9cac450f detect recursive conversions há 7 anos atrás
  eth.negelef 6768131975 Added proper type definition for evaluating constant integer expressions há 7 anos atrás
  felixf 9b7c916ea9 reshape: array of size (i/o array of longint) há 7 anos atrás
  eth.negelef 4065854ddd Added proper type definition for evaluating constant set expressions há 7 anos atrás
  felixf 3490093614 Moved platform calling convention to the frontend (as an important side effect, platform calling convention is appearing translated in the symbol file) há 7 anos atrás
  felixf d7e0caff9c Added Platform Calling Convention há 7 anos atrás
  felixf 9351783616 patched bugs introduced before (procedure compatibility) há 7 anos atrás
  felixf 02594cc03b Modifications in order to make the change from longint --> size in FoxArrayBase work há 7 anos atrás
  negelef ba8b34e304 Fixed parameter types when calling FoxArrayBase.AllocateTensorX with 64-bit sizes há 7 anos atrás
  negelef d3124256fe Fixed reuse of local variables for different purposes há 7 anos atrás
  eth.negelef 31e993010b Fixed typo há 7 anos atrás
  eth.negelef ec4bc8d41f Allow explicit conversion on set types há 7 anos atrás