summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Forgot to add new testdata file (valgrind suppressions) to Makefile.amph102016-03-021-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1643 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Final tidies for 8.35 release.ph102014-04-041-2/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1470 2f5784b3-3f2a-0410-8824-cb99058d5e15
* JIT compiler update (with MIPS64 support).zherczeg2014-03-051-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1460 2f5784b3-3f2a-0410-8824-cb99058d5e15
* JIT compiler update.zherczeg2014-03-021-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1457 2f5784b3-3f2a-0410-8824-cb99058d5e15
* JIT compiler update.zherczeg2014-02-281-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1456 2f5784b3-3f2a-0410-8824-cb99058d5e15
* JIT compiler update.zherczeg2014-01-301-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1453 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Ensure two new test files are put into the tarball.ph102014-01-131-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1445 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add missing files sljitNativeTILEGX.c and sljitNativeTILEGX-encoder.c to the ph102014-01-021-0/+2
| | | | | | | list of those included in the tarball. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1432 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Updates to building documentation.ph102013-05-141-2/+9
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1332 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Ensure boolean macros are #undeffed in pcre.h.generic.ph102012-12-101-10/+14
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1235 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix missing html files and remove link to removed file.ph102012-12-071-4/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1230 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Arrange to remove any "visibility" settings in config.h.generic.ph102012-11-241-5/+15
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1225 2f5784b3-3f2a-0410-8824-cb99058d5e15
* GCC visibility patch.ph102012-11-011-3/+8
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1196 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Another huge JIT compiler update.zherczeg2012-11-011-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1195 2f5784b3-3f2a-0410-8824-cb99058d5e15
* More documentation updatesph102012-10-311-2/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1194 2f5784b3-3f2a-0410-8824-cb99058d5e15
* build: Add target to just clean the *.gcda fileschpe2012-10-271-4/+9
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1181 2f5784b3-3f2a-0410-8824-cb99058d5e15
* build: Improve coverage ruleschpe2012-10-271-30/+56
| | | | | | | Make the rules more robust. Fix a typo that prevented 'make coverage-clean' from removing the generated report directory. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1180 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Another attempt at getting "make config.h.generic" work cleanly and robustly.ph102012-10-271-2/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1177 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Create the *.generic files using "make" instead of PrepareRelease.ph102012-10-241-2/+18
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1172 2f5784b3-3f2a-0410-8824-cb99058d5e15
* build: Don't use ?= variable assignment in Makefile.amchpe2012-10-231-5/+5
| | | | | | It's not necessary for these variables, and it's not portable to non-GNU make. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1165 2f5784b3-3f2a-0410-8824-cb99058d5e15
* build: Hide gcov rules when not building with coverage enabledchpe2012-10-221-0/+9
| | | | | | Problem pointed out by Daniel Richard G. on the mailing list. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1161 2f5784b3-3f2a-0410-8824-cb99058d5e15
* build: Add new test input and output files to EXTRA_DISTchpe2012-10-221-4/+16
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1159 2f5784b3-3f2a-0410-8824-cb99058d5e15
* build: Add code coverage reportingchpe2012-10-221-0/+96
| | | | | | | | | Add --enable-coverage which uses gcov/lcov to generate a code coverage report from the test suite. http://bugs.exim.org/show_bug.cgi?id=1266 git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1158 2f5784b3-3f2a-0410-8824-cb99058d5e15
* valgrind: Add --support-valgrind configure optionchpe2012-10-211-0/+30
| | | | | | | | | When --enable-valgrind is passed, PCRE will annotate some memory regions as unaddressable, aiding in finding invalid memory accesses when running under valgrind. This is useful mostly for debugging PCRE itself, and thus probably should not be enabled in release builds. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1151 2f5784b3-3f2a-0410-8824-cb99058d5e15
* pcre32: Add 32-bit librarychpe2012-10-161-2/+85
| | | | | | | | | | Create libpcre32 that operates on 32-bit characters (UTF-32). This turned out to be surprisingly simple after the UTF-16 support was introduced; mostly just extra ifdefs and adjusting and adding some tests. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1055 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add testtemp* to CLEANFILES (new files created when testing pcregrep).ph102012-09-121-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1036 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Arrange to export newly added test files.ph102012-09-101-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1034 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Daniel Richard G's patch for checking POSIX threads when JIT is configure.ph102012-08-271-0/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1019 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Source tidies for 8.31-RC2.ph102012-06-201-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@982 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Rework and rename some of the docs about building methods.ph102012-06-181-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@981 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add libpcre.la to link commands for pcretest and pcregrep because this is ph102012-06-181-2/+2
| | | | | | | required in some OS for shared objects. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@980 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Document update for 8.31-RC1 test release.ph102012-06-021-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@975 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Change man page link creation from -s to -sf. ph102012-04-041-25/+25
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@957 2f5784b3-3f2a-0410-8824-cb99058d5e15
* CMake support for linking pcretest with libedit.ph102012-02-261-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@939 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Man page symbolic links should be relative, not absolute.ph102012-01-271-25/+25
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@907 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Source file tidies for 8.30-RC1 release; fix Makefile.am bugs for building ph102012-01-211-28/+26
| | | | | | | symbolic links to man pages. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@903 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add two new tests to the distribution.ph102012-01-201-24/+28
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@900 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Tidy layout in pcre_jit_stack_alloc.3; switch on AM_SILENT_RULES in ph102012-01-151-0/+30
| | | | | | | configure.ac; arrange for soft links for function man pages. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@877 2f5784b3-3f2a-0410-8824-cb99058d5e15
* The last of the 16-bit documentation major updates.ph102012-01-131-0/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@868 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update libpcre_version for change of API, and add libpcre16_version.ph102012-01-051-1/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@851 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Typos in PrepareRelease; include 16-bit in make distcheck; fix RunTest and ph102011-12-311-1/+10
| | | | | | | | RunGrepTest when building in non-source directory; problem in pcretest when no UTF or 16-bit support; other tidies consequent on building a tarball. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@842 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-19/+91
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@836 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Rolled back trunk to r755 to prepare for merging the 16-bit branch.ph102011-12-281-1/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@835 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Include CheckMan in distribution (accidentally omitted) and put an explicit ph102011-12-051-0/+1
| | | | | | | | "perl" before Perl scripts in PrepareRelease instead of relying on automatic execution because this helps in Windows. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@783 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Revised pcre_jit_test that runs OK with or without UTF-8 and/or UCP.ph102011-09-191-3/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@698 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update full set of tests with many configurations.ph102011-09-101-1/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@690 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Documentation for JIT support.ph102011-08-281-2/+16
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@678 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Refactor RunTest and add JIT-specific tests.ph102011-08-231-0/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@671 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Commit all the changes for JIT support, but without any documentation yet.ph102011-08-221-1/+30
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@667 2f5784b3-3f2a-0410-8824-cb99058d5e15
* More test re-arrangements (to match different configurations)ph102011-08-011-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@652 2f5784b3-3f2a-0410-8824-cb99058d5e15