diff options
| author | myd7349 <myd7349@gmail.com> | 2019-09-18 00:45:16 +0800 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-09-17 09:45:16 -0700 |
| commit | b0282fea7d6d97cfc238e99027ab3e6470ac2b6e (patch) | |
| tree | 30ec702368e0b79b4ae19cb7f75bffae3d36527f /ports/foonathan-memory/CONTROL | |
| parent | b41a4fa161ca810fe7e323c7c9e00ca12c5fabd3 (diff) | |
| download | vcpkg-b0282fea7d6d97cfc238e99027ab3e6470ac2b6e.tar.gz vcpkg-b0282fea7d6d97cfc238e99027ab3e6470ac2b6e.zip | |
[foonathan-memory] Add new port (#7350)
* [foonathan-memory] Add new port
* [foonathan-memory] Update to 2019-07-21
* [foonathan-memory] Always install nodesize_dbg
Otherwise, container_node_sizes_impl.hpp will not be generated correctly.
* [foonathan-memory] Build only static library
* [foonathan-memory] Put headers into the right place
* [foonathan-memory] Fix debug_fill_new/debug_fill_free/debug_fill_internal redefinition error in Debug mode (LNK2005)
* [foonathan-memory] Fix Linux build
Diffstat (limited to 'ports/foonathan-memory/CONTROL')
| -rw-r--r-- | ports/foonathan-memory/CONTROL | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ports/foonathan-memory/CONTROL b/ports/foonathan-memory/CONTROL new file mode 100644 index 000000000..51c0ad7f2 --- /dev/null +++ b/ports/foonathan-memory/CONTROL @@ -0,0 +1,8 @@ +Source: foonathan-memory
+Version: 2019-07-21
+Description: STL compatible C++ memory allocator library
+Homepage: https://foonathan.net/doc/memory/
+Default-Features: tool
+
+Feature: tool
+Description: Build foonathan memory tool
|
