summaryrefslogtreecommitdiff
path: root/src/assistant/3rdparty/clucene/src/CLucene/util
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-108-8/+8
| | | | | | | Change-Id: I9b11dc8309c9739955e3acea12b564d6ad608f59 Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Change copyrights from Nokia to DigiaSergio Ahumada2012-12-058-8/+8
| | | | | Change-Id: I118a50ef99e42878c01e1ee509c2bf86c70ec05d Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Clucene: Fixed MSVC2011 build.Friedemann Kleint2012-06-252-10/+8
| | | | | | | | | | | | | | This is basically taken from Qt 4.8 / 69f84b9514f8f22d27590ac890dbd20aec369702. 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: Ia733c3b51dafc5d22674cc3822e6305819582429 Initial-patch-by: Eugene Shcherbina <eugene@eshcher.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* Get assistant to compile against refactorLars Knoll2011-09-1330-0/+4278
Give the source code a somewhat saner structure while I'm at it. Change-Id: I99766405debe231a0562dd623ba1d17f19333656 Reviewed-on: http://codereview.qt-project.org/4829 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>