summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/cplusplus.pro
Commit message (Collapse)AuthorAgeFilesLines
* C++: Enable runtime lookup debug...Orgad Shaneh2014-05-281-1/+0
| | | | | | | ... by setting the environment variable QTC_LOOKUPCONTEXT_DEBUG Change-Id: Ia46f55b2989129d5327d894734b6ea9c77c3e0ac Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
* Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-04-111-0/+1
|\ | | | | | | | | | | | | | | Conflicts: src/plugins/cpptools/cppchecksymbols.h src/plugins/qmldesigner/components/formeditor/resizecontroller.cpp Change-Id: I887ba071fa637ad44e39bcae581738fa078a6612
| * C++: Also use O2 on WindowsThomas Hartmann2013-04-101-0/+1
| | | | | | | | | | Change-Id: I4183765f654087a38b8ffe60d2b52c3be785f9e3 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
* | derive TARGET from QTC_{LIB,PLUGIN}_NAMEOswald Buddenhagen2013-04-031-2/+0
| | | | | | | | | | | | | | | | the information is redundant now Change-Id: Icc8c8b4ace11538d45c6c9e1dbe5a7976f4743e1 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* | centralize assignment of TEMPLATE = libOswald Buddenhagen2013-04-021-1/+0
| | | | | | | | | | Change-Id: I4025539f3875e79f03743ba9ed3fd09cd31b998d Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* | automatically include libs' and plugins' _dependencies.pri filesOswald Buddenhagen2013-04-021-1/+0
| | | | | | | | | | Change-Id: I25645bb625b467c6f9d895ff89a70acd6a25683e Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* | factor out all library dependencies to _dependencies.pri filesOswald Buddenhagen2013-04-021-1/+1
|/ | | | | | | | this makes it uniform for all libraries Change-Id: I7a7665a2c74c8f212248c0400de04ca3eed1440a Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* C++: Fix typedef resolving when templates are involved.Erik Verbruggen2012-10-191-0/+1
| | | | | | | | Task-number: QTCREATORBUG-7978 Change-Id: I27e6ebe56e410d509580a1e00f8986642cacc5ba Reviewed-by: David Schulz <david.schulz@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Removed debug-build flags.Erik Verbruggen2012-03-291-3/+3
| | | | | Change-Id: Ic95a68e46f4f4df38cbee2c0d5fe2428f5bee39f Reviewed-by: Erik Verbruggen <erik.verbruggen@nokia.com>
* [C++] Rewrite of the preprocessor.Erik Verbruggen2012-03-291-3/+3
| | | | | | | | | | | | | This rewrite fixes a couple of issues with the pre-processor. It now supports: - macros in macro bodies - stringification of parameters [cpp.stringize] - the concatenation operator [cpp.concat] - #include MACRO_HERE - defined() inside macro bodies used in pp-conditions. Change-Id: Ifdb78041fb6afadf44f939a4bd66ce2832b8601f Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
* [C++] Undo accidental commenting-out of NDEBUG flag.Erik Verbruggen2012-02-131-1/+1
| | | | | | | Thanks to Flex Ferrum for spotting it. Change-Id: I66d722a1da6c05c51a4a648453b1da6f2f445212 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
* C++11: first set of changes for decltype.Erik Verbruggen2012-02-101-1/+1
| | | | | Change-Id: I49d6ff7eb1805cd07bdfcb27bb37d4c6cadc9115 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
* centralize setting of "CONFIG += shared dll" for librariesOswald Buddenhagen2011-11-181-1/+0
| | | | | | | | | | "dll" and "shared" set each other, but too late to actually test for it in the project files, so include both. note that this will slightly modify the build of some of our imported qt solutions. Change-Id: I0bd4f41a68fd160f8e87eb0a0fa66096fe70ef3e Reviewed-by: Maurice Kalinowski <maurice.kalinowski@nokia.com>
* LanguageUtils: Introduce new library for cross-language utils.Christian Kamm2011-01-041-0/+1
|
* Use O2 optimization levelRoberto Raggi2010-08-131-1/+1
|
* Autotests: Compile on WindowsFriedemann Kleint2009-10-261-1/+1
| | | | Reviewed-by: Roberto Raggi <qtc-committer@nokia.com>
* Rename qworkbenchlibrary.pri to qtcreatorlibrary.priAlessandro Portale2009-05-081-1/+1
|
* Added a simple auto test for the name lookup.Roberto Raggi2009-02-091-46/+1
|
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-1/+1
|
* Some more clean up in the preprocessor.Roberto Raggi2008-12-221-5/+7
|
* Some cleanup in the C++ preprocessor.Roberto Raggi2008-12-221-2/+3
| | | | Introduced pp-scanner.cpp, renamed `pp' to `Preprocessor' and removed useless #includes.
* do not reference removed empty filehjk2008-12-161-1/+0
|
* Moved the preprocessor.Roberto Raggi2008-12-081-2/+14
|
* Initial importcon2008-12-021-0/+40