summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* More file tidies for 10.33-RC1ph102019-03-041-7/+7
* Try to fix CMake old policy warning issue.ph102019-02-161-7/+22
* Add --disable-pcre2grep-callout-fork configuration setting.ph102018-11-171-10/+27
* Implement --disable-percent-zt to avoid %zu and %td even if the environment ph102018-11-151-0/+2
* Unconditionally use inttypes.h instead of trying for stdint.h (simplification) ph102018-11-141-13/+2
* Add script_run.c to CMakeLists.txt (oversight).ph102018-10-181-0/+1
* File tidies and documentation update for 10.32-RC1 Release Candidate.ph102018-08-131-1/+1
* Increase stack size when linking pcre2test with MSVC.ph102018-06-271-1/+9
* Remove previous patch, as it did not take account of read-only source ph102018-06-221-7/+0
* Both make systems now delete src/{pcre2.h,config.h} before starting. The ph102018-06-211-0/+7
* Make stdint.h an optional inclusion, in case it's not present in some systems. ph102018-06-191-0/+13
* Typos in documentation and comments noted by Jason Hood.ph102018-06-171-1/+1
* Source tidies and version etc. updates for 10.31-RC1.ph102018-01-131-1/+1
* Replace multiple copies of extended grapheme sequence code with a single ph102017-09-121-0/+1
* Code tidies for 10.30-RC1 release candidate.ph102017-07-191-1/+1
* Document configuration for SELinux execmem allocator and fix CMake usage.ph102017-06-171-0/+1
* Add makefile support for SELinux allocator in JIT.zherczeg2017-06-151-0/+8
* Fix CMakelists.txt missing new convert file.ph102017-05-291-0/+1
* Implement PCRE2_NEWLINE_NUL.ph102017-05-261-1/+4
* Add explicit heap limiting options to pcre2_match(), with associated features ph102017-04-111-0/+5
* Change "limit recursion" to "limit depth" in code and build systems because the ph102017-03-121-3/+3
* Remove remaining (now unused) code under HEAP_MATCH_RECURSE, and make the build ph102017-03-111-6/+6
* Correct libpcre2posix typos (should be libpcre2-posix).ph102016-11-221-8/+8
* Implement buffer expansion in pcre2grep.ph102016-10-111-1/+5
* Fix typo in CMakeLists.txt.ph102016-10-051-1/+3
* Update patch for MSVC static compilation (see Bugzilla #1681).ph102016-06-241-4/+9
* Add callout support to pcre2grepph102016-04-011-0/+8
* Apply supplied patch for MSVC static compilation.ph102016-03-011-0/+13
* File tidies, version updates, etc. for 10.21-RC1ph102015-12-171-2/+2
* Implement --never-backslash-Cph102015-10-171-0/+9
* Fix CMAKE_C_FLAGS settingph102015-08-241-1/+2
* Move pcre2_find_bracket() into its own module to avoid circular dependency.ph102015-07-161-1/+3
* Implement --enable-debug.ph102015-04-241-0/+3
* Final file tidies for 10.10-RC2.ph102015-02-261-2/+2
* Fix bugs in CMake control file.ph102015-02-241-1/+13
* More documentation and file tidies.ph102014-11-211-1/+1
* Fix missing things in CMake configuration files.ph102014-11-181-2/+1
* Make --enable-unicode the default.ph102014-11-031-1/+1
* Tidy a lot of files (remove trailing spaces)ph102014-10-201-9/+9
* Change --enable-pcre8 etc to --enable-pcre2-8 etc and consequent changes; ph102014-10-171-11/+1
* Changed SUPPORT_PCRE8 etc into SUPPORT_PCRE2_8 etc.ph102014-09-191-39/+39
* API documentation and a lot of little related changes to the code.ph102014-09-191-6/+6
* Basic CMake support is now working, at least on Linux.ph102014-08-301-0/+764