- Aug 20, 2013
-
-
Tobias Hunger authored
Change-Id: Iebf4302bb5e3f893dc573e504efc214861d80848 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Apr 03, 2013
-
-
Tobias Hunger authored
Introduce a method to cut away whitespaces from the end of a string and use it consistently. This avoids a chain of parsers to repeatedly cut away the last character, assuming that will be the line-break. Task-number: QTCREATORBUG-9032 Change-Id: I68261c10873535faf94c885c914cd00510ed75d8 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Mar 27, 2013
-
-
Friedemann Kleint authored
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: Iac7e32b861d60c4c386f64f065d05a1856e396cf Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Jan 29, 2013
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Oct 12, 2012
-
-
Shawn Rutledge authored
I thought this was already working but it turns out that gccparser was catching it instead. That probably won't work on Windows. https://codereview.qt-project.org/#change,35510 - qdoc will output the text "error:" or "warning:" now so that creator will make proper "issues" in the issue list. Change-Id: I9db13062335c1a2325b0937e43041058510d05dd Reviewed-by:
Martin Smith <martin.smith@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Oct 05, 2012
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Sep 26, 2012
-
-
Tobias Hunger authored
Based on QTCREATORBUG-7932 Change-Id: I30afa90f3fe7ca8b3b262b7d236d762de1031f51 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jul 19, 2012
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Jul 05, 2012
-
-
Daniel Teske authored
Change-Id: Ibf68583e3acbf02a3974e766481f20b640319d8a Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Jan 30, 2012
-
-
Tobias Hunger authored
Use Utils::FileName and Core::Id in Task structure. Change-Id: Ia0ed459f86df36ffe547abde7c240b0ac409bcf5 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jan 26, 2012
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jan 09, 2012
-
-
Friedemann Kleint authored
Change-Id: I893b225601a073bc5d74199dba3323f3e233560e Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Nov 03, 2011
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Aug 18, 2011
-
-
Friedemann Kleint authored
Change-Id: I19f100003427ba43aaae5ba0dc7078088017cb09 Reviewed-on: http://codereview.qt.nokia.com/3178 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Aug 17, 2011
-
-
Friedemann Kleint authored
Change-Id: I681bab48aafb029f4869209382493dfa36233a2d Reviewed-on: http://codereview.qt.nokia.com/3081 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- May 24, 2011
-
-
dt authored
This way we can make use of it in the cmake plugin Change-Id: Ie1887d49ea616ec62d91a73b4daa75d69cef61c9 Reviewed-on: http://codereview.qt.nokia.com/91 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- May 18, 2011
-
-
Tobias Hunger authored
* Fix unit tests to work with this stricter version Change-Id: Iaf6d333e4b4df54ddc340d261ce28538bfa1f3cf
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- Apr 13, 2011
-
-
hjk authored
-
- Jan 20, 2011
-
-
Tobias Hunger authored
-
- Jan 12, 2011
- Dec 17, 2010
-
-
con authored
-
- Sep 15, 2010
-
-
Tobias Hunger authored
* Set objectname on all parsers to be able to distinguish between them more easily when debugging * Add some unit tests about pass-through of data we need in the gcc parser to the parsers that enhd up in front of the gcc parser This is to address QTCREATORBUG-1917.
-
- Aug 03, 2010
-
-
Tobias Hunger authored
* Handle moc warnings there * Add unit tests * Use new parser in Qt's makestep Task-number: QTCREATORBUG-1908
-