Initial drop of cppdap
parents
Showing
.clang-format
0 → 100644
.gitignore
0 → 100644
.gitmodules
0 → 100644
.vscode/c_cpp_properties.json
0 → 100644
.vscode/launch.json
0 → 100644
.vscode/tasks.json
0 → 100644
CMakeLists.txt
0 → 100644
CONTRIBUTING
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
examples/hello_debugger.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
examples/vscode/package.json
0 → 100644
include/dap/any.h
0 → 100644
include/dap/io.h
0 → 100644
include/dap/network.h
0 → 100644
include/dap/optional.h
0 → 100644
include/dap/protocol.h
0 → 100644
This diff is collapsed.
Click to expand it.
include/dap/serialization.h
0 → 100644
include/dap/session.h
0 → 100644
include/dap/typeinfo.h
0 → 100644
include/dap/typeof.h
0 → 100644
include/dap/types.h
0 → 100644
include/dap/variant.h
0 → 100644
src/any_test.cpp
0 → 100644
src/chan.h
0 → 100644
src/chan_test.cpp
0 → 100644
src/content_stream.cpp
0 → 100644
src/content_stream.h
0 → 100644
src/content_stream_test.cpp
0 → 100644
src/dap_test.cpp
0 → 100644
src/io.cpp
0 → 100644
src/json_serializer.cpp
0 → 100644
src/json_serializer.h
0 → 100644
src/json_serializer_test.cpp
0 → 100644
src/network.cpp
0 → 100644
src/network_test.cpp
0 → 100644
src/optional_test.cpp
0 → 100644
src/protocol_events.cpp
0 → 100644
src/protocol_requests.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
src/protocol_response.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
src/protocol_types.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
src/session.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
src/session_test.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
src/socket.cpp
0 → 100644
src/socket.h
0 → 100644
src/string_buffer.h
0 → 100644
src/typeof.cpp
0 → 100644
src/variant_test.cpp
0 → 100644
tools/protocol_gen/protocol_gen.go
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment