Skip to content

Releases: epics-modules/lua

R3-1

20 Sep 20:59
631771e
Compare
Choose a tag to compare

Version Changes

  • Lua language version updated to 5.4.6
  • luaaa library version updated to 1.0

Library Changes:

Included libraries now have extended capabilities when built with a compiler that
supports C++11. To enable these capabilites, define CXX11_SUPPORT=YES in a
CONFIG_SITE.local file. Changes are noted below.

asyn

  • Added setOption function

  • New include file, 'lasynlib.h' to allow external creation of lua asynPortDriver
    and asynOctetClient classes

  • C++11 Only: asynOctetClient and asynPortDriver changed to be proper c++ classes.
    Use asynOctetClient.find and asynPortDriver.find to construct instead of client and driver
    functions.

epics

  • New include file, 'lepicslib.h' to allow external creation of lua PV class
  • sleep function deprecated

db

  • All static database access functions implemented
  • Can specify callback function that is triggered whenever a database is loaded

osi

  • New library for os independent functions
  • sleep function moved here

Other Changes:

  • print function now uses epicsStdoutPrintf behind the scenes to allow output redirection
  • Added luaLoadLibrary function to trigger library load in a given lua_state

R3-0-2

16 Feb 02:07
0091a14
Compare
Choose a tag to compare

Bug fixes relating to input/output links

R3-0-1

02 Dec 19:49
Compare
Choose a tag to compare

Windows build fixes

R3-0

03 Oct 03:14
Compare
Choose a tag to compare
update release notes

R2-1

18 Oct 22:58
Compare
Choose a tag to compare
don't need ref tag

R2-0

31 Jul 16:43
4235fb7
Compare
Choose a tag to compare
R2-0 Release Notes

R1-3

04 Dec 16:56
8320ccd
Compare
Choose a tag to compare
New Release

R1-2-2

19 Jul 23:11
c1731f2
Compare
Choose a tag to compare

Fixes for vxWorks

R1-2-1

29 Jun 16:37
Compare
Choose a tag to compare

Fixes problem with luarecord soft channel support

R1-2

05 Jun 16:28
d5f8f6d
Compare
Choose a tag to compare
Fwdlink change