summaryrefslogtreecommitdiffstats
path: root/qmake/generators/makefiledeps.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* Updated license headersJani Heikkinen2016-01-211-17/+12
* qmake: Combine two variables into an array to simplify a loop.Edward Welbourne2015-12-171-7/+5
* qmake: teach findMocs to handle backslash-newline gracefully.Edward Welbourne2015-12-171-36/+47
* qmake: simplify file-reading loop in findMocsEdward Welbourne2015-12-151-4/+4
* qmake: teach moc-detector to handle C++-11 raw stringsEdward Welbourne2015-12-151-81/+85
* qmake: Fix comment false-alarm bug in findMocs().Edward Welbourne2015-12-151-0/+2
* Rewrote qmake's #include-detection to be more faithful to CPP.Edward Welbourne2015-12-151-102/+236
* Don't ignore first character after a string.Edward Welbourne2015-12-111-7/+4
* Teach qmake's #include parser to recognize C++11 Raw strings.Edward Welbourne2015-12-081-9/+38
* Simplify a search for terminator.Edward Welbourne2015-11-241-7/+4
* Comment to point out problem with CRLF handling.Edward Welbourne2015-11-201-0/+1
* Simplify a loop's set-up and control.Edward Welbourne2015-11-201-2/+2
* Rework scan for keyword in preprocessor directive.Edward Welbourne2015-11-201-15/+11
* Skip spaces (after #) earlier to catch blank line or end-of-buffer.Edward Welbourne2015-11-201-8/+12
* Avoid having division caught up in parsing of comments.Edward Welbourne2015-11-201-14/+13
* Readability clean-up (purely cosmetic).Edward Welbourne2015-11-201-93/+97
* Rip out the #qmake_warning "preprocessor directive".Edward Welbourne2015-11-201-17/+1
* replace incorrect uses of fixPathToLocalOS() (mostly)Oswald Buddenhagen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Don't scan system includes for dependencies and don't list themThiago Macieira2014-01-201-1/+1
* Add support for using -isystem in qmakeThiago Macieira2014-01-201-0/+24
* remove support for Qtopia's QOM_OBJECT macroJoerg Bornemann2013-08-261-8/+3
* Fix leak when fd != -1Montel Laurent2013-03-231-2/+8
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* qmake: do not exclusively lock files for reading on Windows/MSVCJoerg Bornemann2012-11-231-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Use QStringList::join(QChar) overload where applicable [qmake]Marc Mutz2012-09-211-1/+1
* introduce qmake variable abstractionsOswald Buddenhagen2012-09-071-2/+2
* QByteArray: deprecate QT_NO_CAST_FROM_BYTEARRAY-protected operatorsMarc Mutz2012-02-261-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* support the obj-c #import statement in the dependency generatorOswald Buddenhagen2011-11-091-1/+2
* Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-09-121-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+961