Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Previous VS2010 fix was not correct. | marha | 2010-04-30 | 1 | -1/+1 |
| | |||||
* | Added visual studio 2010 project files. | marha | 2010-04-30 | 4 | -2/+621 |
| | |||||
* | 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 | 10 | -116/+290 |
| | |||||
* | 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 | 19 | -553/+898 |
| | |||||
* | 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 | 15 | -116/+588 |
| | | | | | Removed autodep optimisation. | ||||
* | Use vcbuild also on non-express versions of Visual Studio. | marha | 2009-11-24 | 1 | -15/+2 |
| | |||||
* | vcexpress: use vcbuild to do the build from mhmake | marha | 2009-11-23 | 1 | -6/+8 |
| | |||||
* | Implemented which function. | marha | 2009-11-23 | 6 | -4/+23 |
| | |||||
* | 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 |
| | |||||
* | Now mhmake can be compiled with mhmake | marha | 2009-09-20 | 1 | -16/+4 |
| | |||||
* | 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 | 7 | -102/+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 | 7 | -30/+688 |
| | |||||
* | Added mhmake GNU make compatible (with extensions) make utility. | marha | 2009-07-29 | 44 | -0/+21979 |