office-gobmx/registry
David Tardon f916abe711 do not print anything when the comparison succeeded
Change-Id: I09392985fbf2d8ef9f76f43fee1b5a711ae1bbab
2012-08-12 19:29:16 +02:00
..
inc/registry re-base on ALv2 code. 2012-07-03 13:10:11 +01:00
prj gbuild conversion: registry module 2012-05-06 07:23:20 +02:00
source Replace usage of rtl/memory.h in registry with equivalent from string.h 2012-08-04 17:46:59 +02:00
test re-base on ALv2 code. 2012-07-03 13:10:11 +01:00
tools do not print anything when the comparison succeeded 2012-08-12 19:29:16 +02:00
util Globally unique symbols missing from some map files 2012-07-20 09:46:57 +02:00
workben re-base on ALv2 code. 2012-07-03 13:10:11 +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 re-base on ALv2 code. 2012-07-03 13:10:11 +01: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.