Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zlib is now compiled as a dll | marha | 2012-06-25 | 15 | -114/+142 |
| | |||||
* | Made creation of temp files interprocess safe in windows | marha | 2012-03-12 | 7 | -37/+83 |
| | | | | | | | Fixes for 64-bit compilation Implemented realpath function Improved auodep scanning Solved a problem in dependency scanning | ||||
* | 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 |
| | | | | the parent directory. | ||||
* | Solved problem if last character not echoed in echo command. | marha | 2011-04-29 | 4 | -11/+22 |
| | | | | | | Solved linux warning Added option to disable checking of start directory. | ||||
* | 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 |
| | | | | | | | | | | 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 | ||||
* | svn merge ^/branches/released . | marha | 2011-03-02 | 2 | -0/+1766 |
|\ | |||||
* | | Solved problem of auto dependency scan not happening in case a rule exists ↵ | marha | 2011-02-03 | 2 | -3/+3 |
| | | | | | | | | (and not only for implicit rule) | ||||
* | | Solved problem of autodeps not checked when target does not exist and should ↵ | marha | 2011-02-02 | 2 | -2/+2 |
| | | | | | | | | build with implicit rule | ||||
* | | 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 | 44 | -21979/+0 |
| | | |||||
| * | Merged tools from trunk into released. This is to keep track of the original ↵ | marha | 2010-11-19 | 44 | -0/+21979 |
| | | | | versions of tools | ||||
* | 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 | 45 | -11459/+6360 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The += operator should also take the environment variables into account Solved problem when & in redirect operator on command line Solved syntax error when SPACE was follewed by SPACE Removed kdevelop3 project files Enable debug info in debug build on linux Added support for foreach function Fixed dependency problem for implicit rules with extra dependencies Increased gnu make compatibility: allow implicit rules without commands Solved wrong error message when it cannot build a target in mhmake_dbg On windows: when checking the extension of a command: make sure a / does not cause a wrong decision Added safety against recursive implicit rules. Fixed wrong check on failure to open makefiles. Make sure no message is printed when -include is used flex and bison generated files: make sure the #line statements have the correct line numbers for the debugger after having added one line in the beginning of the file after running the flex/bison. Make sure that the variable defined just before an error or message/info macro is defined when the message is generated. mhmake_dbg: print error message when a target cannot be build because the directory of the target does not exist (and no rule is defined for it) Reformatted message/info macro output Also print makefile and line number when using error and message macro Solved crash in mhmake_dbg when -C is specified on the command line Solved problem in macro expansion when 2 patsubst inside each other addprefix should not give an error when done on an empty string Use comspec when echo is followed by a pipe character (piping is not supported by the echo internal command of mhmake) Solved possible stack curruption (there was little chance that this was occuring) | ||||
* | Needed by new flex++.exe | marha | 2010-11-02 | 2 | -0/+0 |
| | |||||
* | Solved release compilation error | marha | 2010-11-01 | 2 | -2/+2 |
| | |||||
* | Implemented foreach function. | marha | 2010-11-01 | 4 | -59/+136 |
| | | | | | wildcard can now have multiple arguments | ||||
* | 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 | 26 | -1866/+4276 |
| | |||||
* | Solved linux compilation problem | marha | 2010-10-22 | 1 | -1/+1 |
| | |||||
* | Increased gnu make compatibility | marha | 2010-10-22 | 30 | -426/+657 |
| | | | | | Optimised | ||||
* | 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 ↵ | marha | 2010-09-05 | 2 | -3/+6 |
| | | | | case mhmakeconf is not defined | ||||
* | 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 |
| | |||||
* | Take VS2008 as default compilation | marha | 2010-05-29 | 1 | -4/+4 |
| | |||||
* | Added kdevelop4 project file | marha | 2010-05-26 | 4 | -3/+79 |
| | |||||
* | Solved mistake in makefile | marha | 2010-04-30 | 1 | -1/+1 |
| | |||||
* | Added ignore property. | marha | 2010-04-30 | 1 | -1/+0 |
| | | | | | Project file cleanup (no functional change) | ||||
* | 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 |
| |