-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add pcre as subdependency in deps, fix build system to have a d…
…ependency-free library build process
- Loading branch information
Showing
54 changed files
with
70,536 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
THE MAIN PCRE LIBRARY | ||
--------------------- | ||
|
||
Written by: Philip Hazel | ||
Email local part: Philip.Hazel | ||
Email domain: gmail.com | ||
|
||
University of Cambridge Computing Service, | ||
Cambridge, England. | ||
|
||
Copyright (c) 1997-2021 University of Cambridge | ||
All rights reserved | ||
|
||
|
||
PCRE JUST-IN-TIME COMPILATION SUPPORT | ||
------------------------------------- | ||
|
||
Written by: Zoltan Herczeg | ||
Email local part: hzmester | ||
Emain domain: freemail.hu | ||
|
||
Copyright(c) 2010-2021 Zoltan Herczeg | ||
All rights reserved. | ||
|
||
|
||
STACK-LESS JUST-IN-TIME COMPILER | ||
-------------------------------- | ||
|
||
Written by: Zoltan Herczeg | ||
Email local part: hzmester | ||
Emain domain: freemail.hu | ||
|
||
Copyright(c) 2009-2021 Zoltan Herczeg | ||
All rights reserved. | ||
|
||
|
||
THE C++ WRAPPER LIBRARY | ||
----------------------- | ||
|
||
Written by: Google Inc. | ||
|
||
Copyright (c) 2007-2012 Google Inc | ||
All rights reserved | ||
|
||
#### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
PCRE LICENCE | ||
|
||
Please see the file LICENCE in the PCRE distribution for licensing details. | ||
|
||
End |
Oops, something went wrong.