summaryrefslogtreecommitdiff
path: root/DevTools/FormCompiler
AgeCommit message (Expand)Author
2019-09-21LibCore: Convert CFile to ObjectPtrAndreas Kling
2019-09-21FormCompiler: Generate code that uses ObjectPtr for widgetsAndreas Kling
2019-08-17DevTools: Add CLocalServer to the host-side tool build dependenciesAndreas Kling
2019-08-07FormCompiler: Oops, need to use JsonValue::serialized() for propertiesAndreas Kling
2019-08-07JSON: Templatize the JSON serialization codeAndreas Kling
2019-07-26FormCompiler: Add some more LibCore object files to host build.Andreas Kling
2019-07-10FormCompiler: Build individual compilation units instead of all-at-a-time.Andreas Kling
2019-07-10Build: Build the host-side FormCompiler before everything else.Andreas Kling
2019-07-10FormCompiler: Produce a C++ header file as output.Andreas Kling
2019-07-10FormCompiler: Generate a basic UI skeleton holder struct.Andreas Kling
2019-07-10FormCompiler: Start working on a C++ code generator for VisualBuilder forms.Andreas Kling