aboutsummaryrefslogtreecommitdiff
path: root/versions/l-/lua.json
AgeCommit message (Collapse)Author
2021-08-18[lua] Add error message to feature `cpp` when building uwp (#19510)Jack·Boos·Yu
* [lua] Add error message to the cpp selection feature when building uwp. * version
2021-08-11[lua] Export cmake targets, rewrite CMakeLists and delete usage (#15921)Jack·Boos·Yu
2021-04-19[lua] support iOS triplets (#16107)Park DongHa
* [lua] support iOS triplets * separate interpreter/compiler to lua[tools] feature * update git-tree SHA * [lua] revert feature separation * [lua] update port SHA * [lua] make 'tools' default-feature * set `ENABLE_LUA_CPP` for cmake wrapper * [lua] fix after collision * Update ports/lua/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/lua/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * [lua] import TargetConditionals for apple platform * Update ports/lua/vcpkg.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update ports/lua/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * [lua] remove negations for 'tool' config use FEATURES instread of INVERTED_FEATURES to prevent confusions Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-31[lua]Update port to version 5.4.3 (#16943)Frank Hale
* Update Lua to version 5.4.3 * Update Lua versions file
2021-03-10[lua] Update to version 5.4.2 (#16603)Frank Hale
* Update Lua port to 5.4.2 * Update version
2021-01-21[vcpkg] Rename `port_versions` to `versions` (#15784)nicole mazzuca