summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Lrexlib v2.9.1rel-2-9-1Shmuel Zeigerman2020-08-071-1/+1
|
* Update version: 2.8.0 -> 2.9.0rel-2-9-0Shmuel Zeigerman2017-11-071-1/+1
|
* Add support for PCRE2 library. (All currently available tests written for ↵Shmuel Zeigerman2017-06-201-1/+1
| | | | PCRE pass).
* Fix FIXME: extract homepage URL from rockspec in MakefileReuben Thomas2015-02-271-2/+1
|
* Bump version to 2.8.0 and write a NEWS entryReuben Thomas2015-02-261-1/+1
|
* Ensure default LUA_PATH is used if environment variable is unset or emptyReuben Thomas2014-08-051-1/+1
|
* Makefile: redefine RM to avoid errors when files being removed don't existReuben Thomas2014-08-051-1/+1
|
* Update mkrockspecs.luaReuben Thomas2014-08-051-1/+1
|
* Makefile: add FIXMEReuben Thomas2013-01-101-0/+1
|
* Makefile: fix a variable expansionReuben Thomas2013-01-081-1/+1
|
* Simplify build system, and release directly from gitReuben Thomas2013-01-081-28/+37
|
* Makefile: fix things so rockspecs aren't distributed (a hard problem) but do ↵Reuben Thomas2012-10-181-4/+4
| | | | have the right MD5 sums
* Makefile: make it harder to make mistakesReuben Thomas2012-10-181-2/+3
| | | | | | Have install depend on dist, and dist depend on rockspecs, and make rockspecs remove any old rockspec files, so it is much less likely that the wrong rockspec is used, or out-of-date rockspecs distributed.
* Makefile: exclude luarocks directory from distribution zipReuben Thomas2012-10-181-1/+1
|
* Makefile: bump version to 2.7.1Reuben Thomas2012-10-181-1/+1
|
* Makefile: fix testing of rockspecs, and remove now-redundant warning to ↵Reuben Thomas2012-10-051-2/+1
| | | | upload to github
* Makefile: make release depend on dist and checkrel-2-7-0Reuben Thomas2012-10-051-1/+1
|
* Makefile: fix a typoReuben Thomas2012-10-051-1/+1
|
* Makefile: test rockspecs after uploading the distribution before announcing it.Reuben Thomas2012-10-051-1/+7
|
* Makefile: add a convenience install target for testingReuben Thomas2012-10-041-0/+5
|
* Makefile: simplify running tests, and error if LUA is not setReuben Thomas2012-10-041-1/+2
|
* Makefile: bump version to 2.7.0Reuben Thomas2012-10-041-1/+1
|
* Makefile: add a target to make the rockspecsReuben Thomas2012-10-041-0/+3
|
* Makefile: rename doc target to docs, to avoid clash with doc directoryReuben Thomas2012-10-041-2/+2
|
* Replace build systems with LuaRocks.Reuben Thomas2012-10-041-18/+7
| | | | | | | | A single Makefile remains to take care of tests, distribution, release and documentation. As a result, rockspecs are automatically generated for all lrexlib flavours (previously, only POSIX and PCRE were available).
* Makefile: make release target push tags, and update woger invocation.Reuben Thomas2012-04-121-3/+3
|
* Remove accidentally inserted lines.Reuben Thomas2011-02-081-2/+0
|
* Remind maintainer to make release manually on LuaForge.Reuben Thomas2010-12-151-1/+4
|
* Add definition of missing VERSION.rel-2-5-2Reuben Thomas2010-11-111-1/+2
|
* Add release target.Reuben Thomas2010-11-111-0/+8
|
* Suffix distribution zip's top-level directory with the version number.Reuben Thomas2010-11-111-3/+4
|
* Exclude zip files from dist zip\!Reuben Thomas2010-11-101-1/+1
|
* Add minor version number MINORV for building Zip files.rel-2-5-1Reuben Thomas2010-10-041-1/+1
|
* Don't copy generated file over original; exclude SCiTE properties files from ↵Reuben Thomas2010-10-041-2/+1
| | | | dist.
* Fix permissions: remove spurious executable permissions.Reuben Thomas2010-08-011-0/+0
|
* Make dist depend on all, and build docs as part of all.Reuben Thomas2010-08-011-1/+3
|
* Write the rest of the dist target to build a release zip.Reuben Thomas2010-08-011-0/+6
| | | | | | | Move make variable V into defaults.mak, which can be included from top-level Makefile, and used to name the zip. In release Zip, copy doc/index.txt to README.
* To be more compatible with GNU autotools, make “check” target dependReuben Thomas2010-07-311-5/+3
| | | | | | | on “all”, and make previous “build” target the new “all” target. Make the comment in top-level Makefile about where to look for user settings include defaults.mak.
* Simplify the build system, adding the test target to common.mak (andReuben Thomas2010-07-311-55/+15
| | | | | | renaming it “check” for compatibility with GNU autotools), and using a list of library names to perform the top-level build, check and clean targets, rather than hand-written targets for each library.
* Remove ChangeLog from repository; use git2cl to generate it.Reuben Thomas2010-07-311-0/+3
|
* Remove unnecessary .PHONY target.Reuben Thomas2010-07-311-5/+0
|
* Rename per-library makefiles to Makefile.Reuben Thomas2010-07-311-10/+10
|
* Add TRE targets and add TRE and GNU targets to global targets.Reuben Thomas2010-07-301-4/+15
|
* Fix clean_gnu and test_gnu to use the right env var (thanks, Shmuel!).rrt2010-07-201-2/+2
|
* Add a new regex engine: GNU regex.rrt2010-07-191-2/+13
| | | | | | | | | This checkin contains simply a first rough cut of the new code, which passes the existing tests (but rewritten for Emacs syntax, in emacs_sets.lua). Documentation and complete code to expose the unique features of GNU regex is yet to come.
* force-reload the tested library; makefile reverted;shmuz2008-08-011-3/+3
|
* Unset LUA_INIT before running tests to avoid problemsniklas2008-07-311-3/+3
|
* Changes related to Oniguruma addition and directory layout change.shmuz2008-07-301-8/+27
|
* add -d../src to testing commands, for testing the freshly built libraries ↵shmuz2007-12-271-2/+2
| | | | rather than the installed ones
* separate PCRE and POSIX targetsshmuz2007-12-191-8/+13
|