aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src/mhmakefileparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implemented mkdir as an internal commandmarha2011-01-271-14/+8
* Use bison instead of bison++marha2011-01-191-25/+42
* Solved release compilation errormarha2010-11-011-1/+1
* Implemented foreach function.marha2010-11-011-1/+1
* Increased gnu make compatibility.marha2010-10-301-31/+55
* Increased gnu make compatibilitymarha2010-10-221-55/+137
* Also rebuild everything if one of the exported variables is changedmarha2010-10-181-0/+15
* Solved reentrancy problem in commandqueuemarha2010-10-061-4/+4
* Autodep optimisationmarha2010-09-021-29/+40
* Make it possible to use more complicated expressions in if statementsmarha2010-09-011-0/+136
* Added possibility to force a dependency scan on a target with .AUTODEPSmarha2010-08-041-0/+15
* Solved problem with $(@:%blabla=%) when there are spaces in the filenamemarha2010-03-161-1/+9
* Linux compilation is ok again.marha2010-02-191-0/+61
* svn merge --reintegrate ^/branches/mhmake.parallel .marha2010-02-181-90/+80
* linux: solved problem running svn info when the mhmakeconf points to a symbol...marha2010-02-151-0/+3
* Added 64-bit compilationmarha2009-12-101-50/+44
* Solved compilation warnings in linux.marha2009-11-191-1/+1
* Avoid unnecessary re-compilations when environment variables are changed in m...marha2009-11-101-42/+58
* Optimised auto dependency generationmarha2009-10-021-31/+43
* Removed useless code.marha2009-10-011-4/+0
* Changes for making it possible to have spaces in the MHMAKECONF environment v...marha2009-09-181-18/+24
* Escaping of the $ sign by doubling it was not always done correctly.marha2009-08-041-13/+9
* Added mhmake GNU make compatible (with extensions) make utility.marha2009-07-291-0/+1086