aboutsummaryrefslogtreecommitdiff
path: root/ports/lua
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
2020-10-30[lua] update to 5.4.0 (#12352)JonLiu1993
2020-10-27[lua] Fix find_package warning (#13195)Lily
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-06-11[lua] Add vcpkg-cmake-wrapper (#11870)Jack·Boos·Yu
2020-05-07[lua] Compile as position-independent code (#11163)Kevin Lu
2020-02-06Add post-build usage info for Lua port. (#9934)paul-reilly
* Add post-build usage info for Lua port. * Fix CMake command that moves info file * Update Lua package version number
2019-07-02[lua] Add [cpp] feature to additionally build lua-c++ (#7101)Kevin Lu
* [lua] Add [cpp] feature to build lua-c++ * [lua] Switch tab for spaces in CMakeLists, set version to 5.3.5-2 as requested * Use spaces for indentation
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-05-18[lua] Upgrade to 5.3.5 and add support for Linux and macOS (#6515)TitanSnow
* upgrade lua to 5.3.5 * support POSIX systems * bump version in CONTROL file * -lm * fix copyright check * don't use c89 on windows vs2015 already supports c99 * correct vcpkg_extract_source_archive_ex usage and platform detection * fix FreeBSD
2017-10-17[lua] Move tools to /tools/luaRobert Schumacher
2017-10-17[lua] fix static buildalex85k
2017-09-27Dynamically link lua.dll to lua.exeStephen E. Baker
For lua.exe to load C modules which are linked against lua, it must itself be linked against lua, otherwise loading the module fails.
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-03-02[lua] Expanded comment on COMPILE_AS_CPPRobert Schumacher
2017-03-02[lua] add comment about new optioncodicodi
2017-03-02[lua] update to 5.3.4codicodi
2016-12-24[lua] bump versioncodicodi
2016-12-24[lua] don't export from executablescodicodi
2016-12-05[lua] bump versioncodicodi
2016-12-04[lua] no debug toolscodicodi
2016-12-04[lua] add interpreter and compilercodicodi
2016-11-08triplet is now automatically included before portfiles.Alexander Karatarakis
Also remove trailing whitespaces from portfiles
2016-10-07[lua] Add version and descriptionRobert Schumacher
2016-10-07[lua] Reduce post-install work needed in portfile by adding them to ↵Robert Schumacher
CMakeLists.txt
2016-10-07[lua] Initial additionAdam Martin