summaryrefslogtreecommitdiffstats
path: root/src/portable.h
Commit message (Collapse)AuthorAgeFilesLines
* HHC and directory elements starting with "."albert-github2019-11-151-0/+2
| | | | | | | | | Based on the question 'Doxygen failed to run html help compiler, hhc.exe error HHC5010 when running from folder that has a parent folder that starts with “.”/ (https://stackoverflow.com/questions/58861908/doxygen-failed-to-run-html-help-compiler-hhc-exe-error-hhc5010-when-running-fro). In we https://social.msdn.microsoft.com/Forums/en-US/0681145c-223b-498c-b7bf-be83209cbf4e/issue-with-html-workshop-in-a-windows-container?forum=visualstudiogeneral see: HTML Help 1.x command line compiler hhc.exe cannot compile CHM file to folder whose full path contains folder name starting with dot. If you have that problem, you probably specified output path with folder starting with dot, e.g. "d:\My files.NET\documentation". You can use dots in folder names but not at the beginning. We first convert the current path to a short name path and set this as current directory, this is only done on Windows other systems are not touched.
* Fix for race conditions introduced when refactoring dot classes.Dimitri van Heesch2019-06-151-0/+1
|
* Bug 766059 - DOT_PATH not expandedalbert-github2016-09-011-0/+1
| | | | | | 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).
* Release-1.8.3Dimitri van Heesch2012-12-261-1/+1
|
* Release-1.8.1.2-20120729Dimitri van Heesch2012-07-291-1/+1
|
* Release-1.7.0Dimitri van Heesch2010-06-151-0/+2
|
* Release-1.6.3-20100603Dimitri van Heesch2010-06-031-0/+3
|
* Release-1.5.9-20090720Dimitri van Heesch2009-07-201-0/+1
|
* Release-1.5.8-20090304Dimitri van Heesch2009-03-041-4/+7
|
* Release-1.5.1-20070315Dimitri van Heesch2007-03-151-1/+1
|
* Release-1.5.1-20070219Dimitri van Heesch2007-02-191-0/+38