Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | for compiliers other than msvc we need to tell lua that its building as a dll | worktycho | 2014-05-28 | 1 | -0/+6 |
| | |||||
* | Fixed compatibility with ZeroBraneStudio and LuaRocks. | madmaxoft | 2014-02-28 | 1 | -1/+5 |
| | | | | Lua now compiles into lua51.dll and there's a lua5.1.dll that acts as a export-forwarding proxy to lua51.dll. | ||||
* | CMake: Fixed Lua output folder for MSVC2010+. | Mattes D | 2014-01-17 | 1 | -2/+13 |
| | |||||
* | CMake: Fixed output paths for all MSVC versions. | madmaxoft | 2014-01-16 | 1 | -4/+10 |
| | |||||
* | CMake: Removed SCL warnings from Lua and ZLib. | madmaxoft | 2014-01-15 | 1 | -0/+1 |
| | |||||
* | CMake: Lua DLL is built in the correct folder. | madmaxoft | 2014-01-13 | 1 | -0/+11 |
| | | | | Also removed SCL warnings from MSVC builds. | ||||
* | Using dlopen() on all platforms except WIN32. | madmaxoft | 2014-01-10 | 1 | -5/+1 |
| | |||||
* | Specified the dynamic loader Lua should use. | madmaxoft | 2014-01-09 | 1 | -0/+9 |
| | |||||
* | Fixed FreeBSD compilition | Tycho | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | Fixed unix Lua dependencies. | madmaxoft | 2013-12-27 | 1 | -1/+1 |
| | |||||
* | Made cmake compilation possible on Windows. | madmaxoft | 2013-12-27 | 1 | -5/+16 |
| | |||||
* | fixed lua dynamic library | Tycho Bickerstaff | 2013-12-21 | 1 | -2/+2 |
| | |||||
* | fixed include of math on windows | tycho | 2013-12-20 | 1 | -0/+2 |
| | |||||
* | made LUA shared unless STATIC_LUA is set | Tycho Bickerstaff | 2013-12-20 | 1 | -0/+4 |
| | |||||
* | fixed lua dependency on libm | Tycho Bickerstaff | 2013-12-20 | 1 | -0/+1 |
| | |||||
* | fixed bindings generation | Tycho Bickerstaff | 2013-12-19 | 1 | -19/+2 |
| | |||||
* | bindings regenration logic | Tycho Bickerstaff | 2013-12-19 | 1 | -0/+29 |