История коммитов

Автор SHA1 Сообщение Дата
  mingodad 654cd9300e Add code to manage sql macros 9 лет назад
  mingodad d8686fb99e Added tweetnacl extension 9 лет назад
  mingodad a2649ae29d Update sqlite3 9 лет назад
  mingodad 9bc71a8ccb Add "goto" keyword and made the lexer/parser recognize (including labels) and ignore then for now. 9 лет назад
  mingodad 23b8683c4c Add C++ multiline string literal capability R"(A string literal.)". 9 лет назад
  mingodad 8b8c203ebb Fix parsing "inline/const" keyword inside class/variable declaration. 9 лет назад
  mingodad 1d1c557b97 Add fixes from squirrel. 9 лет назад
  mingodad be31724a89 Fix for loop using already declared variables in initialzation. 9 лет назад
  mingodad 97a7aef4fa Convert to unix line ending 9 лет назад
  mingodad 8870489ee4 Added macros for strcpy 9 лет назад
  mingodad fc3c28ab03 Update sqlite3 9 лет назад
  mingodad 07f6694b34 Update sqlite3 9 лет назад
  mingodad 4901b63c83 Add a SQLexer::LookaheadLex method to facilitate compile/run more C/C++ code 9 лет назад
  mingodad c748e45f48 Fixes to work with the latest changes to SquiLu 9 лет назад
  mingodad 2fac0172fd Add macro to use localtime reentrant 9 лет назад
  mingodad 195c55812a Remove glitchs 9 лет назад
  mingodad 74ad0b07df Add virtual destructor 9 лет назад
  mingodad a159ef9c15 If the script has a function called main call it like C/C++ does 9 лет назад
  mingodad 69f85ea7b9 Separate api declarations and use a macro to reuse then in other contexts 9 лет назад
  mingodad cb228288f2 Update sqlite3 9 лет назад
  mingodad e34734ae05 More functionality exposed to squilu 9 лет назад
  mingodad 5acf43d987 CR removed 9 лет назад
  mingodad fb6951169e More fltk functionality exposed to squilu 9 лет назад
  mingodad a35bb446fc CR removed 9 лет назад
  mingodad 8af416e0c4 Comment out unused constants 9 лет назад
  mingodad 31eee5abdc Add operator overload [] for SQObjctPtr to be used by C++ 9 лет назад
  mingodad 3f0bdc3d1f Make time/date work like C/C++ where months are 0-11 and weekdays are 0-6 9 лет назад
  mingodad b6d08b0629 Fix for incorrect line counting inside block comments 9 лет назад
  mingodad 19ae489091 Expose sqlite3_get/set_auxdata to SquiLu scripts. 9 лет назад
  mingodad 11fdba5d9c Update SquiLu examples to work with global table_* functions. 9 лет назад