- Dec 07, 2020
-
- Nov 26, 2020
-
-
Alberto Miranda authored
Resolve "clang-format isn't set to c++17" Closes #136 See merge request hpc/gekkofs!76
-
Marc Vef authored
-
- Nov 25, 2020
-
-
Alberto Miranda authored
Resolve "C++17 support" This MR moves GekkoFS to C++17 with the following replacements: - CMake modifications - Replacing `boost::filesystem` and `boost::optional` with `std::filesystem` and `std::optional`, respectively - Using nested namespaces - Using `if constexpr` Closes #134 See merge request hpc/gekkofs!74
-
Marc Vef authored
-
Marc Vef authored
-
Marc Vef authored
-
Marc Vef authored
-
Marc Vef authored
-
Marc Vef authored
-
Marc Vef authored
-
Marc Vef authored
-
Marc Vef authored
-
Alberto Miranda authored
Resolve "Enforce code format" In discussion with all developers, we decided on a code style, reflected by `clang-format`. The push includes the following changes: - `clang-format` is now mandatory for development and code must be properly formatted to be able to push to master - A check if the code is properly formatted by the given `.clang-format` style file, is now part of the CI pipeline test - The style file was tested on version 10 and 12 with the style file adhering to version 10. - A new script `scripts/check_format.sh` has been added which is used by CI but can also be used by the user for two tasks: - Check if any files need to be formatted - Pass `-r` to reformat all files in place with `clang-format` - All code has been reformatted to the decided style Closes #121 See merge request hpc/gekkofs!66
-
-
- Oct 20, 2020
-
-
Ramon Nou authored
Resolve "Upgrade syscall_intercept dependency for >glibc-2.3" Closes #132 See merge request hpc/gekkofs!72
-
- Oct 19, 2020
-
-
Ramon Nou authored
Resolve "runtime_error needs stdexcept include" Closes #109 See merge request hpc/gekkofs!51
-
Ramon Nou authored
Resolve "[master] AGIOS not found in the CI pipeline" Closes #131 See merge request hpc/gekkofs!70
-
Ramon Nou authored
-
- Sep 25, 2020
-
-
Alberto Miranda authored
Release 0.8.0 See merge request hpc/gekkofs!67
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
Merge branch '78-errno-115-returned-on-successful-completion-for-several-system-calls' into 'master' This fix contains three parts: 1. errno 115 was leaked during initialization of the client in init_ld_environment_(). However, the value on its own is irrelevant to this issue as all internal errno variable changes should be kept internal as it is the case during each syscall intercept hook. Therefore, the original errno variable is restored after the initialization finishes. 2. lseek() tests revealed that whence SEEK_SET was not handled correctly. It should not allow negative offsets. 3. All FIXME TODOs in the testing code have been removed including testing on the errno in a successful case because it is undefined. Resolve "Errno 115 returned on successful completion for several system calls" Closes #78 See merge request hpc/gekkofs!65
-
- Sep 18, 2020
-
-
Marc Vef authored
Testing on an error code in the successful case has an undefined value and was therefore removed.
-
Marc Vef authored
-
Marc Vef authored
This was previously causing an errno of 115 during tests. While an errno of 0 is not guaranteed on success, all errno's within GKFS should be kept internal.
-
- Sep 15, 2020
-
-
Alberto Miranda authored
This reverts merge request !64
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
Merge branch '119-new-options-auto_sm-and-rpc_protocol-should-use-dashes-as-separators' into 'master' Resolve "New options `--auto_sm` and `--rpc_protocol` should use dashes as separators" Closes #119 See merge request hpc/gekkofs!63
-
Marc Vef authored
-
Marc Vef authored
-
- Sep 11, 2020
-
-
Marc Vef authored
Resolve "AGIOS should not be required in CMake" Closes #118 See merge request hpc/gekkofs!62
-
Marc Vef authored
-
Marc Vef authored
-