Skip to content
Snippets Groups Projects
  1. Aug 05, 2016
  2. Jun 30, 2016
  3. Mar 29, 2016
  4. Dec 23, 2015
  5. Dec 10, 2015
  6. Dec 09, 2015
  7. Dec 06, 2015
  8. Nov 26, 2015
  9. Nov 25, 2015
    • Marek Vavruša's avatar
      build: amalgamated build support with AMALG=1 · af4254d1
      Marek Vavruša authored
      amalgamated build concatenates all files into a single .c file to
      allow compiler see all symbols and produce possibly smaller code.
      for binary distributions this is what you want, as it's faster but
      may consume more memory during compilation.
      it however cannot do incremental builds.
      af4254d1
  10. Nov 21, 2015
  11. Sep 25, 2015
  12. Aug 03, 2015
    • Marek Vavruša's avatar
      daemon/bindings: replaced old Lua/C bindings with LuaJIT FFI · 28565f82
      Marek Vavruša authored
      this is a first step of leaning towards LuaJIT.
      the FFI bindings are much faster, simpler and don’t abort traces
      
      daemon core scripting engine is still going to support interpreted Lua, but modules requiring library bindings (such as ‘block’) will require LuaJIT for FFI
      28565f82
  13. Jul 15, 2015
  14. Jun 30, 2015
  15. Jun 15, 2015
  16. Jun 07, 2015
  17. May 25, 2015
  18. May 18, 2015
  19. May 07, 2015
  20. Apr 24, 2015
  21. Apr 08, 2015
  22. Mar 31, 2015
  23. Mar 29, 2015
  24. Mar 27, 2015
  25. Mar 19, 2015
  26. Mar 18, 2015
  27. Feb 09, 2015
Loading