forked from LunarG/VulkanTools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apidump: Split compilation into multiple files
Throwing everything into one header file causes compile times to be upwards of a minute. There is a straightforward split between text, html, and json functionality. This commit creates new .cpp files that are the implementation of the text, html, & json functions, and changes the .h files into actual header files.
- Loading branch information
1 parent
9bd6f95
commit 7f104e8
Showing
15 changed files
with
146,563 additions
and
137,808 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.