summaryrefslogtreecommitdiffstats
path: root/src/jomlib/macrotable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of macro definitions on command lineJoerg Bornemann2019-03-251-5/+43
* update license headersJoerg Bornemann2016-02-111-18/+23
* update license headersJoerg Bornemann2015-04-281-2/+2
* unify license header styleJoerg Bornemann2014-02-071-0/+1
* update license headersJoerg Bornemann2014-01-171-1/+1
* make macro substitutions reusableJoerg Bornemann2013-01-021-7/+17
* update license headersJoerg Bornemann2013-01-021-1/+1
* fix handling of environment variables with lowercase namesJoerg Bornemann2012-11-211-3/+4
* ignore environment variables that cause syntax errorsJoerg Bornemann2012-11-211-1/+12
* license headers updatedJoerg Bornemann2012-11-191-5/+2
* Add missing format string in printf statementsMats Bengtsson2012-11-161-4/+1
* introduce ProcessEnvironment classJoerg Bornemann2012-09-221-10/+1
* expand macro values for environment variables definition timeJoerg Bornemann2012-09-061-2/+2
* expand values when setting environment variablesJoerg Bornemann2012-09-051-2/+2
* small performance improvementJoerg Bornemann2012-09-051-2/+35
* unused include removedJoerg Bornemann2012-09-051-1/+0
* performance improvement in MacroTable::expandMacrosJoerg Bornemann2012-03-021-3/+19
* license headers updatedJoerg Bornemann2012-01-251-1/+1
* fix email contact in licenseJoerg Bornemann2011-08-161-1/+1
* license header updateJoerg Bornemann2011-08-161-1/+1
* handle quoted dollar signs in inline files correctlyJoerg Bornemann2011-08-121-22/+32
* fix multiple macro substitutions in one lineJoerg Bornemann2011-08-121-0/+1
* compile with QT_USE_FAST_CONCATENATION and QT_USE_FAST_OPERATOR_PLUSJoerg Bornemann2011-07-281-1/+1
* compile with QT_NO_CAST_FROM_ASCII and QT_NO_CAST_TO_ASCIIJoerg Bornemann2011-07-281-8/+10
* removed superfluous call of SetEnvironmentVariableExJoerg Bornemann2010-11-091-5/+1
* fix macro substitutions with a colon in the replacementJoerg Bornemann2010-10-081-3/+4
* make substitution in filename macros workJoerg Bornemann2010-10-011-2/+1
* fix $ escaping in filename macrosJoerg Bornemann2010-10-011-2/+18
* macro substitution implementedJoerg Bornemann2010-09-281-9/+67
* fix macrotable autotest regressionJoerg Bornemann2010-09-241-7/+3
* fix infinite loop in MacroTable::expandMacrosJoerg Bornemann2010-09-171-24/+29
* refactoringJoerg Bornemann2010-06-251-13/+8
* use a static lib for jom's internalsJoerg Bornemann2010-05-161-0/+246