- Jun 03, 2024
-
-
Marc-Olivier Andrez authored
This commit makes the build of Python packages use `setuptools` instead of the deprecated `distutils` in `setup.py` files. See [PEP 632](https://peps.python.org/pep-0632/) for more information on the deprecation of `distutils`. Note that using `setuptools` instead of `distutils` removes the following user warning messages when creating the `bdist` and `sdist` of the consumer and producer projects: ``` /usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'setup_requires' warnings.warn(msg) /usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) ```
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
Move part related to broker request to common. Switch get requests for producer from receiver to broker
-
- May 30, 2024
-
-
Marc-Olivier Andrez authored
Error message: > main_eventmon.cpp:109:17: error: ‘int siginterrupt(int, int)’ is deprecated: Use sigaction with SA_RESTART instead [-Werror=deprecated-declarations] The migration from deprecated `siginterrupt(SIGINT, 1)` to `sigaction` is inspired by the migration done in CPython, see https://github.com/python/cpython/commit/f9c5e3f5f61cd380f8a17c814766fc3730b7fbdf
-
- May 27, 2024
-
-
Marc-Olivier Andrez authored
-
Tim Schoof authored
-
- May 17, 2024
-
-
Mikhail Karnevskiy authored
-
- Dec 20, 2023
-
-
Mikhail Karnevskiy authored
-
- Nov 16, 2023
-
-
Mikhail Karnevskiy authored
-
- Aug 10, 2023
-
-
Tim Schoof authored
-
Tim Schoof authored
-
Tim Schoof authored
This includes read-only buffers. The code split between bytes and numpy array is removed and all objects are now handled equally. Furthermore, it seems to be more correct to increase the ref count for None objects as well, while a pointer to that object is used.
-
- Aug 12, 2022
-
-
George Sedov authored
-
- Aug 10, 2022
-
-
George Sedov authored
-
- Mar 18, 2022
-
-
George Sedov authored
-
- Mar 01, 2022
-
-
Sergey Yakubov authored
-
- Feb 15, 2022
-
-
Sergey Yakubov authored
-
- Feb 11, 2022
-
-
Sergey Yakubov authored
-
- Feb 07, 2022
-
-
George Sedov authored
-
- Jan 12, 2022
-
-
Sergey Yakubov authored
-
- Dec 16, 2021
-
-
Sergey Yakubov authored
-
Sergey Yakubov authored
-
Sergey Yakubov authored
-
- Dec 03, 2021
-
-
Sergey Yakubov authored
-
- Nov 24, 2021
-
-
Sergey Yakubov authored
-
Sergey Yakubov authored
-
- Nov 17, 2021
-
-
Sergey Yakubov authored
-
- Nov 16, 2021
-
-
Sergey Yakubov authored
-
- Nov 02, 2021
-
-
Sergey Yakubov authored
-