summaryrefslogtreecommitdiff
path: root/src/libs/3rdparty
Commit message (Expand)AuthorAgeFilesLines
* centralize setting of "CONFIG += shared dll" for librariesOswald Buddenhagen2011-11-181-2/+0
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-032-4/+4
* C++ parser: Don't fail on REVISION in Q_PROPERTY.Christian Kamm2011-10-254-1/+22
* C++: Fix a crash in debug builds when rewriting functions.Christian Kamm2011-10-252-0/+6
* C++: Fix arg. count for functions with function-try-blocksLeandro Melo2011-10-211-3/+4
* Fixed stack-overflow when parsing insanely nested compound statements.Erik Verbruggen2011-10-172-1/+9
* minor stylehjk2011-09-191-1/+1
* C++: Always set source location of function symbols.Christian Kamm2011-09-081-0/+1
* C++: Set endOffset of Function symbols even if skipping bodies.Christian Kamm2011-09-081-6/+1
* C++: Improve Literal::hashCode.Christian Kamm2011-09-071-3/+15
* C++: fixed potential crash for out of bounds access of token_names.Erik Verbruggen2011-09-051-1/+2
* Remove some dead stores pointed out by clang.Christian Kamm2011-09-022-5/+0
* Regenerate the default AST visitors.Roberto Raggi2011-08-302-242/+252
* C++: Store comment tokens in the translation unit.Christian Kamm2011-08-252-0/+18
* Merge remote-tracking branch 'origin/2.3'Eike Ziller2011-08-161-1/+1
|\
| * C++: Fix BaseSpecifierAST::firstToken returnLeandro Melo2011-08-151-1/+1
* | Merge remote-tracking branch 'origin/2.3'Eike Ziller2011-08-101-0/+15
|\ \ | |/
| * C++: Fix crash when typing illegal class namesLeandro Melo2011-08-091-0/+15
* | C++: Fix off-by-one in scopeAt.Christian Kamm2011-08-101-1/+1
* | C++: Relax parsing for templateid in some casesLeandro Melo2011-07-151-15/+26
|/
* Replace qt-info@nokia.com with info@qt.nokia.comhjk2011-07-062-2/+2
* Fixed invalid parsing of boolean expression "x < y && z > this".Erik Verbruggen2011-05-171-0/+1
* Added support to C++ symbols rewriting.Roberto Raggi2011-05-1713-3/+930
* Fix the AST code generatorRoberto Raggi2011-05-166-1/+116
* remove nokia copyrights from roberto's codeOswald Buddenhagen2011-05-1664-1984/+0
* move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/Oswald Buddenhagen2011-05-1666-0/+41133
* Compile fix for freebsdTobias Hunger2011-05-121-4/+2
* Update license.hjk2011-04-132-28/+26
* Fix warning when compiling with ICC.Thiago Macieira2011-03-012-2/+2
* Don't apply GCC options to non-GCC compilersThiago Macieira2011-03-011-1/+1
* Botan: Compilation fix for Solaris.Christian Kandeler2011-02-092-0/+2
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-172-14/+22
|\
| * License headers.con2010-12-172-14/+22
* | Make tests compile on Mac. Use qtLibraryName instead of qtLibraryTarget.con2010-11-011-1/+1
|/
* Add precompiled headers to Qt Creator sources, to any library and pluginDenis Mingulov2010-10-132-0/+75
* Botan: Always compile with optimizations.Christian Kandeler2010-10-051-0/+1
* botan: make it compile with g++ 4.6hjk2010-09-013-5/+6
* Compile with Intel CC: GCC isn't the only compiler for Linux.Thiago Macieira2010-08-301-2/+2
* Botan: Add some #defines potentially increasing performance.Christian Kandeler2010-08-261-0/+7
* Botan: Add missing #include directive.ck2010-07-301-0/+2
* Botan: Introduce wrapper class for shared pointers.ck2010-07-3029-124/+179
* Provide access to the declarations of set() and append().Roberto Raggi2010-07-302-0/+20
* Remove left-over files from Net7.ck2010-07-2842-0/+0
* Replace SSH library.ck2010-07-12220-28691/+1
* Fixes resource leak if lock not acquired.Bill King2010-06-242-3/+7
* Redundant include of itself.Bill King2010-06-111-1/+0
* Coverity security fixesBill King2010-06-112-10/+15
* Merge remote branch 'origin/2.0'hjk2010-06-021-3/+4
|\
| * SSH: Fix Net7 crash.ck2010-05-311-3/+4