fish-shell/cmake
Aaron Gyes b418e36f22 Take an axe to vendored PCRE2 bits & update it to 10.34
This commit updates PCRE2 to 10.34, and we no longer include what's in their
tarball as-is. I've yanked out a lot of uneccessary stuff for the sake of the
size of our codebase.

original pcre2-10.34 dir: 11.5MB
pcre2 dir in this commit:  1.6MB

 * Remove documentation, makefiles, test suites, etc. LICENSE remains.
 * Disable building tests when configuring PCRE2
 * Yard out JIT support: delete src/jit, src/pcre2_jit_*.c, and code doing
   stuff to code->executable_jit that needs a jit header (it was already NULL
   because we've always built with JIT disabled).
 * Remove most .c and .h files not needed to compile: pcre2grep code,
   pcre2test code, dftables.c, pcre2_printint.c, pcre2_fuzzsupport.c ...
 * Remove FindBZip2, FindZLIB, FindReadline, FindEditline. These were used
   only by pcre2grep and made CMake's report misleading with regard to
   optional packages being used.
 * Remove configure.ac except for version number and date which CMake checks

Next time we update PCRE2, refer to this commit message as well as a diff
between pcre2-10.34.tar.gz and ./pcre2-10.34/. Or better yet, cease including
pcre2.
2020-02-18 08:16:15 -08:00
..
Benchmark.cmake Mark the benchmark as using the terminal 2019-04-13 12:40:12 -07:00
CheckIncludeFiles.cmake cmake: update CheckIncludeFiles to enable C++ checks 2017-11-17 16:21:56 +08:00
ConfigureChecks.cmake cmake: use correct variable for C++ compiler flags 2020-01-02 22:08:59 +08:00
Docs.cmake Fix clean build of sphinx-docs 2019-10-20 08:15:58 +02:00
gettext.cmake cmake: use the check state stack for __nl_msg_cat_cntr checks 2019-02-19 21:35:30 +08:00
Install.cmake fish.desktop: install .desktop and icon 2020-01-25 16:48:57 +08:00
MacApp.cmake Teach CMake Mac App build to dynamically derive the version 2019-02-05 22:14:43 -08:00
PCRE2.cmake Take an axe to vendored PCRE2 bits & update it to 10.34 2020-02-18 08:16:15 -08:00
Tests.cmake cmake: only define test policy on old versions 2019-11-01 20:58:40 +08:00
Version.cmake git_version_gen: add support for out-of-tree tarballs 2018-08-28 23:10:24 +08:00