aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Collapse)Author
2013-06-14Code cleanup; src/Makefilemitchell
2013-06-14New makefile rules for preparing build environments on various platforms.mitchell
2013-06-09New makefile 'osx-app' rule for building Textadept.app.mitchell
Also added some OSX scripts from the bundle to the repository. Requires the latest "GTK+ for OSX bundle".
2013-06-06Added Makefile rules for creating cross-platform UI build environments.mitchell
2013-05-12Ensure _XOPEN_SOURCE_EXTENDED is defined for Linux ncurses; src/Makefilemitchell
2013-04-26Fixed compilation error for CDK on Mac OSX.mitchell
2013-04-21Fixed compilation error for latest Scinterm; src/Makefilemitchell
Requires Scinterm r51.
2013-04-21Updates to compile with latest GTK-OSX.mitchell
This fixes Fn key recognition.
2013-04-05Initial support for Windows terminal via pdcurses.mitchell
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
Requires Scintilla r4436 and Scinterm r45.
2013-03-31Reverted update to LPeg 0.11 due to crash in multi-lang lexers; src/Makefilemitchell
2013-03-29Updated to Lua 5.2.2 and LPeg 0.11.mitchell
2013-01-20Updated copyright date.mitchell
2012-12-26"make install" and "make ncurses install" install separate binaries.mitchell
2012-12-09Remove "-m32" flag when compiling LuaJIT on 32-bit arch; src/Makefilemitchell
This also allows for compiling LuaJIT on ARM.
2012-11-30Better detect architecture when compiling; src/Makefilemitchell
2012-11-26Do not set DESTDIR and added PREFIX; src/Makefilemitchell
This allows for easier building of packages. Thanks to Pedro Andres Arranda Gutierrez.
2012-10-31Added official Python module; src/Makefilemitchell
2012-08-29Fixed bug for release names with multiple spaces; src/Makefilemitchell
2012-08-26Updated tmp rule; src/Makefilemitchell
2012-08-01Added 'install' and 'uninstall' rules; src/Makefilemitchell
2012-07-28Updated tmp build environment to include win64gtk; src/Makefilemitchell
2012-07-28Like for OSX and Win32, use any pre-built LuaJIT archives on Linux; src/Makefilemitchell
2012-07-28Changes to compile for 64-bit Windows.mitchell
Since mingw64 cannot compile 64-bit LuaJIT at the moment, textadeptjit64.exe is not built.
2012-07-26Fixes to compile ncurses version on Mac OSX.mitchell
2012-07-26Compile scintillua with NCURSES flag when necessary; src/Makefilemitchell
2012-07-15Include CDK directly instead of requiring it as a dependency.mitchell
2012-07-13Fixes to compile textadept-ncurses on BSD; src/Makefilemitchell
2012-07-10Fixes to compile on BSD.mitchell
2012-06-29Correctly cross-compile LuaJIT for Mac OSX.mitchell
2012-06-29Support cross-compiling for Mac OSX; src/Makefilemitchell
2012-06-28Remove '32' from i386 executable names in package; src/Makefilemitchell
2012-06-28Fix compiling on Mac OSX and building release packages; src/Makefilemitchell
2012-06-28Disable font locking in Scintilla; src/Makefilemitchell
Since Textadept is not multi-threaded, there no need for font locking. This was never available in Windows anyway with no issues being reported.
2012-06-28Can create build environment in /tmp and build individual packages; src/Makefilemitchell
2012-06-27Added 32-bit builds; src/Makefilemitchell
2012-06-27Refactored the Makefile.mitchell
2012-06-24Handle UTF-8 characters correctly in ncurses.mitchell
2012-06-16Fixed some compile warnings.mitchell
2012-06-02GCocoaDialog was renamed gtDialog.mitchell
2012-05-23Initial support for ncurses.mitchell
2012-04-30Move OSX 'ta' launcher outside Textadept.app.mitchell
2012-04-12Make single instance a compile-time option.mitchell
2012-04-10Renamed textadept.app to Textadept.app.mitchell
2012-03-28Updated paths; src/Makefilemitchell
2012-03-10Replaced doc/gen_manual.lua with new unversioned tool.mitchell
2012-03-08Moved Manual into `doc/` root directory.mitchell
2012-03-08Added header and footer to Manual and LuaDoc.mitchell
2012-03-07Removed `scripts/update_doc` in favor of using `src/Makefile`.mitchell
2012-03-07Updated contact email address.mitchell