Skip to content

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