aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src
Commit message (Expand)AuthorAgeFilesLines
* Added safety agains mhmakeconf value ending in backspacemarha2011-03-083-31/+30
* Implement eval sort warning functions (see gnu make manual for description)marha2011-03-0411-386/+584
* svn merge ^/branches/released .marha2011-03-022-0/+1766
|\
* | Solved problem of auto dependency scan not happening in case a rule exists (a...marha2011-02-032-3/+3
* | Solved problem of autodeps not checked when target does not exist and should ...marha2011-02-022-2/+2
* | Solved compile errormarha2011-02-022-2/+2
* | Solved problem of doing an mkdir on an existing dirmarha2011-02-022-1/+2
* | Print error message when mkdir function fails1.9.3.1marha2011-02-021-0/+3
* | Solved problem when running python commands and spaces in pathsmarha2011-02-022-10/+6
* | Implemented mkdir as an internal commandmarha2011-01-277-21/+67
* | Solved problem when quotes and pipe characters on the command line in vistamarha2011-01-232-32/+32
|\|
| * Reintegrate tools from trunkmarha2010-11-1925-10805/+0
| * Merged tools from trunk into released. This is to keep track of the original ...marha2010-11-1925-0/+10805
* Removed py2exemarha2011-01-203-279/+1
* Updated version infomarha2011-01-191-1/+1
* Use bison instead of bison++marha2011-01-1925-1616/+6332
* Solved release compilation errormarha2010-11-012-2/+2
* Implemented foreach function.marha2010-11-014-59/+136
* Make sure implicit rule searching is taking the extra dependencies into accountmarha2010-10-315-60/+92
* Increased gnu make compatibility.marha2010-10-3018-1746/+4149
* Solved linux compilation problemmarha2010-10-221-1/+1
* Increased gnu make compatibilitymarha2010-10-2226-418/+627
* Also rebuild everything if one of the exported variables is changedmarha2010-10-184-2/+18
* Solved reentrancy problem in commandqueuemarha2010-10-068-47/+72
* Make sure that mhmake and mhmake_dbg are using the same autodep filename in c...marha2010-09-052-3/+6
* Solved possible build error when having rules with multiple targetsmarha2010-09-032-2/+12
* Autodep optimisationmarha2010-09-024-34/+49
* Solved linux problemsmarha2010-09-012-1/+6
* Make it possible to use more complicated expressions in if statementsmarha2010-09-015-13/+169
* Added possibility to force a dependency scan on a target with .AUTODEPSmarha2010-08-047-3/+58
* Solved crash when compiled with VS2010marha2010-07-094-8/+17
* Previous VS2010 fix was not correct. marha2010-04-301-1/+1
* Make sure you are not using a subscript out of the string.marha2010-04-301-1/+1
* svn merge -c505 ^/branches/released .marha2010-03-224-2/+19
* Solved problem with $(@:%blabla=%) when there are spaces in the filenamemarha2010-03-162-2/+10
* Solved problem of some tabs that were not parsed as white spacemarha2010-02-282-10/+10
* Solved problem when path environment variable was larger then 1024 bytesmarha2010-02-253-6/+6
* Solved reentrancy problemmarha2010-02-223-14/+23
* Linux compilation is ok again.marha2010-02-199-114/+280
* Added copyrightmarha2010-02-182-0/+40
* Bumped versionmarha2010-02-181-1/+1
* svn merge --reintegrate ^/branches/mhmake.parallel .marha2010-02-1816-485/+830
* linux: solved problem running svn info when the mhmakeconf points to a symbol...marha2010-02-153-1/+18
* Allos the | character in define values.marha2010-01-142-4/+4
* Added 64-bit compilationmarha2009-12-1014-103/+93
* Implemented which function.marha2009-11-235-3/+13
* Solved compilation warnings in linux.marha2009-11-196-9/+10
* Now the automatic dependency filename is derived from the makefile filename.marha2009-11-192-5/+3
* Solved problem when there are spaces in the commands to execute.marha2009-11-122-2/+2
* Avoid unnecessary re-compilations when environment variables are changed in m...marha2009-11-105-52/+61