summaryrefslogtreecommitdiffstats
path: root/src/jomlib/makefile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Speed up cycle checkingRobin Watts2023-08-101-0/+1
* Replace the deprecated qStableSort with std::stable_sortJoerg Bornemann2019-04-241-1/+2
* Fix initialization order warningsJoerg Bornemann2017-02-141-6/+6
* Remove usages of qFindJoerg Bornemann2016-11-111-5/+1
* update license headersJoerg Bornemann2016-02-111-18/+23
* implement special .NOTPARALLEL targetJoerg Bornemann2015-12-091-1/+2
* update license headersJoerg Bornemann2015-04-281-2/+2
* allow multiple minus characters before commandsJoerg Bornemann2015-03-171-2/+7
* fix ignoring exit codes greater than 255Joerg Bornemann2015-03-171-2/+6
* fix $? filename macro for nonexistent targetsJoerg Bornemann2015-03-171-7/+0
* fix quoting of dependencies with spacesJoerg Bornemann2014-10-131-21/+9
* unify license header styleJoerg Bornemann2014-02-071-0/+1
* update license headersJoerg Bornemann2014-01-171-1/+1
* fix filename macro modifiers for $** and $?Joerg Bornemann2013-01-021-43/+68
* make macro substitutions reusableJoerg Bornemann2013-01-021-1/+3
* update license headersJoerg Bornemann2013-01-021-1/+1
* license headers updatedJoerg Bornemann2012-11-191-5/+2
* Remove platform specific pathname handlingMats Bengtsson2012-11-161-2/+3
* Add missing format string in printf statementsMats Bengtsson2012-11-161-19/+8
* fix cmake buildJoerg Bornemann2012-05-161-0/+1
* filetime.{h|cpp} renamed to fastfileinfo.{h|cpp}Joerg Bornemann2012-05-111-1/+0
* remove FileInfo classJoerg Bornemann2012-05-111-5/+5
* do not distinguish between quoted and unquoted target namesJoerg Bornemann2012-05-111-9/+4
* fix performance penalty in DependencyGraph::internalBuildJoerg Bornemann2012-05-111-0/+9
* fix performance penalty in Parser::findRulesByTargetNameJoerg Bornemann2012-03-021-20/+21
* license headers updatedJoerg Bornemann2012-01-251-1/+1
* make sure $(?) and $(**) do not create garbage when there are no dependentsVictor Savu2012-01-091-0/+2
* Do not display garbage for $** and $? if there are no dependentsVictor Savu2012-01-091-0/+2
* fix command modifiers in inference rulesJoerg Bornemann2012-01-021-0/+35
* save the Makefile's filename in the makefile objectJoerg Bornemann2011-09-221-2/+3
* fix email contact in licenseJoerg Bornemann2011-08-161-1/+1
* license header updateJoerg Bornemann2011-08-161-1/+1
* style fixJoerg Bornemann2011-08-151-1/+1
* fix replacement of $< in inline filesJoerg Bornemann2011-08-151-2/+2
* handle quoted dollar signs in inline files correctlyJoerg Bornemann2011-08-121-13/+7
* fix error messageJoerg Bornemann2011-08-121-1/+1
* compile with QT_NO_CAST_FROM_ASCII and QT_NO_CAST_TO_ASCIIJoerg Bornemann2011-07-281-4/+4
* out of date check fixedJoerg Bornemann2011-04-061-35/+0
* fast retrieval of file datesJoerg Bornemann2011-03-191-9/+9
* introduce InferenceRule::inferredDependent(QString targetName)Joerg Bornemann2010-10-151-16/+20
* remove unused members from DescriptionBlockJoerg Bornemann2010-10-131-4/+0
* fix macro substitutions with a colon in the replacementJoerg Bornemann2010-10-081-1/+1
* expand filename macros in inline filesJoerg Bornemann2010-10-021-0/+1
* fix off-by-one error in DescriptionBlock::expandFileNameMacrosJoerg Bornemann2010-10-021-1/+1
* batch mode implementedJoerg Bornemann2010-10-011-20/+82
* handle .SUFFIXES properlyJoerg Bornemann2010-10-011-7/+24
* do not store suffixes per description blockJoerg Bornemann2010-10-011-2/+0
* make substitution in filename macros workJoerg Bornemann2010-10-011-0/+1
* fix $ escaping in filename macrosJoerg Bornemann2010-10-011-0/+2
* macro substitution implementedJoerg Bornemann2010-09-281-1/+20