QRegularExpression: import PCRE under 3rdparty/
authorGiuseppe D'Angelo <dangelog@gmail.com>
Mon, 23 Jan 2012 23:06:27 +0000 (23:06 +0000)
committerQt by Nokia <qt-info@nokia.com>
Sat, 3 Mar 2012 00:00:12 +0000 (01:00 +0100)
commitddf4faf33f2aea33952abc27835ab982d93eb9ef
treee7a5f5255e004406e1be63eb368e1051d6083d2f
parent3280b919855dae6de4319450ff352d1c493649a9
QRegularExpression: import PCRE under 3rdparty/

Imported only the minimum subset of PCRE version 8.30,
without documentation, tests, examples, etc. by using
the import_from_pcre_tarball.sh script.

Change-Id: Ib1112a6179789814cc3c90cbde59408d2ccd0f57
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
65 files changed:
src/3rdparty/pcre/AUTHORS [new file with mode: 0644]
src/3rdparty/pcre/COPYING [new file with mode: 0644]
src/3rdparty/pcre/LICENCE [new file with mode: 0644]
src/3rdparty/pcre/pcre.h [new file with mode: 0644]
src/3rdparty/pcre/pcre16_byte_order.c [new file with mode: 0644]
src/3rdparty/pcre/pcre16_chartables.c [new file with mode: 0644]
src/3rdparty/pcre/pcre16_compile.c [new file with mode: 0644]
src/3rdparty/pcre/pcre16_config.c [new file with mode: 0644]
src/3rdparty/pcre/pcre16_dfa_exec.c [new file with mode: 0644]
src/3rdparty/pcre/pcre16_exec.c [new file with mode: 0644]
src/3rdparty/pcre/pcre16_fullinfo.c [new file with mode: 0644]
src/3rdparty/pcre/pcre16_get.c [new file with mode: 0644]
src/3rdparty/pcre/pcre16_globals.c [new file with mode: 0644]
src/3rdparty/pcre/pcre16_jit_compile.c [new file with mode: 0644]
src/3rdparty/pcre/pcre16_maketables.c [new file with mode: 0644]
src/3rdparty/pcre/pcre16_newline.c [new file with mode: 0644]
src/3rdparty/pcre/pcre16_ord2utf16.c [new file with mode: 0644]
src/3rdparty/pcre/pcre16_refcount.c [new file with mode: 0644]
src/3rdparty/pcre/pcre16_string_utils.c [new file with mode: 0644]
src/3rdparty/pcre/pcre16_study.c [new file with mode: 0644]
src/3rdparty/pcre/pcre16_tables.c [new file with mode: 0644]
src/3rdparty/pcre/pcre16_ucd.c [new file with mode: 0644]
src/3rdparty/pcre/pcre16_utf16_utils.c [new file with mode: 0644]
src/3rdparty/pcre/pcre16_valid_utf16.c [new file with mode: 0644]
src/3rdparty/pcre/pcre16_version.c [new file with mode: 0644]
src/3rdparty/pcre/pcre16_xclass.c [new file with mode: 0644]
src/3rdparty/pcre/pcre_byte_order.c [new file with mode: 0644]
src/3rdparty/pcre/pcre_chartables.c [new file with mode: 0644]
src/3rdparty/pcre/pcre_compile.c [new file with mode: 0644]
src/3rdparty/pcre/pcre_config.c [new file with mode: 0644]
src/3rdparty/pcre/pcre_dfa_exec.c [new file with mode: 0644]
src/3rdparty/pcre/pcre_exec.c [new file with mode: 0644]
src/3rdparty/pcre/pcre_fullinfo.c [new file with mode: 0644]
src/3rdparty/pcre/pcre_get.c [new file with mode: 0644]
src/3rdparty/pcre/pcre_globals.c [new file with mode: 0644]
src/3rdparty/pcre/pcre_internal.h [new file with mode: 0644]
src/3rdparty/pcre/pcre_jit_compile.c [new file with mode: 0644]
src/3rdparty/pcre/pcre_maketables.c [new file with mode: 0644]
src/3rdparty/pcre/pcre_newline.c [new file with mode: 0644]
src/3rdparty/pcre/pcre_ord2utf8.c [new file with mode: 0644]
src/3rdparty/pcre/pcre_refcount.c [new file with mode: 0644]
src/3rdparty/pcre/pcre_string_utils.c [new file with mode: 0644]
src/3rdparty/pcre/pcre_study.c [new file with mode: 0644]
src/3rdparty/pcre/pcre_tables.c [new file with mode: 0644]
src/3rdparty/pcre/pcre_ucd.c [new file with mode: 0644]
src/3rdparty/pcre/pcre_valid_utf8.c [new file with mode: 0644]
src/3rdparty/pcre/pcre_version.c [new file with mode: 0644]
src/3rdparty/pcre/pcre_xclass.c [new file with mode: 0644]
src/3rdparty/pcre/sljit/sljitConfig.h [new file with mode: 0644]
src/3rdparty/pcre/sljit/sljitConfigInternal.h [new file with mode: 0644]
src/3rdparty/pcre/sljit/sljitExecAllocator.c [new file with mode: 0644]
src/3rdparty/pcre/sljit/sljitLir.c [new file with mode: 0644]
src/3rdparty/pcre/sljit/sljitLir.h [new file with mode: 0644]
src/3rdparty/pcre/sljit/sljitNativeARM_Thumb2.c [new file with mode: 0644]
src/3rdparty/pcre/sljit/sljitNativeARM_v5.c [new file with mode: 0644]
src/3rdparty/pcre/sljit/sljitNativeMIPS_32.c [new file with mode: 0644]
src/3rdparty/pcre/sljit/sljitNativeMIPS_common.c [new file with mode: 0644]
src/3rdparty/pcre/sljit/sljitNativePPC_32.c [new file with mode: 0644]
src/3rdparty/pcre/sljit/sljitNativePPC_64.c [new file with mode: 0644]
src/3rdparty/pcre/sljit/sljitNativePPC_common.c [new file with mode: 0644]
src/3rdparty/pcre/sljit/sljitNativeX86_32.c [new file with mode: 0644]
src/3rdparty/pcre/sljit/sljitNativeX86_64.c [new file with mode: 0644]
src/3rdparty/pcre/sljit/sljitNativeX86_common.c [new file with mode: 0644]
src/3rdparty/pcre/sljit/sljitUtils.c [new file with mode: 0644]
src/3rdparty/pcre/ucp.h [new file with mode: 0644]