Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

Releases: tongson/omnia

Omnia 0.8.0

03 Mar 15:56
Compare
Choose a tag to compare

Omnia 0.7.0

02 Mar 01:17
Compare
Choose a tag to compare
  • Updated Lua to 5.3.4
  • Updated Luastatic to 0.0.6-2
  • Updated LPeg to 1.0.1
  • Added dev (make dev) target for interpreter mode
  • Added lcurl module
  • Added auxlib module
  • Added prctl module
  • Added setproctitle module
  • Added moor
  • Added inspect module
  • Added linenoise module
  • Added moonpick
  • Update cimicida from Configi
  • Added lib and px module from Configi
  • Added tapered module
  • Changed tests to use tapered
  • Added sha2 module
  • Added crc32 module

Omnia 0.6.0

01 Oct 06:35
Compare
Choose a tag to compare

Changes:

  • Update MoonScript to version 0.5.0
  • Cross compiling support
  • PIE executables
  • Improve incremental compilation
  • Import cwtest b027449
  • Convert test to MoonScript
  • Various fixes and cleanups

Omnia 0.5.0

22 Sep 03:45
Compare
Choose a tag to compare

Changelog

  • Moonscript support.
    Make routines handle the compilation into Lua so you just drop Moonscript source into the tree.
  • Rename app directory to the more traditional src.

Omnia 0.4.2

10 Sep 10:37
Compare
Choose a tag to compare

Changelog:

  • Fix compilation of C modules

Omnia 0.4.1

10 Sep 09:13
Compare
Choose a tag to compare

Changelog:

  • Fix detection of GCC >=5.

Omnia 0.4.0

10 Sep 04:33
Compare
Choose a tag to compare

Changes:

  • Update to Lua 5.3.3. Including current bug fixes.
  • Update luastatic to 0.0.4.
  • Add lfs 1.6.3.
  • Adapt md5 module from luahash 0.00 (Lua 5.3 support).
  • Improve definition of modules in the top-level Makefile.
  • Add support for Lua modules using multiple level directories.
  • Add detection for GCC >= 5 versions.
  • Fix LTO compilation on systems that has split GCC toolchains.

Omnia 0.3.0

06 Apr 08:16
Compare
Choose a tag to compare

Changes:

  • Compilation of the final executable is now through luastatic.
  • Update to Lua 5.3.2. Including current bug fixes.
  • Update to Luaposix 33.4.0.
  • Update to Lpeg 1.0.0
  • Add support for OS X.

Omnia 0.2.0

08 Jul 04:53
Compare
Choose a tag to compare

Changes:

  • Imported Lua 5.3.1.
  • Fixed parallel builds.
  • Fixed static compilation.
  • Fixed compilation against glibc.
  • Several makefile cleanups.

Omnia 0.1.0

18 Apr 06:44
Compare
Choose a tag to compare

First public release.