summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/clucene
Commit message (Collapse)AuthorAgeFilesLines
* Fixed MSVC2011 buildEugene Shcherbina2012-03-193-12/+10
| | | | | | | | | | | | | | | | | It consists of 2 fixes: 1. JavaScriptCore fix is relevant to changed ctor of the std::pair in C++11. Due to that change some code has been broken. Fix makes using std::pair compliant to both standards 2. Clucene is broken in MVS2011 due to changed stdext::hash_map which is used as the ancestor in inner CLucene classes. It ended up with names collision and double inheritance from the one base class. Fix reflects that change. Change-Id: I77a1fe4b137480b51c24267b7aacb5b688dbddb3 Reviewed-by: Kent Hansen <kent.hansen@nokia.com> Reviewed-by: Kervala <kervala@gmail.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com> Reviewed-by: Janne Anttila <janne.anttila@digia.com>
* Fix errors when compiling Qt with STLportCédric OCHS2011-03-281-1/+3
| | | | | | Task-number: QTBUG-18374 Reviewed-by: Olivier Goffart Merge-request: 1157
* fix typosOswald Buddenhagen2010-04-201-1/+1
|
* Sync with latest clucene source. Fixes at least two crash bugs.kh12009-11-166-66/+111
|
* clucene compiles on Windows CE nowThomas Hartmann2009-08-136-0/+50
| | | | | | | reimplmenting some missing C functions Task-number: 214990 Reviewed-by: kh
* improved string operations all over the placeThierry Bastian2009-05-282-7/+4
| | | | | used character operations whenever possible better usage of QLatin1String
* Long live Qt!Lars Knoll2009-03-23237-0/+52313