aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src/build.cpp
Commit message (Collapse)AuthorAgeFilesLines
* mhmake: solved file date checking on 64-bit windowsmarha2013-01-311-1/+1
|
* zlib is now compiled as a dllmarha2012-06-251-3/+4
|
* Made creation of temp files interprocess safe in windowsmarha2012-03-121-26/+52
| | | | | | | Fixes for 64-bit compilation Implemented realpath function Improved auodep scanning Solved a problem in dependency scanning
* linux: make sure that newly created directories get the same permissions asmarha2011-08-011-1/+4
| | | | the parent directory.
* Solved problem if last character not echoed in echo command.marha2011-04-291-1/+3
| | | | | | Solved linux warning Added option to disable checking of start directory.
* Implement eval sort warning functions (see gnu make manual for description)marha2011-03-041-13/+57
| | | | | | | | | | 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
* Solved problem of auto dependency scan not happening in case a rule exists ↵marha2011-02-031-2/+2
| | | | (and not only for implicit rule)
* Solved problem of autodeps not checked when target does not exist and should ↵marha2011-02-021-1/+1
| | | | build with implicit rule
* Solved problem when running python commands and spaces in pathsmarha2011-02-021-9/+5
|
* Implemented mkdir as an internal commandmarha2011-01-271-3/+24
|
* Solved problem when quotes and pipe characters on the command line in vistamarha2011-01-231-31/+31
|\
| * Reintegrate tools from trunkmarha2010-11-191-1703/+0
| |
| * Merged tools from trunk into released. This is to keep track of the original ↵marha2010-11-191-0/+1703
| | | | versions of tools
* Removed py2exemarha2011-01-201-277/+0
|
* Use bison instead of bison++marha2011-01-191-7/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Make sure implicit rule searching is taking the extra dependencies into accountmarha2010-10-311-17/+44
|
* Increased gnu make compatibility.marha2010-10-301-6/+24
|
* Increased gnu make compatibilitymarha2010-10-221-94/+100
| | | | | Optimised
* Solved reentrancy problem in commandqueuemarha2010-10-061-2/+2
|
* Autodep optimisationmarha2010-09-021-2/+2
|
* Added possibility to force a dependency scan on a target with .AUTODEPSmarha2010-08-041-0/+2
|
* Solved problem when path environment variable was larger then 1024 bytesmarha2010-02-251-4/+4
|
* Linux compilation is ok again.marha2010-02-191-84/+117
|
* svn merge --reintegrate ^/branches/mhmake.parallel .marha2010-02-181-124/+111
|
* Added 64-bit compilationmarha2009-12-101-8/+9
| | | | | Removed autodep optimisation.
* Implemented which function.marha2009-11-231-1/+1
|
* Solved problem when there are spaces in the commands to execute.marha2009-11-121-1/+1
| | | | | Fix suggested by David Lawler (djlawler@users.sourceforge.net)
* - Solved problem in generated error string when build-command failed.1.7.99.1marha2009-11-031-1/+1
| | | | | - Strip function now strips all white space (including \r and \n)
* Optimised auto dependency generationmarha2009-10-021-13/+21
| | | | | | 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 ↵marha2009-09-181-60/+43
| | | | variable.
* - Made copy command recursive when copying a directory.marha2009-08-041-15/+66
| | | | | | | | | - 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.marha2009-07-291-0/+1703