aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* | Solved problem of autodeps not checked when target does not exist and should ↵marha2011-02-022-2/+2
| | | | | | | | build with implicit rule
* | Solved compile errormarha2011-02-022-2/+2
| |
* | Solved problem of doing an mkdir on an existing dirmarha2011-02-022-1/+2
| |
* | Print error message when mkdir function fails1.9.3.1marha2011-02-021-0/+3
| |
* | Solved problem when running python commands and spaces in pathsmarha2011-02-022-10/+6
| |
* | svn merge ^/branches/released .marha2011-01-2711-7/+351
|\|
| * Added missing file winnojmp.cmarha2011-01-271-0/+8
| |
| * plink: updated to putty revision 9080marha2011-01-279-6/+342
| |
* | Implemented mkdir as an internal commandmarha2011-01-277-21/+67
| |
* | Print error message when svn command prints an error messagemarha2011-01-271-18/+36
| |
* | Solved problem when quotes and pipe characters on the command line in vistamarha2011-01-232-32/+32
|\|
* | Removed py2exemarha2011-01-203-279/+1
| |
* | Updated version infomarha2011-01-191-1/+1
| |
* | Use bison instead of bison++marha2011-01-1945-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)
* | Do not delete content of junctions, only the junction itselfmarha2011-01-181-12/+62
| |
* | svn merge ^/branches/released .marha2010-11-1986-0/+39451
|\|
| * Added tool bison++-1.21.11marha2010-11-1986-0/+40032
| |
* | svn merge ^/branches/released .marha2010-11-1926-639/+1935
|\|
| * Added missing files from plink -r 9025marha2010-11-194-0/+633
| |
| * Updated to revision 9025 of puttymarha2010-11-1921-638/+1298
| |
| * Switched to original version of plink in release branch.marha2010-11-192-65/+0
| |
| * Reintegrate tools from trunkmarha2010-11-19109-21979/+39325
| |
| * Merged tools from trunk into released. This is to keep track of the original ↵marha2010-11-1944-0/+21979
| | | | | | | | versions of tools
| * Remove tools again. Should have done it with svn merge --reintegratemarha2010-11-1964-39260/+0
| |
| * Copied tools directory from trunk. Here the original versions will be ↵marha2010-11-1964-0/+39260
| | | | checked in, so that we can update them and merge the changes back in.
* Needed by new flex++.exemarha2010-11-022-0/+0
|
* Solved release compilation errormarha2010-11-012-2/+2
|
* Implemented foreach function.marha2010-11-014-59/+136
| | | | | wildcard can now have multiple arguments
* Make sure implicit rule searching is taking the extra dependencies into accountmarha2010-10-315-60/+92
|
* Increased gnu make compatibility.marha2010-10-3026-1866/+4276
|
* Solved linux compilation problemmarha2010-10-221-1/+1
|
* Increased gnu make compatibilitymarha2010-10-2230-426/+657
| | | | | Optimised
* Also rebuild everything if one of the exported variables is changedmarha2010-10-184-2/+18
|
* Solved reentrancy problem in commandqueuemarha2010-10-068-47/+72
|
* Make sure that mhmake and mhmake_dbg are using the same autodep filename in ↵marha2010-09-052-3/+6
| | | | case mhmakeconf is not defined
* Solved possible build error when having rules with multiple targetsmarha2010-09-032-2/+12
|
* Autodep optimisationmarha2010-09-024-34/+49
|
* Solved linux problemsmarha2010-09-012-1/+6
|
* Make it possible to use more complicated expressions in if statementsmarha2010-09-015-13/+169
|
* Added possibility to force a dependency scan on a target with .AUTODEPSmarha2010-08-047-3/+58
|
* Solved crash when compiled with VS2010marha2010-07-094-8/+17
|
* Take VS2008 as default compilationmarha2010-05-291-4/+4
|
* Added kdevelop4 project filemarha2010-05-264-3/+79
|
* Solved mistake in makefilemarha2010-04-301-1/+1
|
* Added ignore property.marha2010-04-301-1/+0
| | | | | Project file cleanup (no functional change)
* Previous VS2010 fix was not correct. marha2010-04-301-1/+1
|
* Added visual studio 2010 project files.marha2010-04-304-2/+621
|
* Make sure you are not using a subscript out of the string.marha2010-04-301-1/+1
|
* svn merge -c505 ^/branches/released .marha2010-03-224-2/+19
|
* Solved problem with $(@:%blabla=%) when there are spaces in the filenamemarha2010-03-162-2/+10
|