Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Long live the king! | hjk | 2012-01-26 | 1 | -1/+1 |
| | | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com> | ||||
* | Merge remote-tracking branch 'origin/2.4' | Eike Ziller | 2011-11-11 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/libs/qmljs/qmljsinterpreter.cpp src/libs/qmljs/qmljsinterpreter.h src/plugins/debugger/qml/scriptconsole.cpp src/plugins/git/gitplugin.cpp src/plugins/qmlprofiler/canvas/qdeclarativetiledcanvas.cpp src/plugins/qmlprofiler/canvas/qdeclarativetiledcanvas_p.h Change-Id: Iad59c8d87c72a21c79c047e374c0ab689998af39 | ||||
| * | all: s/info@qt.nokia.com/qt-info@nokia.com/ | hjk | 2011-11-03 | 1 | -2/+2 |
| | | | | | | | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com> | ||||
* | | C++: Handle multi-line if/elif directives | Leandro Melo | 2011-10-31 | 1 | -0/+11 |
|/ | | | | | | | Task-number: QTCREATORBUG-5843 Change-Id: Ie32ed9daadf70f3b972a96fb53edcde9b1debb6c Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com> | ||||
* | Fix/add copyright headers | Tobias Hunger | 2011-05-06 | 1 | -1/+1 |
| | | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2 | ||||
* | Update license. | hjk | 2011-04-13 | 1 | -14/+13 |
| | |||||
* | s:// end of namespace :// namespace :g for consistency | hjk | 2011-02-04 | 1 | -1/+1 |
| | | | | We use the latter style everywhere else to signify the end of a namespace block. | ||||
* | It's 2011 now. | con | 2011-01-12 | 1 | -1/+1 |
| | | | | Reviewed-by: hjk | ||||
* | License headers. | con | 2010-12-17 | 1 | -7/+11 |
| | |||||
* | Improved the expansion of variadic macros. | Roberto Raggi | 2010-09-01 | 1 | -4/+18 |
| | |||||
* | Long live the king! | hjk | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Small inclusion fixes. | Tobias Hunger | 2010-01-08 | 1 | -1/+2 |
| | | | | | | | * Remove duplicate headers. * Move own headers to the top. Reviewed-by: Roberto Raggi | ||||
* | Store in the document's macroUsages only the top-level macro expansions. | Roberto Raggi | 2009-10-15 | 1 | -12/+0 |
| | |||||
* | Track more macro uses. | Christian Kamm | 2009-09-25 | 1 | -1/+19 |
| | | | | | | | | | | | | In particular macros that are only checked for definition or are expanded during the evaluation of an #if or #elif directive are now also added to the list available through Document::macroUses(). The names of undefined macros that are interesting (because they're used in an #ifdef or a defined(...)) are now available through Document::undefinedMacroUses(). Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com> | ||||
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Store the encoded file name in a QString. | Roberto Raggi | 2009-05-27 | 1 | -5/+3 |
| | |||||
* | Obsoleted code. | Roberto Raggi | 2009-03-03 | 1 | -6/+4 |
| | |||||
* | More cleanup. | Roberto Raggi | 2009-03-03 | 1 | -10/+28 |
| | |||||
* | Some refactoring of the preprocessor, it'll simplify my next commits. | Roberto Raggi | 2009-03-02 | 1 | -2/+8 |
| | |||||
* | Fixes: change file license headers to include LGPL | hjk | 2009-02-25 | 1 | -21/+17 |
| | |||||
* | Bump year in licence header. | Daniel Molkentin | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | Some more clean up in the preprocessor. | Roberto Raggi | 2008-12-22 | 1 | -3/+3 |
| | |||||
* | Nicer implementation of CPlusPlus::Macro. | Roberto Raggi | 2008-12-22 | 1 | -12/+12 |
| | |||||
* | Some cleanup in the C++ preprocessor. | Roberto Raggi | 2008-12-22 | 1 | -1/+16 |
| | | | | Introduced pp-scanner.cpp, renamed `pp' to `Preprocessor' and removed useless #includes. | ||||
* | chancge Nokia GPL exception version from 1.2 to 1.3 | hjk | 2008-12-16 | 1 | -1/+1 |
| | |||||
* | Fixed macro locations. | Roberto Raggi | 2008-12-09 | 1 | -2/+2 |
| | |||||
* | Moved the preprocessor. | Roberto Raggi | 2008-12-08 | 1 | -0/+361 |