summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/cplusplus.pro
Commit message (Collapse)AuthorAgeFilesLines
* [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