[go: up one dir, main page]

Menu

/ddc/trunk Commit Log


Commit Date  
[r1289] by mukau

* added -O/--options option for ddc_dump (dump *.opt)
* added DefaultQueryIndex clauses to CConcIndexator::SaveOptionsToString()

2019-10-16 10:10:21 Tree
[r1177] by mukau

v2.1.25:
* fixed bug causing empty count results from count-queries with vacuous date- and/or bibl-sort filters
- example: count(* #asc_date) #by[textClass]
- problem was signed/unsigned comparison of index data (DWORD) with filter bounds (int m_KeyLo.i, m_KeyHi.i)
in Bibliography.cpp CConcXml::FileMatches(), CConcXml::CFreeBiblIndex::FileMatches()

2019-08-15 07:50:12 Tree
[r1176] by mukau

+ ddc_opt.pod: made '1 opt-file per physical subcorpus' more explicit

2019-04-11 08:01:13 Tree
[r1171] by mukau

v2.1.25-pre1: added support for invisible bibl fields in ddc_dump

2019-01-29 12:17:00 Tree
[r1170] by mukau

* documentation tweaks

2019-01-28 14:24:00 Tree
[r1168] by mukau

v2.1.24

2019-01-16 12:40:15 Tree
[r1166] by mukau

v2.1.24-rc1
* use new ddcCorpusList::rfind() for CConcIndexator::LoadMaskedFiles()
- string-based file-masking only masks the LAST occurrence of filename key (rather than the FIRST)
- backwards-compatible for old-style unique-filename corpora
- should also Do The Right Thing for "replaced" files snuck in by dstar-ddc-update.perl
- more precise control of file-masking possible with binary CORPUS._masked_ids

2019-01-16 10:02:10 Tree
[r1165] by mukau

+ fixes for clean compilation under gcc v7.3.0 (e.g. ubuntu 18.04.1 LTS)

2019-01-15 10:30:52 Tree
[r1164] by mukau

* new typedef CFileNo = DWORD
* new typedef CMaskedFileSet = set<CFileNo> for CConcIndexator::m_MaskedFiles
* propagate CConcIndexator::m_MaskedFiles correctly through ddc_union, ddc_split using new SaveMaskedFileIds() method

2019-01-14 15:28:54 Tree
[r1163] by mukau

* propagate CORPUS._masked_ids through ddc_union

2019-01-14 15:10:56 Tree
Older >