- Feb 07, 2021
-
-
Alberto Miranda authored
-
- Jan 28, 2021
-
-
Alberto Miranda authored
-
- Dec 07, 2020
-
- Nov 25, 2020
- Sep 25, 2020
-
-
Alberto Miranda authored
-
- Sep 15, 2020
-
-
Alberto Miranda authored
This reverts merge request !64
-
Alberto Miranda authored
-
- Sep 11, 2020
-
-
Marc Vef authored
-
- Sep 10, 2020
- Aug 17, 2020
- May 25, 2020
-
-
Jean Bez authored
-
- May 21, 2020
-
- May 19, 2020
- May 13, 2020
-
-
Jean Bez authored
-
- May 12, 2020
-
-
Jean Bez authored
-
- Apr 24, 2020
-
-
- Feb 07, 2020
-
-
Marc Vef authored
Restructuring code w.r.t. configurations and definitions: - #defines have been mostly removed from configurations - a dedicated config file has been added for configurations with constexpr - past configure file is now only a cmake wrapper - wrapping global functions into namespaces Removed all adafs and ifs occurrences. Now called gkfs
-
- Feb 05, 2020
-
-
Alberto Miranda authored
-
- Feb 04, 2020
-
-
Alberto Miranda authored
This commit updates Hermes to v0.4.1 and configures it to generate RPCs with "instrumentation breadcrumbs" that can be understood by servers relying on Margo >= v0.5.2. Fixes #72.
-
- Jan 29, 2020
-
-
Alberto Miranda authored
-
- Jan 28, 2020
-
-
Alberto Miranda authored
-
Alberto Miranda authored
-
- Dec 09, 2019
-
-
Alberto Miranda authored
-
- Nov 04, 2019
-
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
- Oct 03, 2019
-
-
Tommaso Tocci authored
CREATE_CHECK_PARENTS controls if the existance of the parent node needs to be checked during the creation of a child node. Example: The check prevents the creation of file `/parent/child` if `/parent` doesn't exists or if it is not a directory By default CREATE_CHECK_PARENTS is enable and the check is enforced. It can be disable to speedup creation operations by passing `-DCREATE_CHECK_PARENTS:BOOL=OFF` as cmake parameter.
-
- Sep 18, 2019
-
-
Tommaso Tocci authored
-