- Mar 03, 2020
-
-
Ramon Nou authored
-
- Mar 02, 2020
-
- Feb 25, 2020
-
-
Alberto Miranda authored
02 20 code maintenance General code maintenance: - remove dead code - remove as many `#define` as possible and use `constexpr` instead - remove adafs occurrences and replace with gkfs - reformat code to unify code style as of CPPCoreGuidelines - rearrange imports, remove unused imports - separate cmake configurations and FS configurations - encapsulate non-prefix gkfs functions into namespaces - change copyright statement to 2020 - cleanup of some irrelevant code and unnecessary struct definitions - consistent renaming for rpc sender functions and create and remove functions from client to daemon - encapsulate all code into namespaces even if naming and structuring is tentative See merge request !31
-
Marc Vef authored
-
Marc Vef authored
-
- Feb 24, 2020
- Feb 21, 2020
-
-
Marc Vef authored
-
- Feb 20, 2020
- Feb 19, 2020
- Feb 18, 2020
- Feb 10, 2020
- Feb 09, 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 06, 2020
-
-
Alberto Miranda authored
Resolve "[Mogon II] Fix dependency compilation scripts" Closes #45 See merge request !25
-
--cluster argument has been removed for --config and instead uses predefined configs of a number of dependencies: mogon2, direct, all --dependency overwrites --config and accepts multiple dependencies (space-separated)
-
Alberto Miranda authored
Closes #74 See merge request !30
-
Alberto Miranda authored
Fixes #74.
-
- Feb 05, 2020
-
-
Alberto Miranda authored
-
Alberto Miranda authored
-
- Feb 04, 2020
-
-
Alberto Miranda authored
Closes #73
-
Alberto Miranda authored
Resolve "Replace Margo with Mercury in client code" See merge request !29 Closes #32 #72
-
Alberto Miranda authored
-
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
-