first commit
parents
Showing
.gitignore
0 → 100644
Makefile
0 → 100644
cppa.config
0 → 100644
cppa.creator
0 → 100644
cppa.creator.user
0 → 100644
cppa.files
0 → 100644
cppa.includes
0 → 100644
cppa/actor.hpp
0 → 100644
cppa/any_type.hpp
0 → 100644
cppa/config.hpp
0 → 100644
cppa/cow_ptr.hpp
0 → 100644
cppa/deserializer.hpp
0 → 100644
cppa/detail/intermediate.hpp
0 → 100644
cppa/detail/invokable.hpp
0 → 100644
cppa/detail/matcher.hpp
0 → 100644
cppa/detail/object_impl.hpp
0 → 100644
cppa/detail/scheduler.hpp
0 → 100644
cppa/detail/swap_bytes.hpp
0 → 100644
cppa/detail/tdata.hpp
0 → 100644
cppa/detail/tuple_vals.hpp
0 → 100644
cppa/detail/utype_impl.hpp
0 → 100644
cppa/get.hpp
0 → 100644
cppa/intrusive_ptr.hpp
0 → 100644
cppa/invoke.hpp
0 → 100644
cppa/invoke_rules.hpp
0 → 100644
cppa/match.hpp
0 → 100644
cppa/message.hpp
0 → 100644
cppa/object.hpp
0 → 100644
cppa/on.hpp
0 → 100644
cppa/ref_counted.hpp
0 → 100644
cppa/serializer.hpp
0 → 100644
cppa/test.hpp
0 → 100644
cppa/tuple.hpp
0 → 100644
cppa/tuple_view.hpp
0 → 100644
cppa/uniform_type_info.hpp
0 → 100644
cppa/untyped_tuple.hpp
0 → 100644
cppa/util.hpp
0 → 100644
cppa/util/a_matches_b.hpp
0 → 100644
cppa/util/callable_trait.hpp
0 → 100644
cppa/util/compare_tuples.hpp
0 → 100644
cppa/util/conjunction.hpp
0 → 100644
cppa/util/detach.hpp
0 → 100644
cppa/util/disjunction.hpp
0 → 100644
cppa/util/enable_if.hpp
0 → 100644
cppa/util/eval_type_list.hpp
0 → 100644
cppa/util/is_comparable.hpp
0 → 100644
cppa/util/is_copyable.hpp
0 → 100644
cppa/util/is_one_of.hpp
0 → 100644
cppa/util/replace_type.hpp
0 → 100644
cppa/util/sink.hpp
0 → 100644
cppa/util/source.hpp
0 → 100644
cppa/util/type_at.hpp
0 → 100644
cppa/util/type_list.hpp
0 → 100644
cppa/util/utype_iterator.hpp
0 → 100644
cppa/util/void_type.hpp
0 → 100644
cppa/utype.hpp
0 → 100644
src/decorated_tuple.cpp
0 → 100644
src/deserializer.cpp
0 → 100644
src/main.cpp
0 → 100644
src/mock_scheduler.cpp
0 → 100644
src/ref_counted.cpp
0 → 100644
src/serializer.cpp
0 → 100644
src/test__a_matches_b.cpp
0 → 100644
src/test__atom.cpp
0 → 100644
src/test__intrusive_ptr.cpp
0 → 100644
src/test__serialization.cpp
0 → 100644
This diff is collapsed.
src/test__spawn.cpp
0 → 100644
src/test__tuple.cpp
0 → 100644
src/test__type_list.cpp
0 → 100644
src/uniform_type_info.cpp
0 → 100644
This diff is collapsed.
src/untyped_tuple.cpp
0 → 100644
Please register or sign in to comment