KeyWorksRW / wxUiEditor

RAD tool used to create and maintain wxWidgets UI elements.
Apache License 2.0
61 stars 6 forks source link

Refactor outer loop of C++ code generation #1391

Closed Randalphwa closed 5 months ago

Randalphwa commented 5 months ago

This PR removes the possibility of an outer loop thread for C++ code generation (it turned out to be slower). It also moves the C++ code generation into gen_cpp.cpp and changes the function name (GenerateCppFiles()) to match the other language code generation functions. This now makes all primary code generation consistent across languages.