- Mar 26, 2020
-
-
Dmitriy A. Gerasimov authored
-
- Feb 22, 2020
-
-
Dmitriy A. Gerasimov authored
-
dmitriy.gerasimov authored
[*] Fix. The dap_events_socket _kill_py wrapping function has been changed to... See merge request !8
-
alexey.stratulat authored
[*] Fix. The dap_events_socket _kill_py wrapping function has been changed to the dap_events_socket_kill_socket_py function since the original function has been renamed from dap_events_socket_kill to dap_events_socket_kill_socket.
-
- Dec 23, 2019
-
-
Dmitriy A. Gerasimov authored
-
- Dec 19, 2019
-
-
dmitriy.gerasimov authored
Features 2780 See merge request !7
-
alexey.stratulat authored
-
alexey.stratulat authored
-
dmitriy.gerasimov authored
[+] Added security guard See merge request !6
-
alexey.stratulat authored
-
- Nov 21, 2019
-
-
dmitriy.gerasimov authored
Features 2564 - Updated submodules See merge request !5
-
- Nov 20, 2019
-
-
alexey.stratulat authored
[+] Before connecting libdap-server-core submodule, a check was added to determine whether this submodule needs to be connected.
-
alexey.stratulat authored
-
- Oct 03, 2019
-
-
dmitriy.gerasimov authored
Features 2466 See merge request !4
-
- Sep 30, 2019
-
-
alexey.stratulat authored
-
alexey.stratulat authored
-
- Sep 05, 2019
-
-
alexey.stratulat authored
-
alexey.stratulat authored
[*] I changed the libdap-server-core-python library so that this library no longer represents the python module, but represents ServerCore, Event, EventSocket objects.
-
alexey.stratulat authored
-
alexey.stratulat authored
-
- Aug 28, 2019
-
-
dmitriy.gerasimov authored
Features 2392 - logical completion See merge request !3
-
- Aug 25, 2019
-
-
alexey.stratulat authored
[*] Fix. The Cmake file has been changed so that linked libraries are taken into account earlier (from the parent Cmake file).
-
alexey.stratulat authored
[*] He returned dap_common initialization and added two parameters to initialize the module. Accordingly, I modified the test file to verify the changes.
-
alexey.stratulat authored
-
- Aug 19, 2019
-
-
dmitriy.gerasimov authored
[*] Removed initialization of libdap since it is executed in libdap-python. See merge request !2
-
- Aug 18, 2019
-
-
alexey.stratulat authored
-
- Aug 14, 2019
-
-
dmitriy.gerasimov authored
Features 2392 See merge request !1
-
- Aug 08, 2019
-
-
alexey.stratulat authored
[-] Removed the initialization and deinitialization functions of dap_events. Since initialization takes place during module initialization. The same applies to deinitialization.
-
alexey.stratulat authored
[*] Redid the wrapping dap_events_socket. Now all methods for dap_events are called through the DapEventsSocket object, and not directly from the binding (libDapServerCore).
-
- Aug 07, 2019
-
-
alexey.stratulat authored
-
alexey.stratulat authored
[*] Redid the wrapping dap_events. Now all methods for dap_events are called through the DapEvents object, and not directly from the binding (libDapServerCore).
-
- Aug 05, 2019
-
-
Alexey Stratulat authored
[*] Fixed problems with cross connections of header files. Improved dap_events wrapping; added wrapping for the following dap_events_socket_remove_and_delete, dap_events_kill_socket functions.
-
Alexey Stratulat authored
-
Alexey Stratulat authored
-
- Aug 03, 2019
-
-
Alexey Stratulat authored
-
Alexey Stratulat authored
[+] Created dap_events wrapping. Added wrapping for functions: dap_events_init, dap_events_deinit, dap_events_new, dap_events_delete, dap_events_start, dap_events_wait.
-
- Aug 02, 2019
-
-
Alexey Stratulat authored
-
- Aug 01, 2019
-
-
Alexey Stratulat authored
-
Alexey Stratulat authored
[*] Changed the wrapper. Added temporary initialization of dap_common. Made a DapServer object. And we changed the wrapping functions to work with them.
-
- Jul 31, 2019
-
-
Alexey Stratulat authored
-