aboutsummaryrefslogtreecommitdiff
path: root/ports/mimalloc/CONTROL
diff options
context:
space:
mode:
authormyd7349 <myd7349@gmail.com>2019-07-23 02:16:02 +0800
committerVictor Romero <romerosanchezv@gmail.com>2019-07-22 11:16:02 -0700
commit3c418f814d8c37192dd2c586b79ecd233a06a266 (patch)
treeff767dfe068694921b4ab5c43623399b652e0b00 /ports/mimalloc/CONTROL
parent126812d18bf244b9141d466ca27582df176a2038 (diff)
downloadvcpkg-3c418f814d8c37192dd2c586b79ecd233a06a266.tar.gz
vcpkg-3c418f814d8c37192dd2c586b79ecd233a06a266.zip
[mimalloc] Add new port (fix #6996) (#7011)
* [mimalloc] Add new port (fix #6996) * [mimalloc] Fix x64-uwp build error * [mimalloc] Fix interface include directory * [mimalloc] Add features * [mimalloc] Make the patch vcpkg friendly * [mimalloc] Update to 2019-06-25 * [mimalloc] Use vcpkg_check_features * [mimalloc] Clean
Diffstat (limited to 'ports/mimalloc/CONTROL')
-rw-r--r--ports/mimalloc/CONTROL13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/mimalloc/CONTROL b/ports/mimalloc/CONTROL
new file mode 100644
index 000000000..127d64590
--- /dev/null
+++ b/ports/mimalloc/CONTROL
@@ -0,0 +1,13 @@
+Source: mimalloc
+Version: 2019-06-25
+Description: Compact general purpose allocator with excellent performance
+Homepage: https://github.com/microsoft/mimalloc
+
+Feature: asm
+Description: Generate assembly files
+
+Feature: override
+Description: Override the standard malloc interface
+
+Feature: secure
+Description: Use security mitigations (like guard pages and randomization)