summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Apply Jan-Willem Blokland's CMake patches to build both static and shared HEADmasterph102021-07-111-104/+221
* Another CMake patch for Windows, fixes #2688.ph102021-01-141-1/+1
* Fixed a Windows CMake testing issue, as advised by Daniel Richard G.ph102020-12-031-1/+4
* File tidies for 10.36-RC1 ph102020-11-061-3/+3
* Fix Windows debug builds (Bugzilla #2600) using CMake.ph102020-06-221-5/+9
* Change CMakeLists.txt to use CHECK_SYMBOL_EXISTS instead of ph102020-06-051-5/+5
* Allow spaces in directory name in CMake build (fixes #2588).ph102020-06-051-1/+1
* Patch for CMakeLists.txt by Wolfgang Stoeggl fixes several things; see Bugzilla ph102020-06-011-8/+9
* Apply H.J. Lu's patch to pass -mshstk to the compiler when Intel CET is ph102020-05-251-0/+19
* Final file tidies for 10.35.ph102020-05-091-4/+4
* Restrict configuration of the JIT SELinux compatible memory allocator to Linux ph102020-04-281-4/+12
* Check for memfd_create in configuration files.ph102020-04-281-2/+4
* Patch CMakeLists.txt to properly test for mkostemp.ph102020-04-281-2/+12
* Add support for pkgconfig etc and versioning to CMake builds.ph102020-04-251-11/+88
* Added tests for __attribute__((uninitialized)) to both the configure and ph102020-04-231-1/+11
* Check for secure_getenv() and strerror() in CMake build.ph102020-04-091-4/+5
* Change setting of CMAKE_MODULE_PATH from SET to LIST(APPEND...) to allow a ph102020-03-241-2/+7
* Renamed dftables as pcre2_dftables and enable it to write the tables in binary. ph102020-03-201-3/+4
* Better description for jit-sealloc option and early check for executable memory.zherczeg2019-10-011-1/+1
* 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