| Commit message (Expand) | Author | Age | Files | Lines |
* | zlib is now compiled as a dll | marha | 2012-06-25 | 12 | -94/+118 |
* | Made creation of temp files interprocess safe in windows | marha | 2012-03-12 | 7 | -37/+83 |
* | Make sure that the mhmakecoonf env variable has the correct case | marha | 2011-10-27 | 2 | -3/+3 |
* | Made mhmake case sensitive for filenames | marha | 2011-10-27 | 2 | -5/+1 |
* | Solved possible crash | marha | 2011-10-06 | 2 | -7/+2 |
* | linux: make sure that newly created directories get the same permissions as | marha | 2011-08-01 | 3 | -3/+9 |
* | Solved problem if last character not echoed in echo command. | marha | 2011-04-29 | 4 | -11/+22 |
* | Added safety agains mhmakeconf value ending in backspace | marha | 2011-03-08 | 3 | -31/+30 |
* | Implement eval sort warning functions (see gnu make manual for description) | marha | 2011-03-04 | 11 | -386/+584 |
* | svn merge ^/branches/released . | marha | 2011-03-02 | 2 | -0/+1766 |
|\ |
|
* | | Solved problem of auto dependency scan not happening in case a rule exists (a... | marha | 2011-02-03 | 2 | -3/+3 |
* | | Solved problem of autodeps not checked when target does not exist and should ... | marha | 2011-02-02 | 2 | -2/+2 |
* | | Solved compile error | marha | 2011-02-02 | 2 | -2/+2 |
* | | Solved problem of doing an mkdir on an existing dir | marha | 2011-02-02 | 2 | -1/+2 |
* | | Print error message when mkdir function fails1.9.3.1 | marha | 2011-02-02 | 1 | -0/+3 |
* | | Solved problem when running python commands and spaces in paths | marha | 2011-02-02 | 2 | -10/+6 |
* | | Implemented mkdir as an internal command | marha | 2011-01-27 | 7 | -21/+67 |
* | | Solved problem when quotes and pipe characters on the command line in vista | marha | 2011-01-23 | 2 | -32/+32 |
|\| |
|
| * | Reintegrate tools from trunk | marha | 2010-11-19 | 25 | -10805/+0 |
| * | Merged tools from trunk into released. This is to keep track of the original ... | marha | 2010-11-19 | 25 | -0/+10805 |
* | Removed py2exe | marha | 2011-01-20 | 3 | -279/+1 |
* | Updated version info | marha | 2011-01-19 | 1 | -1/+1 |
* | Use bison instead of bison++ | marha | 2011-01-19 | 25 | -1616/+6332 |
* | Solved release compilation error | marha | 2010-11-01 | 2 | -2/+2 |
* | Implemented foreach function. | marha | 2010-11-01 | 4 | -59/+136 |
* | Make sure implicit rule searching is taking the extra dependencies into account | marha | 2010-10-31 | 5 | -60/+92 |
* | Increased gnu make compatibility. | marha | 2010-10-30 | 18 | -1746/+4149 |
* | Solved linux compilation problem | marha | 2010-10-22 | 1 | -1/+1 |
* | Increased gnu make compatibility | marha | 2010-10-22 | 26 | -418/+627 |
* | Also rebuild everything if one of the exported variables is changed | marha | 2010-10-18 | 4 | -2/+18 |
* | Solved reentrancy problem in commandqueue | marha | 2010-10-06 | 8 | -47/+72 |
* | Make sure that mhmake and mhmake_dbg are using the same autodep filename in c... | marha | 2010-09-05 | 2 | -3/+6 |
* | Solved possible build error when having rules with multiple targets | marha | 2010-09-03 | 2 | -2/+12 |
* | Autodep optimisation | marha | 2010-09-02 | 4 | -34/+49 |
* | Solved linux problems | marha | 2010-09-01 | 2 | -1/+6 |
* | Make it possible to use more complicated expressions in if statements | marha | 2010-09-01 | 5 | -13/+169 |
* | Added possibility to force a dependency scan on a target with .AUTODEPS | marha | 2010-08-04 | 7 | -3/+58 |
* | Solved crash when compiled with VS2010 | marha | 2010-07-09 | 4 | -8/+17 |
* | Previous VS2010 fix was not correct. | marha | 2010-04-30 | 1 | -1/+1 |
* | Make sure you are not using a subscript out of the string. | marha | 2010-04-30 | 1 | -1/+1 |
* | svn merge -c505 ^/branches/released . | marha | 2010-03-22 | 4 | -2/+19 |
* | Solved problem with $(@:%blabla=%) when there are spaces in the filename | marha | 2010-03-16 | 2 | -2/+10 |
* | Solved problem of some tabs that were not parsed as white space | marha | 2010-02-28 | 2 | -10/+10 |
* | Solved problem when path environment variable was larger then 1024 bytes | marha | 2010-02-25 | 3 | -6/+6 |
* | Solved reentrancy problem | marha | 2010-02-22 | 3 | -14/+23 |
* | Linux compilation is ok again. | marha | 2010-02-19 | 9 | -114/+280 |
* | Added copyright | marha | 2010-02-18 | 2 | -0/+40 |
* | Bumped version | marha | 2010-02-18 | 1 | -1/+1 |
* | svn merge --reintegrate ^/branches/mhmake.parallel . | marha | 2010-02-18 | 16 | -485/+830 |
* | linux: solved problem running svn info when the mhmakeconf points to a symbol... | marha | 2010-02-15 | 3 | -1/+18 |