-
Notifications
You must be signed in to change notification settings - Fork 1
/
om_cpp_utils.pro
49 lines (46 loc) · 1.07 KB
/
om_cpp_utils.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# This project underlies the optiMEAS Source Code License which is
# to be found at www.optimeas.de/source_code_license.
QT -= core gui
TARGET = om_cpp_utils
TEMPLATE = lib
exists( ../../common_config.pri ) : include( ../../common_config.pri )
HEADERS += \
algorithm.hpp \
c++17_features.hpp \
concurrent.hpp \
concurrent_queue.hpp \
cow_ptr.hpp \
dependency_thread_pool.hpp \
exception.hpp \
exception_handling.hpp \
filters.hpp \
functors.hpp \
functors_fwd.hpp \
fwd.hpp \
geometry.hpp \
hexdump.hpp \
ignore.hpp \
json.hpp \
json_fwd.hpp \
math_helpers.hpp \
memory_helpers.hpp \
meta_functor_binder.hpp \
meta_programming.hpp \
monitor.hpp \
pimpl_ptr.hpp \
polynomials.hpp \
progress.hpp \
ranges.hpp \
rank.hpp \
rational.hpp \
region_allocator.hpp \
scope_guard.hpp \
slice.hpp \
string_helpers.hpp \
swap.hpp \
task_queue.hpp \
task_queue_thread.hpp \
task_queue_thread_pool.hpp \
units.hpp \
updater.hpp \
visitor.hpp \