Skip to content

Releases: epics-modules/lua

R3-1

Choose a tag to compare

@keenanlang keenanlang released this 20 Sep 20:59
631771e

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

Choose a tag to compare

@keenanlang keenanlang released this 16 Feb 02:07
0091a14

Bug fixes relating to input/output links

R3-0-1

Choose a tag to compare

@keenanlang keenanlang released this 02 Dec 19:49

Windows build fixes

R3-0

Choose a tag to compare

@keenanlang keenanlang released this 03 Oct 03:14
update release notes

R2-1

Choose a tag to compare

@keenanlang keenanlang released this 18 Oct 22:58
don't need ref tag

R2-0

Choose a tag to compare

@keenanlang keenanlang released this 31 Jul 16:43
4235fb7
R2-0 Release Notes

R1-3

Choose a tag to compare

@keenanlang keenanlang released this 04 Dec 16:56
8320ccd
New Release

R1-2-2

Choose a tag to compare

@keenanlang keenanlang released this 19 Jul 23:11
c1731f2

Fixes for vxWorks

R1-2-1

Choose a tag to compare

@keenanlang keenanlang released this 29 Jun 16:37

Fixes problem with luarecord soft channel support

R1-2

Choose a tag to compare

@keenanlang keenanlang released this 05 Jun 16:28
d5f8f6d
Fwdlink change