albert-github
albert-github
Code has been integrated in master on GitHub (please don't close the issue as this will be done at the moment of an official release).
@afabri Looks like the documentation didn't succeed as https://cgal.geometryfactory.com could not be reached, looks like the machine / connection is down.
Nevertheless interesting observation. I looked in git and although the statement is very old (f1103ed88 (Dimitri van Heesch 2008-01-17 18:56:38 +0000 1444) filter(convertCharEntitiesToUTF8(s->title().data()));) it might give a, direction, to solve...
Looks like test 18 fails, within: Environment: VSVERSION=14 2015 so looks like something special with the 2015 compiler (as the 2017 compiler runs as well as the Linux versions).
I installed the VSVERSION=14 2015 compiler (not that easy on windows and very time consuming). The compiler identifies itself with: > Microsoft (R) C/C++ Optimizing Compiler Version 19.00.24215.1 for x86...
Hard to tell, I have no ideas why the problem occurred. @doxygen any suggestions?
We have here, as far as I can see, 2 things: - The enumerations concept in Python. This is a relatively new concept in python, see https://docs.python.org/3/library/enum.html, and is not,...
The problem mentioned in the original question (disappearance of "16" looks like still to be present, not sure if this is intentional. The problem in the comment by Jae-hyeon Park...
Inline comment at the end of comment blocks loose their brief description (Origin: bugzilla #748214)
The example has a small flaw, the last line should not read (no warning with the doxygen 1.8.9.1 version but with the current 1.12.0 doxygen version): ``` /**@*/ ``` but...
from https://en.wikipedia.org/wiki/TypeScript I see: > TypeScript is a [free and open source](https://en.wikipedia.org/wiki/Free_and_open_source) [high-level](https://en.wikipedia.org/wiki/High-level_programming_language) [programming language](https://en.wikipedia.org/wiki/Programming_language) developed and maintained by [Microsoft](https://en.wikipedia.org/wiki/Microsoft). It is a strict syntactical [superset](https://en.wikipedia.org/wiki/Superset) of [JavaScript](https://en.wikipedia.org/wiki/JavaScript) and adds...