master
More Lua tests (#3405)
Improve Lua test syntax (#3463)
Fix apply_signed_char test (#3502)
Remove Lua 5.0 and Lua 5.1 and Lua options
Add char *& string typemaps to all languages and char_strings runme parity
Fix parsing of a cv-qualified auto placeholder
Inherit constructors named through a typedef base
Improve handling of NULL vs nullptr vs 0 vs 0L
R: Honour %rename of enum items in the generated R code
Lua review follow-ups
Added unit tests for lua directors
Rename the near function to cmp_flt function that compare float numbers (#3490)
Fix protected/private nested class referenced in generated upcast helper
[Lua] Restore Lua 5.1 and LuaJIT compatibility for non-director wrapping
[Lua] Fix flaky li_std_map test caused by garbage collected Struct objects
Fix multicharacter constants to have type int, not char