Histórico de Commits

Autor SHA1 Mensagem Data
  mingodad 1ea7adaa13 Do not overwrite the error message. há 7 anos atrás
  mingodad fb6007db78 Fix end of statement without ';' when trying to recognise C++ namespace prefix, also fix spelling mistake há 7 anos atrás
  mingodad 13ef55b18d Better comments on output há 7 anos atrás
  mingodad 62e371d53a Clean up dead code using the patch from iSLC in https://github.com/albertodemichelis/squirrel/pull/160 há 7 anos atrás
  mingodad 7071c39013 Small changes to save memory for small strings há 7 anos atrás
  mingodad c496569300 Changes to accept more C/C++ const style declarations há 7 anos atrás
  mingodad db4648ae63 Add new global table_incnum and also change array sort to accept a an array for parallel sort há 7 anos atrás
  mingodad 41a215eb0e Minor code identation fix há 7 anos atrás
  mingodad 685169abd3 Add new squilu extensions há 7 anos atrás
  mingodad ffd1e2383f Add macro for using ftsSnowball static linked há 7 anos atrás
  mingodad 3f1e691b8b Update sqlite3 há 7 anos atrás
  mingodad 3874ade5a9 Minor code cleanup há 7 anos atrás
  mingodad 0c68a67178 Add method _get and _nexti to allow foreach and array like access to stmt columns, the foreach returns allays the column 0 value há 7 anos atrás
  mingodad 467384fdd1 Update sqlite3 há 7 anos atrás
  mingodad 1382cddd9e Fix function parameter type as pointed out on squirrel repository by https://github.com/albertodemichelis/squirrel/pull/138/files há 7 anos atrás
  mingodad f335e7fd81 Add new tests há 7 anos atrás
  mingodad aeaf302490 Fix several compiler warnings há 7 anos atrás
  mingodad 4057d8f376 Remove a unneeded shadowed variable há 7 anos atrás
  mingodad 995c0a98e3 Update sqlite3 há 7 anos atrás
  mingodad 9b9b6784b9 Fix bug introduced by changes on SQArray há 7 anos atrás
  mingodad 43676ac59c Fix compiler warning about writing to a short string há 7 anos atrás
  mingodad d69baf5776 Add conditional macro to compile with -fpack-struct há 7 anos atrás
  mingodad 9bc89af102 Allow the usage of inline float constant whenever it fits SQInt32 há 7 anos atrás
  mingodad d32881d419 Add array_float64, array_float32, array_int64, array_int32, array_int16, array_int8 global functions to create native numeric arrays. há 7 anos atrás
  mingodad aa58aeebe9 Add new samples há 7 anos atrás
  mingodad b9b7797627 Add scaling methods há 7 anos atrás
  mingodad 1ea084ebd6 Add meta methods to allow array like access há 7 anos atrás
  mingodad 887d283c76 Update sqlite3 há 7 anos atrás
  mingodad 831f120b7b Replace the array sort code by the one from lua 5.1.5 because it can sort with half number of calls to the compare function compared to the original Squirrel code. há 7 anos atrás
  mingodad 5411bd4328 Change math.log to accept an optional base argument. há 7 anos atrás