Author Topic: Nightly (FreeBSD): 24 Nov 2015 - Revision ed855e6  (Read 608 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (FreeBSD): 24 Nov 2015 - Revision ed855e6
Here is the nightly for FreeBSD on 24 Nov 2015 - Revision ed855e6

Open non-feature issues in Mantis: 124

Group: Standard
fso_Standard_20151124_ed855e6.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit 9bbebfc
Author: Peter Mitsis <Mon Nov 23 06:54:41 2015 -0500>
Commit: Peter Mitsis <Mon Nov 23 06:54:41 2015 -0500>

    [fix] toolchain: Abstract compiler capabilities
 code/globalincs/toolchain/clang.h | 4 ++--
 code/globalincs/toolchain/gcc.h   | 6 +++---
 code/globalincs/toolchain/mingw.h | 4 ++--
 code/globalincs/toolchain/msvc.h  | 4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

------------------------------------------------------------------------
commit 002dc3a
Author: Peter Mitsis <Wed Nov 18 21:48:41 2015 -0500>
Commit: Peter Mitsis <Sun Nov 22 11:32:07 2015 -0500>

    toolchain: Introduce __ALIGNED(x) macro
 code/globalincs/toolchain/clang.h | 1 +
 code/globalincs/toolchain/gcc.h   | 1 +
 code/globalincs/toolchain/mingw.h | 1 +
 code/globalincs/toolchain/msvc.h  | 1 +
 4 files changed, 4 insertions(+)

------------------------------------------------------------------------
commit 7da8121
Author: Peter Mitsis <Wed Nov 18 21:33:34 2015 -0500>
Commit: Peter Mitsis <Sun Nov 22 11:32:07 2015 -0500>

    toolchain: Introduce likely() and unlikely() macros
 code/globalincs/toolchain/clang.h | 3 +++
 code/globalincs/toolchain/gcc.h   | 3 +++
 code/globalincs/toolchain/mingw.h | 3 +++
 code/globalincs/toolchain/msvc.h  | 3 +++
 4 files changed, 12 insertions(+)

------------------------------------------------------------------------
commit 57c16bd
Author: Peter Mitsis <Wed Nov 18 02:47:39 2015 -0500>
Commit: Peter Mitsis <Sun Nov 22 11:32:07 2015 -0500>

    toolchain: Replace __attribute__((__unused__)) with __UNUSED
 code/ai/aiturret.cpp              | 2 +-
 code/freespace2/freespace.cpp     | 8 ++++----
 code/fs2netd/fs2netd_client.cpp   | 2 +-
 code/fs2netd/tcp_client.cpp       | 6 +++---
 code/globalincs/toolchain/clang.h | 2 ++
 code/globalincs/toolchain/gcc.h   | 2 ++
 code/globalincs/toolchain/mingw.h | 2 ++
 code/globalincs/toolchain/msvc.h  | 1 +
 code/pilotfile/csg.cpp            | 4 ++--
 code/pilotfile/plr.cpp            | 2 +-
 code/ship/ship.cpp                | 4 ++--
 code/sound/rtvoice.cpp            | 2 +-
 code/weapon/shockwave.cpp         | 2 +-
 13 files changed, 23 insertions(+), 16 deletions(-)

------------------------------------------------------------------------
commit 13c86d9
Author: Peter Mitsis <Wed Nov 18 02:33:43 2015 -0500>
Commit: Peter Mitsis <Sun Nov 22 11:32:04 2015 -0500>

    toolchain: Abstract compiler capabilities
 code/globalincs/pstypes.h           | 145 +-----------------------------------
 code/globalincs/toolchain.h         |  35 +++++++++
 code/globalincs/toolchain/clang.h   |  61 +++++++++++++++
 code/globalincs/toolchain/doxygen.h |  46 ++++++++++++
 code/globalincs/toolchain/gcc.h     |  60 +++++++++++++++
 code/globalincs/toolchain/mingw.h   |  55 ++++++++++++++
 code/globalincs/toolchain/msvc.h    |  80 ++++++++++++++++++++
 7 files changed, 338 insertions(+), 144 deletions(-)