[go: up one dir, main page]

Menu

/ddc Commit Log


Commit Date  
[r1109] by mukau

* added AC_DEFINE()s for __STDC_LIMIT_MACROS, __STDC_CONSTANT_MACROS
- workaround for old C++ compilers (e.g. debian wheezy)
- fixes compile error for ddcTime.cpp: 'SIZE_MAX' was not declared in this scope

2018-10-19 07:25:31 Tree
[r1108] by mukau

- mantis #31439: added missing Trim() for m_CommonFilePrefix in CConcIndexator::LoadCorpusFiles()

2018-10-15 07:17:11 Tree
[r1107] by mukau

+ updated version

2018-10-12 12:16:18 Tree
[r1106] by mukau

+ GetHitStrings fix

2018-10-12 12:14:01 Tree
[r1105] by mukau

+ tagged ddc-2.1.17

2018-09-26 10:11:47 Tree
[r1104] by mukau

+ removed tag ddc-2.1.17

2018-09-26 10:11:23 Tree
[r1103] by mukau

* v2.1.17 release

2018-09-26 10:09:24 Tree
[r1102] by mukau

+ tagged ddc-2.1.17

2018-09-26 09:25:21 Tree
[r1101] by mukau

+ tagged ddc-2.1.17-rc2

2018-09-25 13:28:23 Tree
[r1100] by mukau

* improved error messages in CConcSession::GetTokensFromStorageByBreak(), CConcSession::GetFileSnippets()
- was: concord_daemon_log("Error! Cannot read hit no %i \n", BreakNo); return false;
- now: throw CExpc(errReadSourceFile, "CConcSession::... cannot read $%s storage data for break #%i")
* improved error reporting in CDDCBranchServer::GetHitContexts()
- truncated *._storage_Token file was giving unhelpful legacy "\x{01}cannot read a source file" message
- new code trims \001 separator and prepends subcorpus identifier
* removed error return clauses in CConcSession::GetHits(): now just re-throw exceptions (they should now be caught higher up)

2018-09-25 13:27:54 Tree
Older >