aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src/util.h
Commit message (Expand)AuthorAgeFilesLines
* Some minor modificationsmarha2013-09-121-1/+38
* mhmake: solved file date checking on 64-bit windowsmarha2013-01-311-1/+1
* zlib is now compiled as a dllmarha2012-06-251-1/+1
* Made creation of temp files interprocess safe in windowsmarha2012-03-121-1/+1
* Make sure that the mhmakecoonf env variable has the correct casemarha2011-10-271-1/+1
* Made mhmake case sensitive for filenamesmarha2011-10-271-1/+1
* Solved possible crashmarha2011-10-061-1/+1
* linux: make sure that newly created directories get the same permissions asmarha2011-08-011-1/+1
* Solved problem if last character not echoed in echo command.marha2011-04-291-1/+1
* Added safety agains mhmakeconf value ending in backspacemarha2011-03-081-1/+1
* Implement eval sort warning functions (see gnu make manual for description)marha2011-03-041-2/+42
* Solved problem of auto dependency scan not happening in case a rule exists (a...marha2011-02-031-1/+1
* Solved problem of autodeps not checked when target does not exist and should ...marha2011-02-021-1/+1
* Solved compile errormarha2011-02-021-1/+1
* Solved problem of doing an mkdir on an existing dirmarha2011-02-021-1/+1
* Solved problem when running python commands and spaces in pathsmarha2011-02-021-1/+1
* Implemented mkdir as an internal commandmarha2011-01-271-1/+2
* Solved problem when quotes and pipe characters on the command line in vistamarha2011-01-231-1/+1
|\
| * Reintegrate tools from trunkmarha2010-11-191-229/+0
| * Merged tools from trunk into released. This is to keep track of the original ...marha2010-11-191-0/+229
* Removed py2exemarha2011-01-201-1/+1
* Use bison instead of bison++marha2011-01-191-1/+1
* Solved release compilation errormarha2010-11-011-1/+1
* Make sure implicit rule searching is taking the extra dependencies into accountmarha2010-10-311-1/+1
* Increased gnu make compatibility.marha2010-10-301-2/+2
* Increased gnu make compatibilitymarha2010-10-221-6/+7
* Also rebuild everything if one of the exported variables is changedmarha2010-10-181-1/+1
* Solved reentrancy problem in commandqueuemarha2010-10-061-1/+1
* Make sure that mhmake and mhmake_dbg are using the same autodep filename in c...marha2010-09-051-1/+1
* Solved possible build error when having rules with multiple targetsmarha2010-09-031-1/+1
* Autodep optimisationmarha2010-09-021-1/+1
* Make it possible to use more complicated expressions in if statementsmarha2010-09-011-1/+1
* Added possibility to force a dependency scan on a target with .AUTODEPSmarha2010-08-041-1/+1
* Solved crash when compiled with VS2010marha2010-07-091-1/+1
* svn merge -c505 ^/branches/released .marha2010-03-221-1/+1
* Solved problem with $(@:%blabla=%) when there are spaces in the filenamemarha2010-03-161-1/+1
* Solved problem of some tabs that were not parsed as white spacemarha2010-02-281-1/+1
* Solved problem when path environment variable was larger then 1024 bytesmarha2010-02-251-1/+1
* Solved reentrancy problemmarha2010-02-221-1/+1
* Bumped versionmarha2010-02-181-1/+1
* svn merge --reintegrate ^/branches/mhmake.parallel .marha2010-02-181-4/+2
* linux: solved problem running svn info when the mhmakeconf points to a symbol...marha2010-02-151-1/+1
* Allos the | character in define values.marha2010-01-141-1/+1
* Added 64-bit compilationmarha2009-12-101-1/+1
* Implemented which function.marha2009-11-231-1/+3
* Now the automatic dependency filename is derived from the makefile filename.marha2009-11-191-3/+1
* Solved problem when there are spaces in the commands to execute.marha2009-11-121-1/+1
* Avoid unnecessary re-compilations when environment variables are changed in m...marha2009-11-101-1/+1
* - Solved problem in generated error string when build-command failed.1.7.99.1marha2009-11-031-1/+1
* Solved crash when svn command is not found.marha2009-10-171-1/+1