summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* cmake: fixed path style in .rc for mingw cross compile from linuxDavid Manura2012-04-072-2/+2
|
* Version report fix in TravisPeter Drahoš2012-04-031-1/+1
|
* Minor fix in after-scriptPeter Drahoš2012-04-031-1/+1
|
* Updated travis buildPeter Drahoš2012-04-031-19/+7
|
* Minotr fix Travis buildPeter Drahoš2012-04-021-1/+1
|
* Added Imporved Travis BuildPeter Drahoš2012-04-021-6/+46
|
* Minor adjustment in install destinationPeter Drahoš2012-04-011-1/+1
|
* Travis-CI hook.Peter Drahoš2012-04-013-1/+14
|
* Fixed build issue on Linux when building luacPeter Drahoš2012-03-191-2/+2
|
* Removed luaconf.h as it interfered with luaconf.h.in generationPeter Drahoš2011-12-171-529/+0
|
* Lua 5.2 release.Peter Drahoš2011-12-1766-1327/+1165
|
* Lua 5.2 release.Peter Drahoš2011-12-1710-539/+1501
|
* Initial import of lua-5.2-beta. No COPYRIGHT is provided in the source.Peter Drahos2011-08-16116-10553/+12756
|
* Removed version number from the lib again. Version causes issues in binary ↵Peter Drahos2011-08-091-1/+1
| | | | installation when swapped to LuaJIT.
* set_property readonly prevented bootstrapPeter Drahos2011-08-011-1/+1
|