- Apr 06, 2020
-
-
Dmitriy A. Gerasimov authored
-
Dmitriy A. Gerasimov authored
-
- Dec 23, 2019
-
-
Dmitriy A. Gerasimov authored
-
- Sep 30, 2019
-
-
alexey.stratulat authored
[*] Added compilation flag without position-dependent code. The function that describes the creation of a dynamic library is changed to static.
-
- Sep 19, 2019
-
-
alexey.stratulat authored
[*] I rewrote the tests for the current state of the library. Now the tests consist of a TPO module (Test Python object), which provides access to the object and functions of the tested library, and a unit test written in Python.
-
- Aug 30, 2019
-
-
alexey.stratulat authored
-
- Aug 28, 2019
-
-
alexey.stratulat authored
-
- Jun 10, 2019
-
-
alexey.stratulat authored
PkgConfig search disabled. And also removed the JSON-c connection as unnecessary. Added, copying to the binary directory of the file main_test.py from the test folder.
-
- Jun 07, 2019
-
-
alexey.stratulat authored
The problem with the names was fixed, the library itself is now called libdap_python_module. The libdapConnector.py file was also created, which contains the dap class, and is responsible for working with libdap_python_module. Fixed CMake file so that subprojects are built with the -fPIC flag. Until I learned to collect dynamic libraries and set certain parameters in CMake. Also added that when cmake is running from the src directory, it copies the file libdapConnector.py.
-
- Jun 03, 2019
-
-
alexey.stratulat authored
-