aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2022-12-12Final file tidies for 10.42Philip Hazel
2022-12-11Implement pcre2posix_test, which is a program that includes pcre2posix.h but ...Philip Hazel
2022-08-19move cmake_minimum_required() before project() (#142)SpaceIm
2022-05-07Include specific .pdb files only for chosen char size libs when shared (#116)William A Rowe Jr
2022-05-03Add target_include_directories to CMakefile (#113)GregThain
2022-04-22cmake: add pthread dependency (#110)Carlo Marcelo Arenas Belón
2022-04-15Final file tidies for 10.40Philip Hazel
2022-04-14pcre2test: allow using readline headers for libedit (#99)Carlo Marcelo Arenas Belón
2022-04-08pcre2test: really allow using libedit when enabled (#96)Carlo Marcelo Arenas Belón
2022-01-14Correct CMakeLists.txt for MSVC debugger file namesPhilip Hazel
2021-11-27cmake: avoid man3 glob post processing (#48)Carlo Marcelo Arenas Belón
2021-11-26pcre2grep: fix build for Hurd (#52)Carlo Marcelo Arenas Belón
2021-10-29inttypes and stdint cleanup (#30)Carlo Marcelo Arenas Belón
2021-08-28Patch to detect (and ignore) symlink loops in pcre2grep.Philip Hazel
2021-08-28Update minimum CMake version to 3.0.0.Philip Hazel
2021-07-11Apply Jan-Willem Blokland's CMake patches to build both static and shared Philip.Hazel
2021-01-14Another CMake patch for Windows, fixes #2688.Philip.Hazel
2020-12-03Fixed a Windows CMake testing issue, as advised by Daniel Richard G.Philip.Hazel
2020-11-06File tidies for 10.36-RC1 Philip.Hazel
2020-06-22Fix Windows debug builds (Bugzilla #2600) using CMake.Philip.Hazel
2020-06-05Change CMakeLists.txt to use CHECK_SYMBOL_EXISTS instead of Philip.Hazel
2020-06-05Allow spaces in directory name in CMake build (fixes #2588).Philip.Hazel
2020-06-01Patch for CMakeLists.txt by Wolfgang Stoeggl fixes several things; see Bugzilla Philip.Hazel
2020-05-25Apply H.J. Lu's patch to pass -mshstk to the compiler when Intel CET is Philip.Hazel
2020-05-09Final file tidies for 10.35.Philip.Hazel
2020-04-28Restrict configuration of the JIT SELinux compatible memory allocator to Linux Philip.Hazel
2020-04-28Check for memfd_create in configuration files.Philip.Hazel
2020-04-28Patch CMakeLists.txt to properly test for mkostemp.Philip.Hazel
2020-04-25Add support for pkgconfig etc and versioning to CMake builds.Philip.Hazel
2020-04-23Added tests for __attribute__((uninitialized)) to both the configure and Philip.Hazel
2020-04-09Check for secure_getenv() and strerror() in CMake build.Philip.Hazel
2020-03-24Change setting of CMAKE_MODULE_PATH from SET to LIST(APPEND...) to allow a Philip.Hazel
2020-03-20Renamed dftables as pcre2_dftables and enable it to write the tables in binary. Philip.Hazel
2019-10-01Better description for jit-sealloc option and early check for executable memory.Zoltán Herczeg
2019-03-04More file tidies for 10.33-RC1Philip.Hazel
2019-02-16Try to fix CMake old policy warning issue.Philip.Hazel
2018-11-17Add --disable-pcre2grep-callout-fork configuration setting.Philip.Hazel
2018-11-15Implement --disable-percent-zt to avoid %zu and %td even if the environment Philip.Hazel
2018-11-14Unconditionally use inttypes.h instead of trying for stdint.h (simplification) Philip.Hazel
2018-10-18Add script_run.c to CMakeLists.txt (oversight).Philip.Hazel
2018-08-13File tidies and documentation update for 10.32-RC1 Release Candidate.Philip.Hazel
2018-06-27Increase stack size when linking pcre2test with MSVC.Philip.Hazel
2018-06-22Remove previous patch, as it did not take account of read-only source Philip.Hazel
2018-06-21Both make systems now delete src/{pcre2.h,config.h} before starting. The Philip.Hazel
2018-06-19Make stdint.h an optional inclusion, in case it's not present in some systems. Philip.Hazel
2018-06-17Typos in documentation and comments noted by Jason Hood.Philip.Hazel
2018-01-13Source tidies and version etc. updates for 10.31-RC1.Philip.Hazel
2017-09-12Replace multiple copies of extended grapheme sequence code with a single Philip.Hazel
2017-07-19Code tidies for 10.30-RC1 release candidate.Philip.Hazel
2017-06-17Document configuration for SELinux execmem allocator and fix CMake usage.Philip.Hazel