summaryrefslogtreecommitdiff
path: root/src/linguist/shared/profileevaluator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add ProFileEvaluator::resolvedMkSpec()Daniel Teske2013-05-281-0/+5
| | | | | | | | | | | sync up implementation with qtcreator. Change-Id: I9408541a09a6a687fdbae879bd1ab4c92e62aa1e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> (cherry picked from qtcreator/867d655278398561c2bfe879e42062f93ae85453) (cherry picked from qtcreator/7d4e3b7b4c69c9bcc42aa278ce91f4188fc06534) Reviewed-by: hjk <hjk121@nokiamail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* excerpt from "Qt4Project: Do a build_pass evaluation"Daniel Teske2013-05-281-0/+15
| | | | | | | | | | | sync up the implementation with qtcreator Change-Id: I3673dd93b37b10102a0c1f1ce053e1aef8aaf53f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Daniel Teske <daniel.teske@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> (cherry picked from qtcreator/95169eb8e39c6f43b7e74fbb18d4db19a38b0124) Reviewed-by: hjk <hjk121@nokiamail.com>
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
| | | | | | | Change-Id: I9b11dc8309c9739955e3acea12b564d6ad608f59 Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-251-24/+24
| | | | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: If89e41b25a242ff376eacdf8790957bcf499cc66 Reviewed-by: Janne Anttila <janne.anttila@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* update qmake evaluator to newest version from qt creatorOswald Buddenhagen2012-09-201-3369/+43
| | | | | | Change-Id: I66ec46dd87f922094f6937b50cc40e02ef08cc86 Reviewed-by: Daniel Teske <daniel.teske@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* Fix cross compilationYuchen Deng2012-07-021-1/+1
| | | | | | Change-Id: I1c9fba9bcbec9cc2b9bcca7bbb77525173937a16 Reviewed-by: Laszlo Papp <lpapp@kde.org> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Don't use the QRegExp methods that modify the object [Linguist]Thiago Macieira2012-04-251-2/+2
| | | | | | | | | | | | | QRegExp matching methods modify the object, which we don't want to. In particular, when we receive a QRegExp from the user or we store in a context that might require thread-safety, make sure we make a copy before using it. QRegularExpression has no such shortcoming. Task-number: QTBUG-25064 Change-Id: I181d37fd98b00550dd98d418a33183a4bde0c532 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
| | | | | | | | | | | As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: Ib4b7580dda53886247ad6eb10d17d8e67c51980d Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
| | | | | | | | Replace Nokia contact email address with Qt Project website. Change-Id: I3841a7c154b90b73fe8f498fda035c8b3545c692 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update copyright year in license headers.Jason McDonald2012-01-061-1/+1
| | | | | | Change-Id: I89fb3609f49f9a4f1e7d658b05e212febcb14c94 Sanity-Review: Jason McDonald <jason.mcdonald@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* make $$join() implementation qmake-compliantOswald Buddenhagen2011-12-131-1/+1
| | | | | | | | | Task-number: QTCREATORBUG-6441 Change-Id: I1d18c81f76cda71654a85c23b7b53b4aae0d51c6 Reviewed-by: Daniel Teske <daniel.teske@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> (cherry picked from commit 555e539760998fcff1e3117abc5080c4fee47275) Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
* Make sysrootify case-insensitive on windowsDaniel Teske2011-12-131-2/+8
| | | | | | | | | Task-Number: QTCREATORBUG-6419 Change-Id: If3ab035ee3a117744213d5e3db3ffa41f7283d53 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> (cherry picked from commit e7c6b9dbbbba8224dd7abaa2b513bec66fbf3abf) Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
* Removed dead assignmentsRobert Loehning2011-12-131-2/+2
| | | | | | | Change-Id: I1368cb534284016479211160cd8bf3cbc2f738e4 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> (cherry picked from commit 75719f04ee2c41312c70fee2271796d05ea08c0e) Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
* implement qt5 $$sort_depends() and $$resolve_depends()Oswald Buddenhagen2011-12-131-2/+55
| | | | | | | | | | | | Task-number: QTCREATORBUG-5289 Change-Id: I15e08005c13d12afd5791796d676b30c726fadc3 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com> (cherry picked from commit 330e118424f67d7e9de764b2d1fb1dad8000974e) (cherry picked from commit 7cd17f3f41dfbcf6c7cb791dd4db890815f8468c) Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* "fix" license headersOswald Buddenhagen2011-09-121-14/+23
| | | | | | | | | | | our policy and even more its implementation is mildly braindead ... (cherry picked from commit 29a0fc05c1c0d31adc3787feb4d79bcc0af930f8) Change-Id: I2a97a691af9218f035d4771820a9a265f945ad27 Reviewed-on: http://codereview.qt-project.org/4615 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* synchronize qmake project parser with qt creatorOswald Buddenhagen2011-09-121-1671/+2534
| | | | | | | | | | | | | | qt creator as of ddb918f. not feeling like replaying the whole history ... (cherry picked from commit f1249f94c07654f0b76e7a90fb81ed5b58cd30f7) Conflicts: tools/linguist/shared/profileevaluator.cpp Change-Id: Ief6f9bc0eed4e8a759e95ed321d158f4017710d4 Reviewed-on: http://codereview.qt-project.org/4605 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Compile against qtbase againAlan Alpert2011-07-071-2/+0
| | | | | | | | | Probably an overlooked detail in the recent demos exorcism Change-Id: I878898233e895f8ae23cb16b7a5ac8581eebcd00 Reviewed-on: http://codereview.qt.nokia.com/1293 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
* Update licenseheader text in source files for qttools Qt moduleJyri Tahtela2011-05-241-17/+17
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+2627
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12