-
Notifications
You must be signed in to change notification settings - Fork 12
Comparing changes
Open a pull request
base repository: intel/igsc
base: V0.9.2
head repository: intel/igsc
compare: V0.9.3
- 8 commits
- 15 files changed
- 2 contributors
Commits on Jul 25, 2024
-
igsc: ci: fix-up codespell configuration
1. Add all ignored words to .codespellrc and remove .codespell-allowlist, to simplify the configuration. 2. Remove useless warnings as skipped binary files 3. Adjust ignored files list, don't scan metee library Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Tomas Winkler committedJul 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 5fcae7c - Browse repository at this point
Copy the full SHA 5fcae7cView commit details -
igsc: doc: fix typos in api documenation
Fix typos in api documenation. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Tomas Winkler committedJul 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 228d5e1 - Browse repository at this point
Copy the full SHA 228d5e1View commit details -
igsc: lib: fix typoes in the library
Fix small typos in the library. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Tomas Winkler committedJul 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 6ad890b - Browse repository at this point
Copy the full SHA 6ad890bView commit details -
igsc: conan: fix typo in conan.cmake
Fix typo in conan.cmake Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Tomas Winkler committedJul 25, 2024 Configuration menu - View commit details
-
Copy full SHA for dcaa628 - Browse repository at this point
Copy the full SHA dcaa628View commit details -
igsc: lib: add soc4 hardware sku
Add SOC4 hardware sku. Remove DG2 from hardware sku names, it's no longer used only for DG2. Signed-off-by: Vitaly Lubart <vitaly.lubart@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Configuration menu - View commit details
-
Copy full SHA for b0b24ba - Browse repository at this point
Copy the full SHA b0b24baView commit details -
igsc: lib: fix igsc_get_log_callback_func prototype
Empty () means any argument, (void) means no argument. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Tomas Winkler committedJul 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 2ea6a8a - Browse repository at this point
Copy the full SHA 2ea6a8aView commit details -
igsc: ut: check for null before strlen in test_strdup
strlen() actually may crash on NULL pointer, hence check before. Remove redundant implementation of test_strdup in cli_test.c Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Tomas Winkler committedJul 25, 2024 Configuration menu - View commit details
-
Copy full SHA for d862119 - Browse repository at this point
Copy the full SHA d862119View commit details -
Update CHANGELOG.md Signed-off-by: Vitaly Lubart <vitaly.lubart@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Configuration menu - View commit details
-
Copy full SHA for d22dc41 - Browse repository at this point
Copy the full SHA d22dc41View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff V0.9.2...V0.9.3