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

Автор SHA1 Сообщение Дата
  Marco Bambini 7b9284eb99 Renamed optional classes and fixed a setter unwanted side effect. 6 лет назад
  Marco Bambini 79f7a2fa3b Merge branch 'master' of https://github.com/marcobambini/gravity 6 лет назад
  Marco Bambini a3dc780410 Gravity 0.7.4 6 лет назад
  Marco Bambini 7bb9ef5f8c Merge pull request #277 from iSLC/fix-return-local-addr 6 лет назад
  Sandu Liviu Catalin 6feccca386 Function returns address of local variable fix. On Windows, directory_read() utility returns the address of a fixed size array from a local structure. The fix is quite hackish but does the job. 6 лет назад
  Sandu Liviu Catalin 2e614ac367 Output buffer should not be const. WideCharToMultiByte outputs to a `const` buffer. 6 лет назад
  Ingwie Phoenix a8539f87fb Added missing '-t' documentation to Gravity CLI. 7 лет назад
  Marco Bambini 5a466d1699 Version 0.5.4 7 лет назад
  Max Horn 6ec261da03 Fix a bunch of typos 7 лет назад
  Steve Fan c7e758f6bf Merge branch 'master' into patch-1 7 лет назад
  Marco Bambini a387695a1a Replaced all TABs with 4 spaces (now official indentation setting). 7 лет назад
  Steve Fan f83297e997 Windows support 7 лет назад
  Marco Bambini 8499492057 Removed separate unittest command line tool, replaced by gravity -t option. 7 лет назад
  Marco Bambini c3c652dbf2 Added vm parameter to error reporting callbacks (in order to be able to show call stack). Fixed an issue related to NULL SILENT option. 7 лет назад
  Filippo Costa 53922aa8c5 Pull from upstream/master 8 лет назад
  Marco Bambini 0e0ac57571 Added more memory protection during allocation (vm parameter added to mem_alloc macro). Some code refactoring and other minor issues fixed. Version raised to 0.3.5. 8 лет назад
  Filippo Costa 4fe5134d16 Deleted trailing whitespace in src/, api/, and docs/ 8 лет назад
  Marco Bambini f44a6f06b3 Several Math related fixes. 8 лет назад
  Marco Bambini 72c66a229a Removed outdated projects folder. Added new optionals folder and new Math class. Update Xcode, Makefile and CMakeLists. 8 лет назад
  Marco Bambini 107958e080 API usage updated. 8 лет назад
  TSUYUSATO Kitsune 43dbbfd7dc Added -q option to cli to be quiet result and execution time output 8 лет назад
  Marco Bambini 98e4919322 Added -i option to cli to be able to execute inline code. 8 лет назад
  Leonardo Santos bedc301d0b add missing \n 9 лет назад
  Marco Bambini 16147dd9ad Renamed default compiled file from gravity.json to gravity.g 9 лет назад
  Marco Bambini 6ee7232061 Added readline to gravity_utils and minor code refactoring in gravity cli. 9 лет назад
  Marco Bambini b49703eb81 Fiber is now allocated in gravity_vm_new, added new gravity_vm_loadclosure function, renamed gravity_vm_run to gravity_vm_runmain 9 лет назад
  Marco Bambini b6a566837d Improved gravity command line executable with report and load file callback. Explanation about how import works also added to load_file as a comment. 9 лет назад
  Marco Bambini 029c5c8aaa Fixed some command line parsing issues. 9 лет назад
  Marco Bambini e8999a84ef Source code, makefile and Xcode project. 9 лет назад