Author Topic: Nightly: 24 February 2017 - Revision 12c9ba0  (Read 1182 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 24 February 2017 - Revision 12c9ba0
Here is the nightly for 24 February 2017 - Revision 12c9ba0



Group: Linux
nightly_20170224_12c9ba0-builds-Linux.tar.gz
SHA1: 6031b66098c6db8dc475b3734faa149e44b7cb41


Group: MacOSX
nightly_20170224_12c9ba0-builds-MacOSX.tar.gz
SHA1: d74fb16b4f947aef6a38a18175c33ffb8462ecc5


Group: Win32
nightly_20170224_12c9ba0-builds-Win32.zip
SHA1: 11b03123ba8dd891692e81d6a34f51e8bccd27e8


Group: Win64
nightly_20170224_12c9ba0-builds-Win64.zip
SHA1: 244b62c540585344620565857049b0dbefb25d3a


Code: [Select]
------------------------------------------------------------------------
commit d7274b8
Author: asarium <Wed Feb 22 11:05:19 2017 +0100>
Commit: asarium <Wed Feb 22 23:21:46 2017 +0100>

    Use a manually maintained prefix header for cotire
 CMakeLists.txt             | 15 ++-------------
 cmake/util.cmake           | 13 ++++---------
 code/CMakeLists.txt        |  2 ++
 code/jpgutils/jpgutils.cpp | 16 ++++++++--------
 code/prefix_header.h       | 39 +++++++++++++++++++++++++++++++++++++++
 code/source_groups.cmake   |  1 +
 6 files changed, 56 insertions(+), 30 deletions(-)

------------------------------------------------------------------------
commit e374637
Author: asarium <Sun Feb 19 09:29:40 2017 +0100>
Commit: asarium <Wed Feb 22 12:04:35 2017 +0100>

    Fix or suppress warnings in stb_image
 code/graphics/paths/nanovg/CHANGES.txt |   1 +
 code/graphics/paths/nanovg/nanovg.c    |  11 +
 code/graphics/paths/nanovg/stb_image.h | 895 +++++++++++++++++++++++----------
 3 files changed, 633 insertions(+), 274 deletions(-)