coder137 / build_in_cpp

Build C, C++ and ASM files in C++
https://coder137.github.io/build_in_cpp/
Apache License 2.0
50 stars 2 forks source link

Generator #95

Open coder137 opened 2 years ago

coder137 commented 2 years ago

The ability for users to specify custom commands to generate files Multiple input files with multiple output files

coder137 commented 2 years ago

94

coder137 commented 2 years ago

98 Main Generator feature implementation

coder137 commented 2 years ago

100 Target with Generator

117 [Revert] Target with Generator (Issues when Target has more dependencies i.e PrecompileHeaders)

coder137 commented 2 years ago

137 Redesigned Generator

138 Register for Generator

coder137 commented 2 years ago

212 Custom Generator (generator with custom callbacks) (basic implementation)

213 File Generator using Custom Generator (Updated implementation with UserBlob and CustomBlobHandler)

214 Template Generator using Custom Generator