wireshark/epan/wmem
João Valverde 21d2158a0b CMake: Initial work to install headers for the benefit of plugins
To be continued incrementally to fix gaps and omissions.

If we are willing to reorganize the source tree to have one or two header
include folders this could be simplified considerably.

It would also force developers to give more consideration to API issues,
which is a good thing.

See also e7ef19efc0.

Bug: 14062
Change-Id: I0759da2f9793cfb5cf92c9e231457bba43df4353
Reviewed-on: https://code.wireshark.org/review/23548
Petri-Dish: João Valverde <j@v6e.pt>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: João Valverde <j@v6e.pt>
2017-09-17 07:22:16 +00:00
..
CMakeLists.txt CMake: Initial work to install headers for the benefit of plugins 2017-09-17 07:22:16 +00:00
Makefile.am autotools: Initial work to install headers for the benefit of plugins 2017-09-15 10:11:55 +00:00
wmem.h
wmem_allocator.h
wmem_allocator_block.c
wmem_allocator_block.h
wmem_allocator_block_fast.c
wmem_allocator_block_fast.h
wmem_allocator_simple.c
wmem_allocator_simple.h
wmem_allocator_strict.c
wmem_allocator_strict.h
wmem_array.c
wmem_array.h
wmem_core.c Remove checkAPI warnings from wmem. 2016-08-01 04:21:22 +00:00
wmem_core.h plugins: config.h must not be included by public headers 2017-09-06 08:10:56 +00:00
wmem_interval_tree.c Remove checkAPI warnings from wmem. 2016-08-01 04:21:22 +00:00
wmem_interval_tree.h
wmem_list.c wmem_list: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang 2017-02-10 15:33:34 +00:00
wmem_list.h wmem_list: add wmem_list_insert_sorted. 2017-02-08 12:44:26 +00:00
wmem_map.c Add wmem_map_get_keys. 2017-02-09 22:03:10 +00:00
wmem_map.h Add wmem_map_get_keys. 2017-02-09 22:03:10 +00:00
wmem_map_int.h
wmem_miscutl.c
wmem_miscutl.h
wmem_queue.h
wmem_scopes.c
wmem_scopes.h
wmem_stack.c
wmem_stack.h
wmem_strbuf.c
wmem_strbuf.h
wmem_strutl.c
wmem_strutl.h
wmem_test.c Add wmem_tree_count. 2017-03-04 21:53:25 +00:00
wmem_tree-int.h
wmem_tree.c wmem: Ensure callbacks are initialized and not accidentally unregistered 2017-03-05 09:05:10 +00:00
wmem_tree.h Add wmem_tree_destroy 2017-03-05 03:39:00 +00:00
wmem_user_cb.c wmem: Ensure callbacks are initialized and not accidentally unregistered 2017-03-05 09:05:10 +00:00
wmem_user_cb.h
wmem_user_cb_int.h