mirror of https://github.com/CGAL/cgal
Update changes.html and CHANGES.
This commit is contained in:
parent
ab2ad75091
commit
3b5ff3f1ff
|
|
@ -20,6 +20,8 @@ Release date: September 2015
|
||||||
- The code of the 3D demos now use modern OpenGL, with shaders, instead of
|
- The code of the 3D demos now use modern OpenGL, with shaders, instead of
|
||||||
the fixed pipeline API of OpenGL-1.
|
the fixed pipeline API of OpenGL-1.
|
||||||
|
|
||||||
|
- Initial support of the Microsoft Windows Visual C++ compiler 2015 (VC14).
|
||||||
|
|
||||||
|
|
||||||
* General
|
* General
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -129,10 +129,12 @@ and <code>src/</code> directories).
|
||||||
the path to the directory containing the file <code>Qt5Config.cmake</code> created
|
the path to the directory containing the file <code>Qt5Config.cmake</code> created
|
||||||
by your Qt5 installation.
|
by your Qt5 installation.
|
||||||
If you are using the open source edition it should be
|
If you are using the open source edition it should be
|
||||||
<code>/path-to/qt-everywhere-opensource-src-<version>/qtbase/lib/cmake/Qt5</code>.</li>
|
<code>/path-to/qt-everywhere-opensource-src-<version>/qtbase/lib/cmake/Qt5</code>.
|
||||||
|
</li>
|
||||||
<li>The code of the 3D demos now use modern OpenGL, with shaders,
|
<li>The code of the 3D demos now use modern OpenGL, with shaders,
|
||||||
instead of the fixed pipeline API of OpenGL-1.</li>
|
instead of the fixed pipeline API of OpenGL-1.</li>
|
||||||
|
<li>Initial support of the Microsoft Windows Visual C++ compiler 2015
|
||||||
|
(VC14).</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3>General</h3>
|
<h3>General</h3>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue