office-gobmx/registry
Stephan Bergmann 21a30e3f11 Upcoming improved loplugin:staticanonymous -> redundantstatic: registry
Change-Id: Id96932c7944b5136f5fa7b5f698b8bb3b616e9ac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97633
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-07-01 21:14:48 +02:00
..
inc tdf#42949 Fix IWYU warnings in registry/ 2019-02-15 11:19:29 +01:00
source Upcoming improved loplugin:staticanonymous -> redundantstatic: registry 2020-07-01 21:14:48 +02:00
test sal_Char->char in oox..registry 2019-12-19 19:17:40 +01:00
tools Revert "loplugin:constfields in package..registry" 2020-03-12 08:17:11 +01:00
CustomTarget_regcompare_test.mk More tests to suppress (all .PHONY test targets should be covered now) 2017-06-09 17:24:55 +02:00
Executable_regmerge.mk Add version resource to executables where it was missing 2019-08-31 00:22:28 +02:00
Executable_regview.mk Add version resource to executables where it was missing 2019-08-31 00:22:28 +02:00
IwyuFilter_registry.yaml tdf#42949 Fix IWYU warnings in registry/ 2019-02-15 11:19:29 +01:00
Library_reg.mk
Makefile
Module_registry.mk gbuild: rename value OS=IOS to OS=iOS 2018-11-01 16:39:54 +01:00
README more documentation and cleanups for various modules. 2012-03-06 16:29:23 +00:00
StaticLibrary_registry_helper.mk prefer makefile-gmake-mode 2014-04-28 23:35:42 +09:00

Registry reading, etc.

This provides tools for dealing with the legacy binary types database
format, still in use by extensions and the core code. While the actual
binary file format is implemented by the [[store]] code, the wrapper
that turns this into a type registry is implemented here.

While this code is primarily used in only two modes:

* linear write / concatenate
* random access read

The API unfortunately exposes a random-access write approach, which -
while ~unused needs before we can re-write this away from the store
backend.