index
:
brussel
imgui-docking
master
master-switch-to-build2
master-ui-framework
Experimental game engine & playground Some features: - multi-keyboard-based local multiplayer - C++ codegen infrastructure - interesting(???) utilities
rtk0c
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
20-codegen-compiler
Age
Commit message (
Expand
)
Author
2022-07-30
Changeset: 88 (untested) replace manual sqlite3_step() calls with SQLiteRunni...
rtk0c
2022-07-18
Changeset: 87 Make codegen use mangled names, convert `std::string_view fulln...
rtk0c
2022-07-18
Changeset: 86 Fix generated enum metadata using the wrong identifiers (dangli...
rtk0c
2022-07-17
Changeset: 85 Work on codegen (a big blob of changes about various things, gi...
rtk0c
2022-07-15
Changeset: 84 Make all input commands use the same CodegenModel object
rtk0c
2022-07-15
Changeset: 83 Misc bug fixes, planning database readback for inheritance hier...
rtk0c
2022-07-08
Changeset: 82 Fix compiling the main game with codegen, add Files table to re...
rtk0c
2022-07-07
Changeset: 81 Replace DeclEnum::underlyingTypeStr with a lookup function from...
rtk0c
2022-07-07
Changeset: 79 Initial work on fixing codegen for the main project, add enum u...
rtk0c
2022-06-27
Changeset: 77 Add ability to store structs base classes & properties into dat...
rtk0c
2022-06-24
Changeset: 76 Refactor the lexing-parsing-generating chain into more clearly ...
rtk0c
2022-06-24
Changeset: 75 Add feature to delete entries from the database that belong to ...
rtk0c
2022-06-12
Changeset: 72 Add enum and namespace storing for CodegenModelArchive
rtk0c
2022-06-11
Changeset: 70 Fix cmake and codegen infra
rtk0c
2022-06-09
Changeset: 66 Fix ParserState::currentEnum not cleared correctly
rtk0c
2022-06-09
Changeset: 65 Add enum name prefix manipulation support to codegen
rtk0c
2022-06-03
Changeset: 61 [BUGGED] Move object kind enums to use generated ToString and F...
rtk0c
2022-06-02
Changeset: 60 Add struct/class scanning to codegen
rtk0c
2022-05-30
Changeset: 59 Integrate enum codegen into the actual project
rtk0c
2022-05-30
Changeset: 56 Buildsystem cleanup: change to layered structure for different ...
rtk0c