summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add a new option for controlling static builds with MSVC. See Bugzilla #1681.ph102016-06-241-3/+7
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1659 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Patch to allow MSVC static build via CMake.ph102016-03-011-1/+18
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1641 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add Jeff Trawick's patch to CMakeLists.txt for MSVC features.ph102013-12-011-0/+33
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1407 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Source tidies for 8.34-RC1.ph102013-11-191-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1404 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Implement compile-time nested parentheses limit, specified at build time.ph102013-11-051-0/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1389 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Two CMake patches (remove bash-ism, add missing defines).ph102013-10-081-2/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1368 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Remove SUPPORT_GCOV from config.h, because it is not used and is misleading.ph102013-07-011-10/+2
| | | | | | | (Coverage support does not need any code changes.) git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1342 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Applied patch to quash MSVC warnings.ph102012-12-081-1/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1234 2f5784b3-3f2a-0410-8824-cb99058d5e15
* File tidies, preparing for 8.32-RC1.ph102012-11-111-7/+7
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1221 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Check for gcc when coverage is enabled in CMake.ph102012-10-231-1/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1167 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add Valgrind & coverage support to the CMake configuration, but without the ph102012-10-231-0/+17
| | | | | | | test for GCC for coverage, because I don't know how to do that. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1162 2f5784b3-3f2a-0410-8824-cb99058d5e15
* pcre32: docs: Grammar fixchpe2012-10-161-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1105 2f5784b3-3f2a-0410-8824-cb99058d5e15
* pcre32: Add 32-bit librarychpe2012-10-161-4/+68
| | | | | | | | | | 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
* Improved CMake support under Windows.zherczeg2012-10-091-25/+12
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1053 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Set config.h NEWLINE values appropriately for EBCDIC, adding ph102012-09-061-1/+23
| | | | | | | --enable-ebcdic-nl25 (and CMake equivalent) for the alternate NL encoding. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1028 2f5784b3-3f2a-0410-8824-cb99058d5e15
* CMake support for linking pcretest with libedit.ph102012-02-261-6/+33
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@939 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Source file tidies for 8.30-RC1 release; fix Makefile.am bugs for building ph102012-01-211-1/+1
| | | | | | | symbolic links to man pages. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@903 2f5784b3-3f2a-0410-8824-cb99058d5e15
* CMake parses version information out of configure.ac instead of relying on ph102012-01-171-2/+24
| | | | | | | pcre.h.generic. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@886 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Remove SUPPORT_UTF8 and make small changes to the comments. ph102012-01-131-7/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@865 2f5784b3-3f2a-0410-8824-cb99058d5e15
* cmake support for out of source builds by Stephen Kellyzherczeg2012-01-131-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@864 2f5784b3-3f2a-0410-8824-cb99058d5e15
* 16 bit support for cmake and RunTest.batzherczeg2012-01-121-41/+146
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@863 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Remove pcre_info.c, add pcre_string_utils.c to list of sources.ph102012-01-061-2/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@853 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@836 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Needed to put "sh" before test commands for CMake build.ph102011-10-111-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@732 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Another improved RunTest.bat and also CMakeLists.txt provided by Sheri P.ph102011-10-071-40/+125
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@719 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix to the code for running tests under msys.ph102011-09-251-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@710 2f5784b3-3f2a-0410-8824-cb99058d5e15
* RunTest uses Windows files for "fr" locale and looks for testdata in parent ph102011-09-231-5/+12
| | | | | | | directory. CMakeLists.txt uses RunTest for testing in msys environment. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@706 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Revised pcre_jit_test that runs OK with or without UTF-8 and/or UCP.ph102011-09-191-6/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@698 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix CMake for release candidate; doc tidies.ph102011-09-121-8/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@692 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Final source and document tidies for 8.20-RC1.ph102011-09-111-9/+9
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@691 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update pcregrep to use JIT by default with options to disable.ph102011-09-061-0/+11
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@685 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix Win32 problem with user's patch.ph102011-09-061-1/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@684 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Commit all the changes for JIT support, but without any documentation yet.ph102011-08-221-1/+25
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@667 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix oversights in CMake config file.ph102011-08-021-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@655 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update CMake for new PCREGREP_BUFSIZE compile-time option.ph102011-08-011-1/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@650 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Ensure CMake checks for inttypes.ph102010-03-021-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@495 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Tidies to allow easier embedded compilation; avoid (double) where possible.ph102010-01-021-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@475 2f5784b3-3f2a-0410-8824-cb99058d5e15
* File tidies for 7.9 release.ph102009-04-111-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@416 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Further tweak to CMakeLists.txtph102009-04-111-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@414 2f5784b3-3f2a-0410-8824-cb99058d5e15
* CMake: arrange for release type compiler flags to be shown in the summary.ph102009-04-111-26/+35
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@413 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Wrap fileno/isatty defs for Windows in #ifndefsph102009-04-101-3/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@411 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Upgrade CMake support to disable tests, pcregrep, and configuration listing.ph102009-03-231-111/+137
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@407 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Patch to make CMake work when PCRE is included within another project.ph102009-03-231-27/+29
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@405 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Final tidies for new Unicode property code; upgrade to Unicode 5.1.0.ph102008-07-041-1/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@351 2f5784b3-3f2a-0410-8824-cb99058d5e15
* CMake patches for readline support to ensure ncurses is linked when required.ph102008-04-221-1/+8
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@344 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Further tidies from Sheri and Christian.ph102008-01-281-93/+113
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@318 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Remove the automatic build of pcredemo.ph102008-01-231-6/+9
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@312 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Applied Sheri's patch to CMakeLists.txt to add library name options and correct ph102008-01-231-2/+46
| | | | | | | the recursion comment. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@311 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Apply Christian Ehrlicher's patch to update the CMake files.ph102008-01-201-68/+142
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@303 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Tidies for 7.5-RC2 release.ph102007-12-271-4/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@292 2f5784b3-3f2a-0410-8824-cb99058d5e15