summaryrefslogtreecommitdiffstats
path: root/src/portable.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Bug 796582 - Doxygen has stopped workingalbert-github2019-06-171-0/+1
| | | | | In (the rare) case the path is not set don't try to use the pointer. regression on pull request #513
* Merge pull request #7056 from albert-github/feature/bug_cygwin_defaultsDimitri van Heesch2019-06-161-1/+1
|\ | | | | Cygwin should by default also have `CASE_SENSE_NAMES=NO`
| * Cygwin should by default also have `CASE_SENS_NAMES=NO`albert-github2019-06-151-1/+1
| | | | | | | | | | Cygwin should by default also have `CASE_SENS_NAMES=NO` like is the case for the underlying Windows. In case of Cygwin the define `_WIN32` is not set so we also have to test for `__CYGWIN__`
* | Fix for race conditions introduced when refactoring dot classes.Dimitri van Heesch2019-06-151-0/+10
|/
* Keyword register (in code) is deprecated since C++11albert-github2018-11-271-2/+2
| | | | | | The keyword `register` is deprecated since C++11: - for the Darwin platform it was already filtered (-Wno-deprecated-register) - CLan emits: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
* Added missing #include for util.h to portable.cppDimitri van Heesch2018-07-181-1/+1
|
* Added substitution variant for character substitutionDimitri van Heesch2018-07-171-27/+5
|
* Remove debug statementalbert-github2018-05-041-1/+0
|
* Path for external commands on windowsalbert-github2018-04-111-1/+18
| | | | | | In case a path in the name of an executable contains one or more '/' characters they are replaced by a '\'. - inspired by the cause for bug 766059 - https://stackoverflow.com/questions/49750869/what-is-the-qhg-location-path-relative-to-for-doxygen
* Fixes for cross platform build with new LLVM/CLANG versionDimitri van Heesch2017-08-201-0/+1
|
* 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