summaryrefslogtreecommitdiffstats
path: root/src/jomlib/parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Speed up cycle checkingRobin Watts2023-08-101-0/+42
* Speed up preselectInferenceRulesRobin Watts2023-08-101-4/+10
* Fix wildcards in absolute path dependenciesJoerg Bornemann2022-07-071-1/+4
* Fix wildcard handling for subdirsJoerg Bornemann2016-06-271-4/+11
* update license headersJoerg Bornemann2016-02-111-18/+23
* implement special .NOTPARALLEL targetJoerg Bornemann2015-12-091-0/+5
* update license headersJoerg Bornemann2015-04-281-2/+2
* fix ignoring exit codes greater than 255Joerg Bornemann2015-03-171-1/+3
* unify license header styleJoerg Bornemann2014-02-071-0/+1
* repair expansion of filename macrosJoerg Bornemann2014-01-171-2/+29
* update license headersJoerg Bornemann2014-01-171-1/+1
* support globbing in dependency linesJoerg Bornemann2014-01-101-0/+26
* 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-1/+1
* do not distinguish between quoted and unquoted target namesJoerg Bornemann2012-05-111-5/+3
* minor performance improvement in splitTargetNamesJoerg Bornemann2012-03-021-1/+1
* fix performance penalty in Parser::findRulesByTargetNameJoerg Bornemann2012-03-021-24/+41
* license headers updatedJoerg Bornemann2012-01-251-1/+1
* fix command modifiers in inference rulesJoerg Bornemann2012-01-021-27/+5
* fix handling of the - command modifierJoerg Bornemann2011-11-221-8/+8
* fix email contact in licenseJoerg Bornemann2011-08-161-1/+1
* license header updateJoerg Bornemann2011-08-161-1/+1
* unreachable code removedJoerg Bornemann2011-08-121-1/+0
* handle quoted dollar signs in inline files correctlyJoerg Bornemann2011-08-121-1/+1
* .SYNC directive implementedJoerg Bornemann2011-08-091-2/+32
* compile with QT_NO_CAST_FROM_ASCII and QT_NO_CAST_TO_ASCIIJoerg Bornemann2011-07-281-29/+42
* parser: unused member removedJoerg Bornemann2011-04-151-1/+0
* fast retrieval of file datesJoerg Bornemann2011-03-191-1/+1
* don't filter comments in inline filesJoerg Bornemann2010-10-291-1/+9
* use CRLF line endings in inline filesJoerg Bornemann2010-10-251-1/+1
* handle .SUFFIXES properlyJoerg Bornemann2010-10-011-76/+33
* do not store suffixes per description blockJoerg Bornemann2010-10-011-7/+2
* macro substitution implementedJoerg Bornemann2010-09-281-15/+19
* show filename and line on macro expansion errorJoerg Bornemann2010-09-241-18/+25
* Merge remote branch 'origin/master' into experimentalJoerg Bornemann2010-09-171-1/+1
* refactoringJoerg Bornemann2010-06-251-8/+9
* use a static lib for jom's internalsJoerg Bornemann2010-05-161-0/+633