summaryrefslogtreecommitdiffstats
path: root/qmake/library/qmakebuiltins.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmake: Use QDir::toNativeSeparators on paths printed as infoAlessandro Portale2014-05-081-3/+3
* fix $$shell_path() for mingw+shOswald Buddenhagen2014-04-301-2/+10
* de-duplicate codeOswald Buddenhagen2014-04-041-3/+3
* qmake: add replacement function getenvJoerg Bornemann2014-03-201-1/+11
* support a cache that is really just a cacheOswald Buddenhagen2013-11-141-21/+33
* clean superfile and cachefile paths upon creationOswald Buddenhagen2013-11-141-2/+2
* Add JSON parsing support to qmake.Morten Johan Sørvig2013-10-171-1/+90
* qmake: add $$title() function to convert strings to title caseTor Arne Vestbø2013-09-241-2/+10
* avoid deadlock in cache() during spec/cache loadingOswald Buddenhagen2013-08-271-1/+1
* lock baseEnv in cache()Oswald Buddenhagen2013-08-271-3/+29
* implement simple VFS to support caching during project parsingOswald Buddenhagen2013-08-071-38/+5
* don't unnecessarily use QFileInfo::filePath()Oswald Buddenhagen2013-07-191-3/+3
* make stubs for dangerous/useless qmake functions in limited modeOswald Buddenhagen2013-06-121-8/+20
* Fix warningOrgad Shaneh2013-05-201-1/+1
* don't send output of $$join() and $$sprintf() through split_value_list()Oswald Buddenhagen2013-03-161-3/+2
* Remove braces for single lines of conditionsOrgad Shaneh2013-02-061-7/+4
* support alternative and multiple suffixes in $$resolve_depends()Oswald Buddenhagen2013-02-041-5/+10
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix qmake's pro file cache to interact correctly with write_fileSimon Hausmann2012-10-251-0/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* make error() abort the qmake run, not just the current fileOswald Buddenhagen2012-09-211-8/+14
* fix non-bootstrapped $$system()'s line end conversions on windowsOswald Buddenhagen2012-09-181-3/+7
* don't allow overloading of built-in functionsOswald Buddenhagen2012-09-181-12/+2
* remove support for non-lowercased $$eXpaNd() functionsOswald Buddenhagen2012-09-131-9/+0
* don't pretend that break()/next()/return() are functionsOswald Buddenhagen2012-09-131-29/+1
* port qmake to qt creator's qmake language evaluatorOswald Buddenhagen2012-09-111-0/+1684