Paul Kulchenko
879ab8f506
Reverted 5268b5f as flat namespace created OSX issues ( fix #270 , fix #264 ).
...
This breaks lua-dist support for Lua 5.2 on OSX (ref #225 ),
which should be fixed with wxwidgets upgrade (ref #260 ).
2014-01-30 19:53:50 -08:00
Paul Kulchenko
fc4611e1fa
Fixed dependency of lfs/git dlls on lualib.dll.
2014-01-17 13:36:33 -08:00
Paul Kulchenko
5268b5fb0d
Updated OSX executables and added 'fake' proxy for lua-dist support (ref #225 ).
...
LuaDist relies on using liblua.dylib for all its modules with the same
name for both Lua 5.1 and Lua 5.2 interpreters. This presents an issue for
ZBS as it needs not only to refer to a proper liblua.dylib, but also to
avoid loading two interpreters as its own interperter loads its own
library.
To resolve this, liblua.dylib doesn't export any symbols (it's a dummy
library), but it needs to be present to satisfy dyld dependency (as some
of the libraries and LuaDist build process are outside of our control).
All the other Lua symbols are already available in memory, but to make
LuaDist libraries to use them, we enforce flat namespace.
2013-12-03 15:28:40 -08:00
Paul Kulchenko
b253853241
Added luadist bootstrap dependencies for Linux (ref #225 ).
2013-10-31 11:56:01 -07:00
Paul Kulchenko
6b0d279f37
Added luadist bootstrap dependencies for OSX (ref #225 ).
2013-10-31 11:55:57 -07:00
Paul Kulchenko
2a0ff7b7f8
Added proxy dll for Lua 5.2 (ref #225 ).
2013-10-31 11:55:56 -07:00
Paul Kulchenko
1f2ce466f5
Added luadist bootstrap dependencies for Windows (ref #225 ).
2013-10-31 11:55:54 -07:00
Paul Kulchenko
87d3e4abcd
Fixed Lua 5.2 crash on OSX (added -O1).
2013-10-02 18:21:25 -07:00
Paul Kulchenko
ea927292f8
Updated luasocket to patch connection reset issue (ref diegonehab/luasocket#81 ).
2013-09-26 15:15:35 -07:00
Paul Kulchenko
446dec6768
Merge branch 'lua52-jit-support'
2013-09-10 13:59:45 -07:00
Paul Kulchenko
d559afd9e2
Updated CFBundleIdentifier in plist files to allow references from OSX programs.
2013-09-06 15:07:43 -07:00
Paul Kulchenko
3ace5133bf
Updated Linux files with LuaJIT, Lua5.2 and lua socket libraries (ref #197 ).
2013-08-29 12:37:28 -07:00
Paul Kulchenko
f8491464bd
Updated OSX files with LuaJIT, Lua5.2 and lua socket libraries (ref #197 ).
2013-08-29 09:25:13 -07:00
Paul Kulchenko
01b8eea47b
Replaced Lua 5.1 with LuaJIT as the default interpreter on Windows (ref #197 ).
2013-08-28 22:23:13 -07:00
Paul Kulchenko
63861614c7
Added Lua 5.2 (Win) library and luasocket (ref #197 ).
2013-08-27 19:26:41 -07:00
Paul Kulchenko
91455261c9
Updated luasocket to 3.0rc1 to use with Lua 5.1 and 5.2 (ref #197 ).
2013-08-27 17:55:08 -07:00
Paul Kulchenko
492270a3bf
Added universal binaries for luasocket on OSX ( closes #120 ).
...
This allows debugging of 64bit applications (for example, LuaJIT) on OSX.
2013-04-02 22:29:54 -07:00
Paul Kulchenko
909e9b3ee9
Updated Linux binaries to use libpng 1.6 with wxwidgets (helps #89 ).
...
The builtin library is now using separate symbols to avoid conflicts with
system libpng.
2013-03-22 14:45:22 -07:00
Paul Kulchenko
0e8a9b078c
Updated linux binaries to fix libpng support (helps #89 ).
...
Binaries have been updated to use whatever system libpng library is
available (without being linked against a particular version).
This also includes fix for 64bit systems to allow for these binaries to
work with "older" versions of libpng (for example, v1.2).
The binaries include wxwidgets fix for lsb_release messages, so the
workaround for this issue has been removed.
2013-03-20 12:22:28 -07:00
Paul Kulchenko
c2ca459882
Updated Linux binaries to work with different libpng versions (helps #89 ).
...
The compiled binary always has version of libpng as 1.2.0 (even though
wxwidgets may come with a different version) and is compiled with libpng
set to use system library. The warnings from libpng about different
versions are suppressed when bitmaps are loaded. This has been tested to
work with libpng 1.2.x and 1.5.x.
This update also adds a workaround for "lsb_release: command not found"
message reported on some Linux systems.
2013-03-18 12:48:16 -07:00
Paul Kulchenko
29650cef8c
Updated executable status on linux files (ref #89 ).
2013-03-13 22:23:33 -07:00
Paul Kulchenko
dc7e040087
Added linux binaries with support for x86 and x64 (helps #89 ).
2013-03-13 16:59:38 -07:00
Paul Kulchenko
9ffc4cf9dd
Fixed wxwidgets issue with wrong cursor shape over editor (ref #89 ).
2013-03-11 10:35:17 -07:00
Paul Kulchenko
9985cfc50a
Fixed OSX crash when tooltips/auto-complete is used (helps #89 ).
2013-03-07 17:10:19 -08:00
Paul Kulchenko
da15c46429
Fixed OSX issues with 2.9.5: numpad keys, switching tabs, and cursor shape when using scratchpad (helps #89 ).
2013-03-06 22:17:26 -08:00
Paul Kulchenko
fec7d21ca4
Updated binaries with a patched version of wxlua (helps #89 ).
...
The patch is needed to fix live coding issue with wxlua applications. Also
uses a more recent version of wxwidgets, that fixes menu hint on OSX.
2013-03-01 20:46:26 -08:00
Paul Kulchenko
99ad315832
Added dll proxy to make LfW libraries to work with the IDE.
2013-02-23 14:49:40 -08:00
Paul Kulchenko
4bd20406a2
Removed binary libraries not currently used.
2013-02-23 14:33:28 -08:00
toiffel
af0a95ddb8
Added wxWidgets 2.9.5 binaries and build scripts
2013-02-22 14:10:02 +07:00
Paul Kulchenko
c394cb7dec
Fixed a font zooming bug with Ctrl+MouseWheel.
...
Backported fix from wxwidgets 2.9.x (http://trac.wxwidgets.org/ticket/14031 ).
2012-12-06 11:15:56 -08:00
Paul Kulchenko
72b5690689
Added zbstudio.sh script to run on OSX/Linux; updated permissions ( closes #15 ).
2012-09-28 15:13:41 -07:00
Paul Kulchenko
76ec0de7ab
Reorganized files and removed those that are no longer needed.
2012-09-26 20:00:58 -07:00
Paul Kulchenko
5ccafe93a8
Added osx executables and build files.
2012-09-10 22:20:46 -07:00
Paul Kulchenko
9895f06f97
Added correctly stripped version of wx.dll (used --strip-unneded instead of --strip-all)
2012-08-28 22:39:31 -07:00
Paul Kulchenko
c09d9fc143
Updated wx.dll to include missing dependencies: libstdc++-6.dll and libgcc_s_dw2-1.dll ( fixes #33 )
2012-08-22 22:45:37 -07:00
Paul Kulchenko
53110b3b2f
Updated wx.dll to fix scratchpad processing.
...
Partially reverted wxlua commit r104
(http://wxlua.svn.sourceforge.net/viewvc/wxlua?view=revision&revision=104 ).
2012-08-20 21:18:54 -07:00
Paul Kulchenko
9a5b481189
Changed the call to unhide windows to the async version (ShowWindowAsync) to avoid blocking the IDE when the application doesn't respond
2012-08-05 21:07:22 -07:00
Paul Kulchenko
452f99826e
Upgraded to wxlua 2.8.12.2 (wxwidgets 2.8.12; unicode version); added
...
lua51.dll proxy (fixes #10 and #7 )
2012-07-30 23:11:30 -07:00
Paul Kulchenko
0d8e6b0581
Added LuaSec (including binary Windows package from http://www.inf.puc-rio.br/~brunoos/luasec/ ) to provide SSL/HTTPS support for the socket library (needed for gist/github integration)
2012-04-19 18:17:48 -07:00
Paul Kulchenko
16d72396b1
Added missing mime/code.dll and reorganized socket module files (socket.*) to load correctly with require
2012-04-07 22:40:55 -07:00
crazybutcher
017049f473
updated lua.exe to 5.1.4 as well
2012-01-18 19:41:33 +01:00
crazybutcher
73dc7ca2ed
Merge remote-tracking branch 'zbstudio/master'
2012-01-18 18:54:52 +01:00
crazybutcher
8c6e111e13
updated lua to 5.1.4
2012-01-18 18:54:22 +01:00
Paul Kulchenko
8fb808d75f
Added winapi module to be able to (optionally) show wx windows under running/debugging
2012-01-10 23:25:49 -08:00
Paul Kulchenko
0c1a335aa0
Moved wx.dll file to allow execution and debugging of wx applications
2011-12-29 14:22:07 -08:00
Paul Kulchenko
4607721020
Moved wx.dll file to allow debugging of wx applications
2011-12-27 18:28:40 -08:00
Paul Kulchenko
8e5a6bc284
Returned back wx*.dll as wxLua dll don't draw folds correctly and have tendency to crash in autocomplete
2011-12-12 11:37:56 -08:00
Paul Kulchenko
3d452e3092
Updated wx dlls to use ones from http://code.google.com/p/luaforwindows/ , which have smaller size
2011-12-09 22:59:40 -08:00
crazybutcher
04fe7237ba
will not run: preparing "launcher" specific setups, moving binaries
2011-12-03 14:24:31 +01:00
crazybutcher
caf3a539f2
opencl compiler added (clcc)
2011-05-29 20:09:19 +02:00