Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | marha | 2010-02-15 | 3 | -1/+18 |
| | | | | | | | symbolic link autodep scanning: # include may contain spaces | ||||
* | Allos the | character in define values. | marha | 2010-01-14 | 2 | -4/+4 |
| | |||||
* | Added 64-bit compilation | marha | 2009-12-10 | 14 | -103/+93 |
| | | | | | Removed autodep optimisation. | ||||
* | 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 |
| | | | | | Fix suggested by David Lawler (djlawler@users.sourceforge.net) | ||||
* | Avoid unnecessary re-compilations when environment variables are changed in ↵ | marha | 2009-11-10 | 5 | -52/+61 |
| | | | | makefiles. | ||||
* | - Solved problem in generated error string when build-command failed.1.7.99.1 | marha | 2009-11-03 | 4 | -5/+5 |
| | | | | | - Strip function now strips all white space (including \r and \n) | ||||
* | Solved crash when svn command is not found. | marha | 2009-10-17 | 2 | -2/+2 |
| | |||||
* | Optimised auto dependency generation | marha | 2009-10-02 | 14 | -129/+152 |
| | | | | | | Added control c handler in windows Now throw string exceptions instead of integer exceptions. | ||||
* | Removed useless code. | marha | 2009-10-01 | 1 | -4/+0 |
| | |||||
* | Changes for making it possible to have spaces in the MHMAKECONF environment ↵ | marha | 2009-09-18 | 10 | -168/+218 |
| | | | | variable. | ||||
* | Escaping of the $ sign by doubling it was not always done correctly. | marha | 2009-08-04 | 4 | -23/+19 |
| | |||||
* | - Made copy command recursive when copying a directory. | marha | 2009-08-04 | 6 | -78/+112 |
| | | | | | | | | | - When -q is specified output nothing. - Solved problem when mhmake is run from inside Visual Studio (output of cl.exe was send directly to the IDE instead of stdout) - Added strip function - Now use the svn info command to get the revision from the working copy. - Removed VC6 solution file. | ||||
* | mhmake now compiles. | marha | 2009-07-29 | 2 | -6/+0 |
| | |||||
* | Added mhmake GNU make compatible (with extensions) make utility. | marha | 2009-07-29 | 25 | -0/+10805 |