[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r1002] by mukau

+ Changes: documented updated min-compat flag

2018-06-13 10:28:17 Tree
[r1001] by mukau

- added configure.ac check for mmap headers and function -> top-level preprocessor macro DDC_ENABLE_MMAP
+ portability hack: slurp to buffer on ddcMMap::open() if mmap is unavailable
+ added sanity checks and warnings in ConcordOptions.cpp for MemoryMap option in case mmap is unavailable

2018-06-13 10:27:24 Tree
[r1000] by mukau

+ fixed mantis bug #27397 ('daughers over-pruned' error from branch-server for limit=0)

2018-06-13 09:07:43 Tree
[r999] by mukau

+ updated docs for upcoming v2.1.12 file-format changes

2018-06-12 14:42:39 Tree
[r998] by mukau

+ updated CHitBorders::CBreakCollection::m_BreakOffsets to use mmap()-able ddcVecFile<CTokenNo>, now wrapped with typedef ddcBreakVector

2018-06-12 13:58:14 Tree
[r997] by mukau

- updated CHitBorders::m_PageBreaks to use mmap()-able ddcVecFile<CPageNumber>

2018-06-12 13:24:20 Tree
[r996] by mukau

- updated CConcXml::m_Dates to use mmap()-able ddcVecFile<DWORD>

2018-06-12 12:52:23 Tree
[r995] by mukau

- added CommonLib/ddcStringEnum.h with template class ddcStringEnum<OffT=DWORD> for mmap()-able string<->integer mappings
- updated CConcXml::CFreeBiblStringIndex::m_Values (now m_ValuesE) to use new ddcStringEnum<> with mmap support
+ file format changed: newline-separated "*._bibl_NAME_strings" is now 2 files
~ "*._bibl_NAME_strings_values": NUL-separated values
~ "*._bibl_NAME_strings_idx" : start offsets in *._bibl_NAME_strings_values indexed by logical ID
+ compatibility hack: old "\n"-sparated "*._bibl_NAME_strings" files can still be read in slurp-mode, but produce a warning

2018-06-12 12:24:06 Tree
[r994] by mukau

+ *perdiv* seems working (still need to test with ddc_index)
+ started work on StringEnum for *._bibl_ATTR_strings (requires conversion, indexing supprt, updated min-compat)

2018-06-11 14:52:23 Tree
[r993] by mukau

+ added bibl-strings2indexed.perl: upgrade hack for v2.1.12 MemoryMap option

2018-06-11 13:34:58 Tree
Older >