office-gobmx/registry
Norbert Thiebaud acb7bd175a targeted string re-work
Change-Id: I145731d9f28faf0065f5960f2c5a32f27d8c8620
2012-06-02 16:48:34 -05:00
..
inc/registry fix linkage inconsistency on windows (cont.) 2012-05-06 08:40:45 +02:00
prj
source fix linkage inconsistency on windows 2012-05-06 08:19:43 +02:00
test targeted string re-work 2012-06-02 16:48:34 -05:00
tools targeted string re-work 2012-06-02 16:48:34 -05:00
util
workben targeted string re-work 2012-06-02 16:48:34 -05:00
Executable_checksingleton.mk
Executable_regcompare.mk
Executable_regmerge.mk
Executable_regview.mk
Library_reg.mk Use gb_STDLIBS 2012-05-07 10:57:18 +03:00
Makefile
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
README
StaticLibrary_registry_helper.mk

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.