aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Collapse)Author
2014-05-10Fixed bug in exporting Lua symbols on Windows.mitchell
2014-04-01Updated to Scintilla 3.4.1; src/Makefilemitchell
2014-03-27Added basic project support for snapopen and build scripts.mitchell
Also fixed some curses errors introduced by the last commit.
2014-03-26Include my new "lspawn" module by default for spawning processes.mitchell
The `textadept.run` module now uses `spawn()` instead of `io.popen()`. This module replaces the dependency on winapi. Removed experimental `io.popen()` and `os.execute()` hooks. They may be re-implemented later using `spawn()`.
2014-03-23Updated to Scintilla 3.4.0 and LuaJIT 2.0.3.mitchell
2014-03-05Added support for gtdialog's new `optionselect` dialog.mitchell
This requires gtdialog r68 (changeset 1426c89d2874).
2014-02-12Added split views in the terminal version thanks to Chris Emerson.mitchell
2014-02-05Updated to Scintilla 3.3.9.mitchell
2014-01-12Updated copyright information.mitchell
2014-01-12New home page along with some documentation content and layout changes.mitchell
2013-12-19Ensure wget uses the correct names when saving dependencies; src/Makefilemitchell
Some websites serve packages using strange URLs or have odd names that can confuse different versions of wget.
2013-12-19Export TermKey instance so CDK can use it for input.mitchell
This eliminates the problems caused by libtermkey and CDK having separate input buffers.
2013-12-18Renamed "hypertext" lexer to "html".mitchell
2013-12-15Updated to Scintilla 3.3.7.mitchell
2013-12-14Updated to Lua 5.2.3; src/Makefilemitchell
2013-11-19Experimental winapi extension for preventing the flashing black box on Windows.mitchell
Compile in a stripped version of Steve Donovan's winapi library and override `io.popen` and `os.execute`.
2013-10-29Fix warnings and errors when compiling for GTK3.mitchell
2013-10-01Complete r1584; src/Makefilemitchell
2013-09-30Fixed a compile error on platforms that require gmodule; src/Makefilemitchell
2013-09-29Added properties.lua to install targets; src/Makefilemitchell
2013-09-20Fixed bug with builds not linking src/LexLPeg.cxx in `make deps`; src/Makefilemitchell
2013-09-02Updated to the latest CDK.mitchell
2013-07-19Updated to Scintilla 3.3.4; src/Makefilemitchell
2013-06-23Fixed module releases; src/Makefilemitchell
2013-06-23Reverted to lfs 1.6.0 since later versions break the LuaJIT version.mitchell
2013-06-23Use precompiled 64-bit libluajit.a for release and nightly builds; src/Makefilemitchell
2013-06-22Refactored Makefile for release and nightly builds.mitchell
2013-06-21Removed redundant source release.mitchell
2013-06-21Use lfs 1.6.2 instead of latest master; src/Makefilemitchell
2013-06-20Allow multiple jobs; src/Makefilemitchell
2013-06-19Added support for nightly Linux x86_64 build.mitchell
2013-06-17Reverted to LPeg 0.10.2; src/Makefilemitchell
2013-06-15Allow for automated nightly builds; src/Makefilemitchell
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.