Ben Clayton
03e975779e
Add a simple network client / server example
...
Issue: #77
2023-01-04 10:48:24 +00:00
Ben Clayton
1e5ec3e405
Change dap::integer backing type to int64_t
...
`int` may be < 64 bit, and some dap protocols use a 64 bit integer. Chnage to `int64_t` to be consistent.
Fixes : #45
2020-06-30 11:57:51 +01:00
Ben Clayton
ced82a0501
examples: Change stdin and stdout to binary mode
...
On windows text mode for these plays with newline escape sequences, breaking the ContextStream encoding.
Fixes : #12
2020-01-17 20:07:55 +00:00
Ben Clayton
93b861004e
examples: Suffix package exe with .exe on Windows
...
Without this the vscode extension cannot find the example executable, and the example fails.
Also use $USERPROFILE instead of $HOME for finding the `.vscode` user directory for installing the extension.
Bug: #12
2020-01-17 20:07:55 +00:00
Ben Clayton
2dfd15462f
Initial drop of cppdap
2019-11-08 21:58:50 +00:00