summaryrefslogtreecommitdiffstats
path: root/tools/assistant/lib/fulltextsearch
Commit message (Collapse)AuthorAgeFilesLines
* Assistant: Clean-up: Mark constructors as explicit.Christian Kandeler2010-08-201-4/+4
|
* use "win32-g++*" scope to match all MinGW makespecsMark Brand2010-06-101-1/+1
| | | | | | | | | | | | | | The scope "win32-g++" comes from the name of the makespec. However, it is frequently used to check for MinGW. This works fine as long as win32-g++ is the only makespec for MinGW. Now we need the wildcard to cover "win32-g++-cross" as well. Also reordered test of win32 before win32-g++*. Also took opportunity to use else. Merge-request: 2407 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* escape backslashesOswald Buddenhagen2010-05-261-1/+1
| | | | this makes windows-style path specs *ugly*. that's intentional. :-P
* Build fix for mingwThierry Bastian2010-04-092-9/+7
|
* Assistant: Fix spelling mistakes.ck2010-02-011-1/+1
|
* Update copyright year to 2010Jason McDonald2010-01-0634-34/+34
| | | | Reviewed-by: Trust Me
* Update license headers.Jason McDonald2009-09-0834-166/+403
| | | | Reviewed-by: Trust Me
* Fix missing member initialization.kh2009-06-2315-1/+16
| | | | Reviewed-by: ossi
* Update license headers as requested by the marketing department.Jason McDonald2009-06-1634-34/+34
| | | | Reviewed-by: Trust Me
* Fixed build issues with MSVCThierry Bastian2009-05-291-8/+8
| | | | | | | | | | in atomic operations, we declare Interlock... functions in the namespace That can confuse the compiler because they are also declared in another header outside the namespace. Same problem in clucene where we include windows.h from within the NS. Task-number: 254214 Reviewed-by: ogoffart
* Long live Qt 4.5!Lars Knoll2009-03-2337-0/+5424