aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Loader: push/pop the script context in resolve methodJoerg Bornemann2012-09-211-2/+1
* ScriptEngineContextPusher introducedJoerg Bornemann2012-09-211-0/+21
* remove Loader::resolveProject overloadJoerg Bornemann2012-09-214-20/+10
* don't clutter the global object when evaluating probesJoerg Bornemann2012-09-212-4/+15
* simplify init function of JS extension classesJoerg Bornemann2012-09-218-12/+15
* ScopeChain: no need to save the global objectJoerg Bornemann2012-09-212-3/+1
* addJSImport: do not clutter the global objectJoerg Bornemann2012-09-211-2/+3
* clarify comment in addJSImportJoerg Bornemann2012-09-211-1/+3
* remove misnamed and almost useless addJSImport functionJoerg Bornemann2012-09-213-14/+3
* don't clutter the global object in setupBuildEnvironmentJoerg Bornemann2012-09-211-4/+4
* fix typo in SourceProjectJoerg Bornemann2012-09-202-3/+3
* move project environment out of project configJoerg Bornemann2012-09-205-8/+8
* Added include parser support for ObjC++ and ObjCRuslan Nigmatullin2012-09-201-4/+30
* remove unnecessary QString::contains call from Loader::resolveFilesJoerg Bornemann2012-09-191-2/+1
* Added support for wildcard patterns in filesRuslan Nigmatullin2012-09-198-16/+168
* Fixed path to Madde's perl librariesRuslan Nigmatullin2012-09-181-1/+1
* Added targetPlatform property to qbsRuslan Nigmatullin2012-09-183-1/+8
* Added ability to set condition property from command lineRuslan Nigmatullin2012-09-171-1/+14
* Set default value for Probe's property foundRuslan Nigmatullin2012-09-131-1/+3
* fix error location for imported JS filesJoerg Bornemann2012-09-121-2/+3
* missing popContext in loader addedJoerg Bornemann2012-09-121-0/+1
* remove unnecessary indirection for qbs.getenvJoerg Bornemann2012-09-122-11/+4
* use the right scope to evaluate dependency conditionsJoerg Bornemann2012-09-122-25/+18
* FileTagger fixAleksey Sidorov2012-09-113-3/+21
* Fixed moduleSearchPaths behaviour for ProductModuleRuslan Nigmatullin2012-09-061-0/+8
* Fixed JS context for Probe's functionsRuslan Nigmatullin2012-09-051-7/+19
* Fixed usage of qbs property in direct Module successorsRuslan Nigmatullin2012-09-051-2/+2
* Added qbs.getenv methodRuslan Nigmatullin2012-08-202-0/+23
* Added support for ProbesRuslan Nigmatullin2012-08-202-4/+121
* Added ability to set environment for ProcessRuslan Nigmatullin2012-08-162-0/+39
* Fixed api style for TextFileRuslan Nigmatullin2012-08-152-10/+10
* Add Process to JavaScriptRuslan Nigmatullin2012-08-145-0/+272
* Don't need isInstalled property anymoreYuchen Deng2012-08-012-16/+0
* don't use CONFIG+=staticlib anymoreJoerg Bornemann2012-07-162-50/+1
* Remove MT support.Christian Kandeler2012-06-263-199/+0
* Fix cross build use mingw-w64 for WindowsYuchen Deng2012-06-242-2/+2
* setup-qt introduce --detect optionJoerg Bornemann2012-06-111-10/+14
* setup-qt don't yell at usersJoerg Bornemann2012-06-111-4/+4
* setup-qt Windows fixJoerg Bornemann2012-06-111-1/+6
* setup-qt handle Windows line endingsJoerg Bornemann2012-06-111-1/+1
* BG: missing null pointer check addedJoerg Bornemann2012-06-091-1/+4
* check if property values are in the range of allowed valuesJoerg Bornemann2012-06-082-6/+29
* directly write BG to diskJoerg Bornemann2012-06-079-259/+202
* style fixJoerg Bornemann2012-06-071-1/+1
* scanning: cache invariants per configurationJoerg Bornemann2012-06-074-32/+114
* scanning: only collect include paths if the scanner needs themJoerg Bornemann2012-06-074-7/+17
* remove needless windows.h include from executor.cppJoerg Bornemann2012-06-051-4/+0
* ScanResultCache::Dependency performance fixJoerg Bornemann2012-06-054-27/+36
* use C++ scanner for C and Windows .rc filesJoerg Bornemann2012-06-051-1/+21
* Try to optimize the critical path.Christian Kandeler2012-06-043-10/+25