office-gobmx/registry
Michael Stahl a53586f4ef gbuild: do not copy boost headers around
- do not use gb_UnpackedTarball_copy_header_files for boost
- adapt the optimization in concat-deps.c for new path
- use boost_headers in all LinkTargets that require it
- add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus

Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2013-01-26 22:20:06 +01:00
..
inc/registry re-base on ALv2 code. 2012-07-03 13:10:11 +01:00
prj
source Remove redundant braces around for loops 2013-01-26 16:36:09 +01:00
test re-base on ALv2 code. 2012-07-03 13:10:11 +01:00
tools Remove obsolete rdbedit tool 2013-01-15 13:48:07 +01:00
util Globally unique symbols missing from some map files 2012-07-20 09:46:57 +02:00
workben Get rid of (most uses of) GUI 2012-12-25 17:53:25 +00:00
Executable_regcompare.mk
Executable_regmerge.mk
Executable_regview.mk
Library_reg.mk gbuild: do not copy boost headers around 2013-01-26 22:20:06 +01:00
Makefile re-base on ALv2 code. 2012-07-03 13:10:11 +01:00
Module_registry.mk Remove obsolete rdbedit tool 2013-01-15 13:48:07 +01:00
Package_inc.mk
README
StaticLibrary_registry_helper.mk add missing deps on sal headers 2012-10-31 19:11:35 +01: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.