Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAOS-14532 gurt: Replace environment APIs hook #13483

Merged
merged 9 commits into from
Jan 8, 2024

Commits on Dec 12, 2023

  1. DAOS-14532 gurt: Replace environment APIs hook

    Add thread safe environment variables managment functions.
    Remove and replace non thread safe custom environment management function.
    Replace setenv() function with d_setenv()
    
    Required-githooks: true
    Signed-off-by: Cedric Koch-Hofer <cedric.koch-hofer@intel.com>
    kanard38 authored and knard-intel committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    7c75641 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Merge remote-tracking branch 'origin/master' into ckochhof/fix/master…

    …/daos-14532-gurt
    
    Required-githooks: true
    kanard38 authored and knard-intel committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    1ade13e View commit details
    Browse the repository at this point in the history
  2. DAOS-14532 gurt: Replace environment APIs hook

    Integrate reviewers comments:
    - Factorize d_getenv_uint() functions.
    
    Required-githooks: true
    Signed-off-by: Cedric Koch-Hofer <cedric.koch-hofer@intel.com>
    kanard38 authored and knard-intel committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    193c24c View commit details
    Browse the repository at this point in the history
  3. DAOS-14532 gurt: Replace environment APIs hook

    Fix clang format.
    
    Required-githooks: true
    Signed-off-by: Cedric Koch-Hofer <cedric.koch-hofer@intel.com>
    kanard38 authored and knard-intel committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    21cc357 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Merge remote-tracking branch 'origin/master' into ckochhof/fix/master…

    …/daos-14532-gurt
    
    Required-githooks: true
    kanard38 authored and knard-intel committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    92be770 View commit details
    Browse the repository at this point in the history
  2. DAOS-14532 gurt: Replace environment APIs hook

    Integrate reviewers comments:
    - Revert d_getenv_XXX interfaces update
    - Rename d_free_env() -> d_free_env_str()
    
    Features: mpiio
    Required-githooks: true
    Signed-off-by: Cedric Koch-Hofer <cedric.koch-hofer@intel.com>
    kanard38 authored and knard-intel committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    ac764d1 View commit details
    Browse the repository at this point in the history
  3. DAOS-14532 gurt: Replace environment APIs hook

    Revert useless header file changes.
    
    Features: mpiio
    Required-githooks: true
    Signed-off-by: Cedric Koch-Hofer <cedric.koch-hofer@intel.com>
    kanard38 authored and knard-intel committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    8d8d51d View commit details
    Browse the repository at this point in the history
  4. DAOS-14532 gurt: Replace environment APIs hook

    Integrate reviwers comments:
    - Checks return code when using standard function calls such as pthread_rwlock_rdlock()
    
    Features: mpiio
    Required-githooks: true
    Signed-off-by: Cedric Koch-Hofer <cedric.koch-hofer@intel.com>
    kanard38 authored and knard-intel committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    2791b93 View commit details
    Browse the repository at this point in the history
  5. DAOS-14532 gurt: Replace environment APIs hook

    Fix clang format coding standards.
    
    Features: mpiio
    Required-githooks: true
    Signed-off-by: Cedric Koch-Hofer <cedric.koch-hofer@intel.com>
    kanard38 authored and knard-intel committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    534abe3 View commit details
    Browse the repository at this point in the history