summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* unused QProcess include and fwd declaration removedJoerg Bornemann2012-06-052-2/+0
* build with namespaced QtJoerg Bornemann2012-06-052-0/+5
* helper function trimLeft for QString addedJoerg Bornemann2012-05-162-0/+13
* enhanced responsiveness of subjom outputJoerg Bornemann2012-05-161-2/+12
* fix whitespaces in command line argumentsJoerg Bornemann2012-05-161-2/+4
* print arguments on command line errorJoerg Bornemann2012-05-162-5/+10
* fix cmake buildJoerg Bornemann2012-05-161-0/+1
* ++nVersionPatchJoerg Bornemann2012-05-111-1/+1
* filetime.{h|cpp} renamed to fastfileinfo.{h|cpp}Joerg Bornemann2012-05-119-10/+9
* don't autoremove double quotes in FastFileInfoJoerg Bornemann2012-05-111-17/+4
* remove FileInfo classJoerg Bornemann2012-05-115-26/+7
* do not distinguish between quoted and unquoted target namesJoerg Bornemann2012-05-118-56/+23
* fix performance penalty in DependencyGraph::internalBuildJoerg Bornemann2012-05-113-3/+12
* fix build without precompiled header fileJoerg Bornemann2012-04-052-0/+4
* fix shadow build of jomJoerg Bornemann2012-03-144-20/+24
* build fix for VS 2005Joerg Bornemann2012-03-141-0/+4
* separate version number parts in distribution scriptv1.0.11Joerg Bornemann2012-03-121-2/+7
* mention the project's wiki page in READMEJoerg Bornemann2012-03-121-0/+1
* invalidate fileinfo cache for files we've just builtJoerg Bornemann2012-03-073-8/+24
* minor performance improvement in splitTargetNamesJoerg Bornemann2012-03-021-1/+1
* performance improvement in MacroTable::expandMacrosJoerg Bornemann2012-03-021-3/+19
* small performance improvement in Makefile::targetJoerg Bornemann2012-03-021-16/+18
* fix performance penalty in Parser::findRulesByTargetNameJoerg Bornemann2012-03-025-51/+70
* performance penalty fixed in Preprocessor::parseMacroJoerg Bornemann2012-03-021-2/+2
* changelog updatedJoerg Bornemann2012-03-011-0/+3
* cache retrieved file attributesJoerg Bornemann2012-03-011-0/+17
* round off help outputJoerg Bornemann2012-03-011-7/+24
* use /? and /H for showing the helpJoerg Bornemann2012-03-011-3/+4
* group process cmdline output and process outputJoerg Bornemann2012-03-013-2/+16
* set stdout to _O_BINARY for process outputJoerg Bornemann2012-03-011-12/+33
* flush output streams where neededJoerg Bornemann2012-03-012-0/+5
* changelog updatedJoerg Bornemann2012-02-221-1/+5
* fix line endings in process outputJoerg Bornemann2012-02-221-4/+8
* return exit code 1 if build fails and -k is givenJoerg Bornemann2012-02-227-12/+43
* ++nVersionPatchJoerg Bornemann2012-02-221-1/+1
* changelog updatedv1.0.10Joerg Bornemann2012-02-201-1/+4
* fix for Windows XPJoerg Bornemann2012-02-201-1/+14
* ++nVersionPatchJoerg Bornemann2012-02-201-1/+1
* added QEXPECT_FAILs for file name macros and QTCREATORBUG-6932v1.0.9Joerg Bornemann2012-02-091-0/+8
* ParserTest::fileNameMacros fixedJoerg Bornemann2012-02-091-9/+1
* changelog updatedJoerg Bornemann2012-02-091-0/+2
* printf => fputs stdout. Command output may include '%'okuoku2012-02-061-1/+1
* include file lookup fixedJoerg Bornemann2012-01-272-2/+2
* fix race condition in ProcessJoerg Bornemann2012-01-262-7/+34
* use secure random numbers for pipe namesJoerg Bornemann2012-01-252-19/+36
* license headers updatedJoerg Bornemann2012-01-2541-37/+129
* use I/O completion ports for reading process outputJoerg Bornemann2012-01-257-111/+332
* fix handling of shell builtinsJoerg Bornemann2012-01-251-3/+9
* fix potential infinite loop in isSubJom checkJoerg Bornemann2012-01-181-1/+4
* fix bad usage of printfJoerg Bornemann2012-01-162-2/+2