summaryrefslogtreecommitdiffstats
path: root/src/portable.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added missing freeDimitri van Heesch2016-09-031-0/+1
|
* Bug 766059 - DOT_PATH not expandedalbert-github2016-09-011-1/+23
| | | | | | The original problem in this bug request was that forward slashes were used in the PATH instead of backslashes. In the command shell this does not result in problems, but when calling a program from within doxygen this leads to the problem that the executable cannot be found. In this patch the PATH variable is, just for the process, changed in such a way that ther are back slashes instead of forward slashes (Windows only, not on Cygwin).
* Guarded debug prints against printing a NULL pointer.Dimitri van Heesch2015-04-061-1/+1
|
* Remove unused local and static global variablesalbert-github2014-12-271-1/+4
| | | | Remove unused local and static global variables. Variables have been identified by Understand (version 758) from Scitools.
* Bug 735929 - [PATCH] Windows: Process exit code is ignored for processes ↵Dimitri van Heesch2014-09-231-1/+7
| | | | launched using ShellExecuteEx()
* Report details about fork() failure in logs.pianofab2013-12-111-1/+5
| | | When parsing a large codebase dot failed to start. Adding this line helped narrow down the issue. Increasing my VirtualBox VM RAM size worked around the issue. A proper fix would be to spawn separate processes without using fork() so they don't start with the giant address space used by the current process.
* Bug 705217 - Can't use unicode characters to execute external commandsDimitri van Heesch2013-08-011-6/+10
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-8/+12
|
* Release-1.8.3Dimitri van Heesch2012-12-261-0/+19
|
* Release-1.8.2-20120930Dimitri van Heesch2012-09-301-2/+3
|
* Release-1.8.1.2-20120729Dimitri van Heesch2012-07-291-1/+1
|
* Release-1.7.6.1-20111226Dimitri van Heesch2011-12-261-0/+1
|
* Release-1.7.5.1-20111027Dimitri van Heesch2011-10-271-0/+8
|
* Release-1.7.1Dimitri van Heesch2010-06-251-5/+5
|
* Release-1.7.0Dimitri van Heesch2010-06-151-0/+11
|
* Release-1.6.3-20100603Dimitri van Heesch2010-06-031-5/+19
|
* Release-1.6.2-20100124Dimitri van Heesch2010-01-241-0/+1
|
* Release-1.5.9-20090720Dimitri van Heesch2009-07-201-0/+5
|
* Release-1.5.8-20090304Dimitri van Heesch2009-03-041-29/+0
|
* Release-1.5.8-20090129Dimitri van Heesch2009-01-291-2/+2
|
* Release-1.5.6-20080626Dimitri van Heesch2008-06-261-1/+3
|
* Release-1.5.4-20080101Dimitri van Heesch2008-01-171-1/+6
|
* Release-1.5.3-20070902Dimitri van Heesch2007-09-021-2/+6
|
* Release-1.5.2-20070506Dimitri van Heesch2007-05-061-3/+3
|
* Release-1.5.1-20070315Dimitri van Heesch2007-03-151-4/+7
|
* Release-1.5.1-20070219Dimitri van Heesch2007-02-191-0/+385