aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/FastPreprocessor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | CppEditor: Add very first include after include guardNikolai Kosjar2014-10-081-0/+8
|/
* CppTools: Auto-include pre-compiled headersNikolai Kosjar2014-07-241-2/+3
* C++: Add utf16 indices to Macro and Document::MacroUseNikolai Kosjar2014-05-231-12/+20
* C++/CppTools: Pass UTF-8 encoded source to LexerNikolai Kosjar2014-05-231-15/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* CppTools: fix inclusion of "injected" defines.Erik Verbruggen2013-10-231-1/+5
* C++: fix multi-byte character handling in input.Erik Verbruggen2013-09-231-1/+15
* C++: change working-copy to work on UTF-8 encoded QByteArrays.Erik Verbruggen2013-09-111-1/+1
* CppTools: CppPreprocessor: Track also unresolved includesNikolai Kosjar2013-08-221-2/+2
* C++: Record also unresolved paths for includesNikolai Kosjar2013-06-111-5/+5
* C++: Untangle include file resolving from loading.Erik Verbruggen2013-04-091-1/+1
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-2/+4
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Further remove the number of QDir::cleanPath calls.hjk2012-12-201-1/+4
* | C++: Remove hard-coded configuration file name.Erik Verbruggen2012-12-041-4/+3
|/
* C++: Fix outdated macro usage info in documents.Erik Verbruggen2012-10-151-3/+64
* Adjust license headershjk2012-10-051-21/+20
* C++: Expand object-like macros in fast preprocessing mode again.Christian Kamm2012-08-071-1/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* C++: Core changes in preprocessingLeandro Melo2012-06-251-1/+1
* preprocessor: rename operator() into run.hjk2012-04-191-1/+1
* [C++] Always output a #line as first line of the pp output.Erik Verbruggen2012-03-301-0/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* C++: Don't strip comments from preprocessed source code.Christian Kamm2011-08-251-0/+1
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Add <configuration> to preprocessorTobias Hunger2010-08-271-0/+1
* Long live the king!hjk2010-03-051-1/+1
* Initial work on the new CPlusPlus::Snapshot.Roberto Raggi2009-12-071-2/+2
* Removed the MacroResolverRoberto Raggi2009-10-071-49/+0
* Removed (unused) toplevel declaration of _translationUnit.Roberto Raggi2009-10-061-1/+0
* Cache the macros.Roberto Raggi2009-09-301-33/+24
* Implemented a simple(fast?) strategy to resolve macro references.Roberto Raggi2009-09-301-0/+62
* long live the kinghjk2009-08-141-1/+1
* Disable macro expansion when preprocessing in fast-mode.Roberto Raggi2009-07-061-2/+2
* Protected the new (not yet finished) code that merge environments.Roberto Raggi2009-07-011-0/+2
* Merge the environment from the previous parse.Roberto Raggi2009-07-011-0/+10
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Keep the original encoded text around while preprocessing.Roberto Raggi2009-06-151-1/+1
* Introduced CPlusPlus::FastPreprocessor.Roberto Raggi2009-06-031-0/+57