This repository has been archived by the owner on Dec 12, 2020. It is now read-only.
Releases: tongson/omnia
Releases · tongson/omnia
Omnia 0.8.0
- Integrated luacheck
- Added argparse module (https://github.com/mpeterv/argparse/)
- Added rabbit (stream cipher) module from (https://github.com/philanc/plc)
- Default
make
target is now in DEBUG mode ie. compile-time optimizations are turned off and debug symbols are compiled in.
Omnia 0.7.0
- 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
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
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 traditionalsrc
.
Omnia 0.4.2
Changelog:
- Fix compilation of C modules
Omnia 0.4.1
Changelog:
- Fix detection of GCC >=5.
Omnia 0.4.0
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
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
Changes:
- Imported Lua 5.3.1.
- Fixed parallel builds.
- Fixed static compilation.
- Fixed compilation against glibc.
- Several makefile cleanups.
Omnia 0.1.0
First public release.