object-introspection/tools
Alastair Robertson 0330ef8945 Take list of pass-through types from config instead of hardcoding
As we now store ContainerInfo objects in OICodeGen::Config, we can not
copy it any more. Change all places that took copies to take const
references instead.

The copy in OICodeGen modified membersToStub, the contents of which form
part of OICache's hash. However, as OICache also previously had its own
copy, it would not have been OICodeGen's modifications.
2023-07-05 13:39:19 +01:00
..
combine_configs.py Take list of pass-through types from config instead of hardcoding 2023-07-05 13:39:19 +01:00
config_gen.py Initial commit 2022-12-19 06:37:51 -08:00
inline_stats.py Initial commit 2022-12-19 06:37:51 -08:00
OILGen.cpp move src directory to oi (#134) 2023-04-26 16:20:53 +01:00
OIP.cpp Formatting 2023-06-19 19:13:16 +02:00
OIRP.cpp Formatting 2023-06-19 19:13:16 +02:00
OITB.cpp help: improve feature descriptions 2023-07-03 16:57:43 +01:00