3 Commits

Author SHA1 Message Date
Guillermo E. Martinez
256c3b0511 bundle: Add `schema_cache.hpp' to bundle script
`bundle.sh' script generates a header file with missing `SchemaCache`
declaration.  So, this patch fix it.

valijsonQtjson.h:5746:46: error: ‘SchemaCache’ has not been declared
 5746 |     static const Subschema *querySchemaCache(SchemaCache &schemaCache,
      |                                              ^~~~~~~~~~~
valijsonQtjson.h:5769:35: error: ‘SchemaCache’ has not been declared
 5769 |     static void updateSchemaCache(SchemaCache &schemaCache,
      |                                   ^~~~~~~~~~~
valijsonQtjson.h:5822:9: error: ‘SchemaCache’ has not been declared
 5822 |         SchemaCache &schemaCache, std::vector<std::string> &newCacheKeys)

      * bundle.sh(common_headers): Add new `schema_cache.hpp' entry.

Signed-off-by: Guillermo E. Martinez <martinez.enrique@autozone.com>
2025-04-05 07:42:26 -06:00
Tristan Penman
a6a4fbb580 Remove redundant call to baseline 2022-04-09 17:26:32 +10:00
Tristan Penman
1ff3625482 Add script to bundle library into a single header 2022-04-09 13:46:54 +10:00