Skip to content

C++: reorganize source files (beta-3.0) #492

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

Merged
merged 2 commits into from
May 28, 2023

Conversation

mortend
Copy link
Member

@mortend mortend commented May 28, 2023

C++: reorganize core source files

  • Merge NativeStackTrace.cpp into Support.cpp (less files is better)
  • Rename _config.h -> Config.h (not an internal header)
  • Rename uPlatform/WinAPIHelper.h -> uno/WinAPI.h (used by uno/ files)
  • Rename uInitRtti -> uInitTypes (more specific name)
  • Remove unused header files

C++: move core source files

This renames directories containing the core C++ source code to
lowercase.

mortend added 2 commits May 28, 2023 19:04
This renames directories containing the core C++ source code to
lowercase.
* Merge NativeStackTrace.cpp into Support.cpp (less files is better)
* Rename _config.h -> Config.h (not an internal header)
* Rename uPlatform/WinAPIHelper.h -> uno/WinAPI.h (used by uno/ files)
* Rename uInitRtti -> uInitTypes (more specific name)
* Remove unused header files
@mortend mortend merged commit d3129e6 into fuse-open:beta-3.0 May 28, 2023
@mortend mortend deleted the cpp-reorg branch May 28, 2023 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant