| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Allos the | character in define values. | marha | 2010-01-14 | 2 | -4/+4 |
* | Added 64-bit compilation | marha | 2009-12-10 | 14 | -103/+93 |
* | Implemented which function. | marha | 2009-11-23 | 5 | -3/+13 |
* | Solved compilation warnings in linux. | marha | 2009-11-19 | 6 | -9/+10 |
* | Now the automatic dependency filename is derived from the makefile filename. | marha | 2009-11-19 | 2 | -5/+3 |
* | Solved problem when there are spaces in the commands to execute. | marha | 2009-11-12 | 2 | -2/+2 |
* | Avoid unnecessary re-compilations when environment variables are changed in m... | marha | 2009-11-10 | 5 | -52/+61 |
* | - Solved problem in generated error string when build-command failed.1.7.99.1 | marha | 2009-11-03 | 4 | -5/+5 |
* | Solved crash when svn command is not found. | marha | 2009-10-17 | 2 | -2/+2 |