office-gobmx/registry
Thomas Arnhold 66cd9eeb90 Remove various commented out defines
Most of them in hrc files.

Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
2012-06-25 14:12:57 +02:00
..
inc/registry re-base on ALv2 code. 2012-06-21 15:00:05 +01:00
prj gbuild conversion: registry module 2012-05-06 07:23:20 +02:00
source Remove various commented out defines 2012-06-25 14:12:57 +02:00
test re-base on ALv2 code. 2012-06-21 15:00:05 +01:00
tools re-base on ALv2 code. 2012-06-21 15:00:05 +01:00
util gbuild conversion: registry module 2012-05-06 07:23:20 +02:00
workben re-base on ALv2 code. 2012-06-21 15:00:05 +01:00
Executable_checksingleton.mk gbuild conversion: registry module 2012-05-06 07:23:20 +02:00
Executable_regcompare.mk gbuild conversion: registry module 2012-05-06 07:23:20 +02:00
Executable_regmerge.mk gbuild conversion: registry module 2012-05-06 07:23:20 +02:00
Executable_regview.mk gbuild conversion: registry module 2012-05-06 07:23:20 +02:00
Library_reg.mk Use gb_STDLIBS 2012-05-07 10:57:18 +03:00
Makefile gbuild conversion: registry module 2012-05-06 07:23:20 +02:00
Module_registry.mk Don't bother with the static lib and the exes for non-desktop OSes 2012-05-07 10:58:42 +03:00
Package_inc.mk gbuild conversion: registry module 2012-05-06 07:23:20 +02:00
README more documentation and cleanups for various modules. 2012-03-06 16:29:23 +00:00
StaticLibrary_registry_helper.mk gbuild conversion: registry module 2012-05-06 07:23:20 +02: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.