Historial de Commits

Autor SHA1 Mensaje Fecha
  mingodad aeaf302490 Fix several compiler warnings hace 7 años
  mingodad 4057d8f376 Remove a unneeded shadowed variable hace 7 años
  mingodad 995c0a98e3 Update sqlite3 hace 7 años
  mingodad 9b9b6784b9 Fix bug introduced by changes on SQArray hace 7 años
  mingodad 43676ac59c Fix compiler warning about writing to a short string hace 7 años
  mingodad d69baf5776 Add conditional macro to compile with -fpack-struct hace 7 años
  mingodad 9bc89af102 Allow the usage of inline float constant whenever it fits SQInt32 hace 7 años
  mingodad d32881d419 Add array_float64, array_float32, array_int64, array_int32, array_int16, array_int8 global functions to create native numeric arrays. hace 7 años
  mingodad aa58aeebe9 Add new samples hace 7 años
  mingodad b9b7797627 Add scaling methods hace 7 años
  mingodad 1ea084ebd6 Add meta methods to allow array like access hace 7 años
  mingodad 887d283c76 Update sqlite3 hace 7 años
  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. hace 7 años
  mingodad 5411bd4328 Change math.log to accept an optional base argument. hace 7 años
  mingodad deb98895be Accept void pointer declaration. hace 7 años
  mingodad 3ff2f2e6e8 Accept C/C++ pointer variable declaration. hace 7 años
  mingodad c6bca690c2 Add new extensions hace 7 años
  mingodad 8b40e1904c Return the object from table/array manipulation hace 7 años
  mingodad 065b88a368 Fix typo in SetIntructionParams hace 7 años
  mingodad 382ae20457 An extension to use http://leenissen.dk/fann/wp/ neural network hace 7 años
  mingodad 568f8aa706 Fix for the empty capture on string.match hace 7 años
  mingodad 0fcb93e2e6 Use SQInteger for correctness hace 7 años
  mingodad 2075333858 Add function macros to remove duplicated code hace 7 años
  mingodad a373d9a05f Allow for for deep equality comparison for SquiLu objects hace 7 años
  mingodad 07f6a8d1f5 Add sq_nn extension hace 7 años
  mingodad 06f5a03e17 Update sqlite3 hace 7 años
  mingodad f7df7a2abc Start the preparation to add custom window functions hace 7 años
  mingodad 8505a5639a Small code style fix hace 7 años
  mingodad 5570c5a8b4 Add a cast due to compiler pointing out hace 7 años
  mingodad 1d62218bab Add a type check before try to set an enum value as integer hace 7 años