Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
71563137
Commit
71563137
authored
Mar 02, 2012
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15 from albertoma/master
Missing .hpp files in Makefile.am
parents
aa09f262
d81e9672
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Makefile.am
Makefile.am
+5
-0
No files found.
Makefile.am
View file @
71563137
...
@@ -134,6 +134,7 @@ nobase_library_include_HEADERS = \
...
@@ -134,6 +134,7 @@ nobase_library_include_HEADERS = \
cppa/detail/swap_bytes.hpp
\
cppa/detail/swap_bytes.hpp
\
cppa/detail/task_scheduler.hpp
\
cppa/detail/task_scheduler.hpp
\
cppa/detail/tdata.hpp
\
cppa/detail/tdata.hpp
\
cppa/detail/thread.hpp
\
cppa/detail/thread_pool_scheduler.hpp
\
cppa/detail/thread_pool_scheduler.hpp
\
cppa/detail/to_uniform_name.hpp
\
cppa/detail/to_uniform_name.hpp
\
cppa/detail/tuple_cast_impl.hpp
\
cppa/detail/tuple_cast_impl.hpp
\
...
@@ -168,7 +169,9 @@ nobase_library_include_HEADERS = \
...
@@ -168,7 +169,9 @@ nobase_library_include_HEADERS = \
cppa/stacked_event_based_actor.hpp
\
cppa/stacked_event_based_actor.hpp
\
cppa/to_string.hpp
\
cppa/to_string.hpp
\
cppa/tuple.hpp
\
cppa/tuple.hpp
\
cppa/tuple_cast.hpp
\
cppa/tuple_view.hpp
\
cppa/tuple_view.hpp
\
cppa/type_value_pair.hpp
\
cppa/uniform_type_info.hpp
\
cppa/uniform_type_info.hpp
\
cppa/util/abstract_uniform_type_info.hpp
\
cppa/util/abstract_uniform_type_info.hpp
\
cppa/util/apply_tuple.hpp
\
cppa/util/apply_tuple.hpp
\
...
@@ -189,6 +192,7 @@ nobase_library_include_HEADERS = \
...
@@ -189,6 +192,7 @@ nobase_library_include_HEADERS = \
cppa/util/has_copy_member_fun.hpp
\
cppa/util/has_copy_member_fun.hpp
\
cppa/util.hpp
\
cppa/util.hpp
\
cppa/util/is_array_of.hpp
\
cppa/util/is_array_of.hpp
\
cppa/util/is_builtin.hpp
\
cppa/util/if_else.hpp
\
cppa/util/if_else.hpp
\
cppa/util/is_comparable.hpp
\
cppa/util/is_comparable.hpp
\
cppa/util/is_copyable.hpp
\
cppa/util/is_copyable.hpp
\
...
@@ -206,6 +210,7 @@ nobase_library_include_HEADERS = \
...
@@ -206,6 +210,7 @@ nobase_library_include_HEADERS = \
cppa/util/replace_type.hpp
\
cppa/util/replace_type.hpp
\
cppa/util/ripemd_160.hpp
\
cppa/util/ripemd_160.hpp
\
cppa/util/rm_ref.hpp
\
cppa/util/rm_ref.hpp
\
cppa/util/static_foreach.hpp
\
cppa/util/shared_lock_guard.hpp
\
cppa/util/shared_lock_guard.hpp
\
cppa/util/shared_spinlock.hpp
\
cppa/util/shared_spinlock.hpp
\
cppa/util/single_reader_queue.hpp
\
cppa/util/single_reader_queue.hpp
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment