aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/cplusplus/cplusplus.pri
Commit message (Collapse)AuthorAgeFilesLines
* C++: Delete empty source fileOrgad Shaneh2017-07-261-1/+0
| | | | | Change-Id: Ib86e09d6d516b175e715725fa9b60d7ae2626ff8 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* CPlusPlus: Inline SymbolVisitor functionshjk2015-04-221-1/+0
| | | | | Change-Id: I46221428f2c883103839e57c8fc433f05302addd Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
* C++: Remove unused fileOrgad Shaneh2014-11-041-1/+0
| | | | | | Change-Id: I5e4f03f9a5f80b2697ac1e7a952a8c5b5765aae2 Reviewed-by: hjk <hjk121@nokiamail.com> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
* C++: Do type and name equality checking in a safe manner.Erik Verbruggen2014-03-271-4/+6
| | | | | | | | | Change the TypeMatcher to also match names, and use two "block" lists in SafeMatcher to prevent infinite recursion. Task-number: QTCREATORBUG-11240 Change-Id: I0367ae795ee6be579b83aeb8d46723c877e4aa75 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
* Remove superfluous include paths from project files.Christian Kandeler2013-09-021-4/+0
| | | | | | | | | | | | | | | | | | | | A lot of our build system files specify unneeded include paths. These roughly fall into the following categories: a) Paths that are already set in more general files such as qtcreator.pri. b) Paths that serve no purpose at all, possibly left over from earlier versions of the project. c) Paths that act as workarounds for wrong include statements of the form '#include "xyz.h"', where xyz.h is not in the same directory as the including file. This patch removes such path specifications and fixes the offending include statements from case c). Tested on Linux, Windows and OSX with qmake and qbs. Change-Id: I039a8449f8a65df0d616b4c08081145c18ae4b15 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* C++: Use soft asserts instead of assert()Nikolai Kosjar2013-05-131-0/+1
| | | | | | | Some qmake versions ignore "DEFINES += NDEBUG" on Windows. Change-Id: Ibdf3b1036c2331dcef61dcd278463c02754044d2 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
* Added support to C++ symbols rewriting.Roberto Raggi2011-05-171-2/+4
| | | | | | This should simplify full C++ template instantiations. Reviewed-by: Christian Kamm
* move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/Oswald Buddenhagen2011-05-161-0/+71
Approved-by: legal