- Aug 27, 2020
-
-
Adam Borowski authored
Debian/…: libcmocka-dev Fedora/…: libcmocka-devel
-
- Aug 26, 2020
-
-
Jan Michalski authored
rpma: send/recv scaffolding
-
Jan Michalski authored
common: add 'rpm-build' package to Fedora docker image
-
Jan Michalski authored
common: give ROADMAP real checkboxes
-
Jan M Michalski authored
-
Jan Michalski authored
common: roadmap update 08/25/2020
-
Jan M Michalski authored
-
- Aug 25, 2020
-
-
Jan M Michalski authored
-
Lukasz Dorau authored
Add 'rpm-build' package to Fedora docker image. It will be required to make rpm packages.
-
- Aug 24, 2020
-
-
Jan Michalski authored
test: add librpma_[init/fini]() unit tests
-
osalyk authored
-
Jan Michalski authored
common: replace 'service' with 'port'
-
- Aug 21, 2020
-
-
Lukasz Dorau authored
-
Jan Michalski authored
common: fix checking SPDX tag for files other then *.[ch]
-
Lukasz Dorau authored
Apart from the *.[ch] files there are only scripts in our repo now, so all of them should have the same SPDX tag: # SPDX-License-Identifier: $LICENSE Only the LICENSE file has a different SPDX tag: SPDX-License-Identifier: $LICENSE
-
- Aug 20, 2020
-
-
Jan Michalski authored
examples: use the RPMA logging
-
Jan Michalski authored
common: fix checking file extensions in check-headers.h
-
Jan M Michalski authored
-
Lukasz Dorau authored
Reorder checking files' extension according to number of each kind of files in order to make it (hopefully) faster. Currently there are: - 103 *.c files - check them as 1st, - 38 *.h files - check them as 2nd and - 31 *.sh and *.cmake files - check them as 3rd.
-
Lukasz Dorau authored
The condition '[[ $(echo $file) =~ ".c" ]]' matches also all '*.c*' files (for example all *.cmake or Dockerfile.centos) what is incorrect, so let's fix checking all file extensions.
-
Jan Michalski authored
common: terminate md generation on pandoc fail
-
Jan Michalski authored
test: test both PMEM & DRAM mr descriptors
-
Jan Michalski authored
test: add rpma_log_[get/set]_threshold unit tests
-
Jan M Michalski authored
-
osalyk authored
-
Jan Michalski authored
test: trigger all logs
-
Jan M Michalski authored
-
Jan M Michalski authored
-
Jan Michalski authored
common: use logging module in the RPMA library
-
Jan M Michalski authored
-
Jan Michalski authored
common: rename examples/common/common.[ch] to common-conn.[ch]
-
Jan M Michalski authored
-
Jan Michalski authored
common: check and fix format of SPDX tags
-
Jan Michalski authored
examples: add script for running examples on SoftRoCE
-
Lukasz Dorau authored
-
Lukasz Dorau authored
-
Lukasz Dorau authored
Add the 'examples/run-all-on-SoftRoCE.sh' script for running all examples on SoftRoCE and the 'test_softroce' make target to run it.
-
Lukasz Dorau authored
Add the 'verify' option to the 'config_softroce.sh' script to check if SoftRoCE is already configured and disable unneeded messages.
-
Jan Michalski authored
test: reorganization of the 'utils' unit test
-
Lukasz Dorau authored
-