| Age | Commit message (Collapse) | Author |
|
* [lua] Add error message to the cpp selection feature when building uwp.
* version
|
|
|
|
* [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>
|
|
* Update Lua to version 5.4.3
* Update Lua versions file
|
|
* Update Lua port to 5.4.2
* Update version
|
|
|
|
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|
|
|
|
|
|
* Add post-build usage info for Lua port.
* Fix CMake command that moves info file
* Update Lua package version number
|
|
* [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
|
|
* [vcpkg] Add "Homepage" field to the CONTROL files.
|
|
* 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
|
|
|
|
|
|
For lua.exe to load C modules which are linked against lua, it must itself be
linked against lua, otherwise loading the module fails.
|
|
libs (/Z7)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also remove trailing whitespaces from portfiles
|
|
|
|
CMakeLists.txt
|
|
|