summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated to lua-5.3.25.3.2lua-5.3Peter Drahoš2015-12-1647-920/+1449
|
* Merge loadlib changes to loadlib_rel.5.3.1Peter Drahoš2015-12-161-2/+3
|
* Updated to lua-5.3.1Peter Drahoš2015-12-1548-1122/+1581
|
* Fix build when using Visual Studio, incorrect setup of dllexports.5.3.0Peter Drahoš2015-12-141-9/+9
|
* Imported from archive lua-5.3.0.tar.gz and merged with CMake buildPeter Drahoš2015-12-0374-6310/+9281
|
* Minor merge of loadlib.c into loadlib_rel.c5.2.4masterlua-5.2Peter Drahoš2015-12-021-1/+1
|
* Updated rc filesPeter Drahoš2015-12-021-5/+5
|
* Updated rc filesPeter Drahoš2015-12-021-5/+5
|
* Updated to lua-5.2.4Peter Drahoš2015-12-021-1/+1
|
* Updated and merged from lua-5.2.4.tar.gz archivePeter Drahoš2015-12-0216-71/+191
|
* Merge branch 'master' of git://github.com/LuaDist/lua5.2.3Peter Drahoš2014-02-191-2/+6
|\ | | | | | | | | | | * 'master' of git://github.com/LuaDist/lua: Correction of path format Loadlib fix for newer Cygwin releases
| * Correction of path formatPeter Drahoš2013-12-091-1/+1
| |
| * Loadlib fix for newer Cygwin releasesPeter Drahoš2013-12-091-2/+6
| |
* | Added provide entry for bit32Peter Drahoš2014-02-191-0/+5
|/
* Update to version 5.2.3Peter Drahoš2013-12-0868-118/+171
|
* Merge pull request #5 from greg-a/master5.2.2updatePeter Drahoš2013-12-011-1/+2
|\ | | | | fix error and mem leak found by cppcheck
| * fix error and mem leak found by cppcheckgreg-a2013-11-281-1/+2
| |
* | Merge pull request #4 from dekimsey/patch-1Peter Drahoš2013-12-011-1/+1
|\ \ | | | | | | add lua.hpp to install_header
| * | add lua.hpp to install_headerdekimsey2013-08-281-1/+1
| |/ | | | | It looks as though 5.2 accidentally dropped the included lua.hpp file from install_header. 5.1.5 still has it. This file is required for C++ projects using Lua.
* | Merge pull request #6 from biometrics/masterPeter Drahoš2013-12-011-1/+1
|\ \ | |/ |/| Allow for optional static compilation by overriding BUILD_SHARED_LIBS to OFF
| * allow for optional static compilation by overriding BUILD_SHARED_LIBS to OFFJosh Klontz2013-11-291-1/+1
|/
* Added mission POSIX optionPeter Drahoš2013-06-141-0/+1
|
* Minor configuration adjustments for seamless Solaris supportPeter Drahoš2013-06-141-4/+7
|
* Fix for FreeBSD path lengthPeter Drahoš2013-04-051-1/+1
|
* Tested on solarisPeter Drahoš2013-04-011-2/+2
|
* Fix declaration againPeter Drahoš2013-04-011-1/+1
|
* Fix declarationPeter Drahoš2013-04-011-1/+1
|
* Relative path fix for FreeBSD and SolarisPeter Drahoš2013-04-012-6/+26
|
* Updated dist.infoPeter Drahoš2013-03-311-1/+1
|
* Updated to 5.2.2Peter Drahoš2013-03-2742-503/+1244
|
* Fixed reference to rc file for wlua5.2.1Peter Drahos2013-03-031-1/+1
|
* Added WinMain entry for wlua target. Fixed Visual Studio builds.Peter Drahos2013-03-032-0/+24
|
* Updated travis hookPeter Drahoš2013-02-181-2/+2
|
* Update .travis.ymlPeter Drahoš2013-02-171-1/+1
|
* Updated travis hookPeter Drahos2013-02-171-9/+8
|
* Removed unintended paste in commentPeter Drahos2013-01-171-1/+1
|
* Updated travis hookPeter Drahoš2012-12-191-1/+2
|
* LUA_BUILD_AS_DLL needs to affect only the liblua targetPeter Drahoš2012-10-021-3/+3
|
* Minor tweaks in window dll buildPeter Drahoš2012-09-302-6/+7
|
* Merge pull request #3 from flaviojs/fix-VS-dll-generationPeter Drahoš2012-09-271-0/+3
|\ | | | | Add missing LUA_BUILD_AS_DLL definition to the liblua target.
| * Add missing LUA_BUILD_AS_DLL definition to the liblua target.Flávio J. Saraiva2012-09-261-0/+3
|/ | | | | | | Fixes lua.dll being generated without public symbols by the Visual Studio compiler; - when building a DLL you either need a DEF file listing the public symbols or use __declspec(export) in the public symbols. - when linking to a DLL you only need to use __declspec(import) when referencing data, since lua only exports functions it isn't needed for the other targets.
* Updated travis hookPeter Drahoš2012-08-201-15/+28
|
* Finalized configuration.Peter Drahoš2012-07-021-66/+8
|
* Updated luaconf.h.in, failed to merge changes correctly before.Peter Drahoš2012-07-021-43/+60
|
* Merge pull request #1 from yamad/b0dbd1ddd47f72bdf6c1c9b298a8d419b9f9470bPeter Drahoš2012-07-021-1/+2
|\ | | | | cmake 2.8.8 configure error
| * add newline between commands, fixes cmake 2.8.8 erroryamad2012-07-011-1/+2
|/
* Updated to Lua 5.2.1Peter Drahoš2012-06-1545-773/+1121
|
* Updated rc files5.2Peter Drahoš2012-05-112-9/+9
|
* Updated iconsPeter Drahoš2012-05-112-0/+0
|
* Added new LuaDist macrosPeter Drahoš2012-05-116-454/+830
|