summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/clucene
Commit message (Collapse)AuthorAgeFilesLines
* clucene: Compile with clang's libc++Bradley T. Hughes2013-06-161-0/+8
| | | | | | | | | | | | | | When using clang's libc++, the 'using namespace std;' in CLucene's StdHeader.h causes ambiguity between wcschr() from wchar.h and std::wcschr() from cwchar (which is automatically included by libc++). The only symbols used from the std namespace are std::min() and std::max() so only pull these in, not the whole std namespace. Cherry-picked from qttools/bc35938d0d49b04bf98feda3e85da186ecc8184d. Change-Id: Ife6647df795f59a5feebd5c1aa3eebe7446ec720 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* 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