Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zlib is now compiled as a dll | marha | 2012-06-25 | 1 | -9/+9 |
| | |||||
* | Made creation of temp files interprocess safe in windows | marha | 2012-03-12 | 1 | -0/+19 |
| | | | | | | | Fixes for 64-bit compilation Implemented realpath function Improved auodep scanning Solved a problem in dependency scanning | ||||
* | Implement eval sort warning functions (see gnu make manual for description) | marha | 2011-03-04 | 1 | -75/+216 |
| | | | | | | | | | | Solved errors in if and foreach implementations Removed message and reparse function (use info and eval instead) $n can be used to add new line define can be used to specify multi-line macros Solved error in argument expansion in call function | ||||
* | Implemented foreach function. | marha | 2010-11-01 | 1 | -29/+101 |
| | | | | | wildcard can now have multiple arguments | ||||
* | Increased gnu make compatibility. | marha | 2010-10-30 | 1 | -1/+1 |
| | |||||
* | Increased gnu make compatibility | marha | 2010-10-22 | 1 | -30/+30 |
| | | | | | Optimised | ||||
* | Linux compilation is ok again. | marha | 2010-02-19 | 1 | -3/+4 |
| | |||||
* | svn merge --reintegrate ^/branches/mhmake.parallel . | marha | 2010-02-18 | 1 | -82/+72 |
| | |||||
* | Added 64-bit compilation | marha | 2009-12-10 | 1 | -11/+11 |
| | | | | | Removed autodep optimisation. | ||||
* | Implemented which function. | marha | 2009-11-23 | 1 | -0/+8 |
| | |||||
* | - Solved problem in generated error string when build-command failed.1.7.99.1 | marha | 2009-11-03 | 1 | -2/+2 |
| | | | | | - Strip function now strips all white space (including \r and \n) | ||||
* | Optimised auto dependency generation | marha | 2009-10-02 | 1 | -18/+9 |
| | | | | | | Added control c handler in windows Now throw string exceptions instead of integer exceptions. | ||||
* | Changes for making it possible to have spaces in the MHMAKECONF environment ↵ | marha | 2009-09-18 | 1 | -11/+9 |
| | | | | variable. | ||||
* | - Made copy command recursive when copying a directory. | marha | 2009-08-04 | 1 | -0/+15 |
| | | | | | | | | | - 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. | ||||
* | Added mhmake GNU make compatible (with extensions) make utility. | marha | 2009-07-29 | 1 | -0/+767 |