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

[Core] Some header refactor for consistency and modern C++ standards (pragma) #13076

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

loumalouomega
Copy link
Member

📝 Description

Files Changed:

  • kratos/includes/table.h
  • kratos/includes/table_stream.h
  • kratos/includes/thread_fixed_size_memory_pool.h
  • kratos/includes/ublas_complex_interface.h
  • kratos/includes/ublas_interface.h
  • kratos/includes/variables.h

Changes:

  • Header Guards: Replaced #ifndef guards with #pragma once in all the modified header files.
  • License Formatting: Standardized license text formatting to ensure it is consistent across different headers.
  • Code Clean-up: Removed unnecessary closing comments, redundant preprocessor directives (#endif), and extra whitespace for a cleaner codebase.

🆕 Changelog

@loumalouomega loumalouomega requested a review from a team as a code owner January 31, 2025 10:49
@loumalouomega loumalouomega added Cleanup Kratos Core FastPR This Pr is simple and / or has been already tested and the revision should be fast labels Jan 31, 2025
@loumalouomega loumalouomega merged commit 5fcd8a8 into master Jan 31, 2025
11 checks passed
@loumalouomega loumalouomega deleted the core/minor-pragma branch January 31, 2025 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cleanup FastPR This Pr is simple and / or has been already tested and the revision should be fast Kratos Core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants