Author Topic: Nightly: 29 July 2019 - Revision 0ba1583  (Read 1029 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 29 July 2019 - Revision 0ba1583
Here is the nightly for 29 July 2019 - Revision 0ba1583

At least one of the nightly builds failed!


Group: Linux
nightly_20190729_0ba1583-builds-Linux.tar.gz (Mirror)


Group: Win64
nightly_20190729_0ba1583-builds-Win64.zip (Mirror)


Group: Win32
nightly_20190729_0ba1583-builds-Win32.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit 60bcdef
Author: Goober5000
Commit: Goober5000

    remove unneeded header
 code/parse/sexp.h | 2 --
 1 file changed, 2 deletions(-)

------------------------------------------------------------------------
commit 5d8ac3c
Author: Goober5000
Commit: Goober5000

    bring up to date with another eval_num
 code/parse/sexp.cpp | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit e0bc2f1
Author: Goober5000
Commit: Goober5000

    help the compiler out a bit, per Gasbow's suggestion
 code/parse/sexp.cpp | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit d13bbdd
Author: Goober5000
Commit: Goober5000

    move eval-num derivatives out of the header file
 code/parse/sexp.cpp | 320 ++++++++++++++++++++++++++--------------------------
 code/parse/sexp.h   |   8 --
 2 files changed, 162 insertions(+), 166 deletions(-)

------------------------------------------------------------------------
commit 44b09d1
Author: Goober5000
Commit: Goober5000

    let's try a function pointer instead of std::function
 code/parse/sexp.cpp | 2 +-
 code/parse/sexp.h   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 4439edc
Author: Goober5000
Commit: Goober5000

    more complaints
 code/parse/sexp.cpp | 30 ++++++++++++------------------
 1 file changed, 12 insertions(+), 18 deletions(-)

------------------------------------------------------------------------
commit a9ddeda
Author: Goober5000
Commit: Goober5000

    edits and clang-tidy
 code/parse/sexp.cpp | 72 ++++++++++++++++++++++++++---------------------------
 code/parse/sexp.h   |  4 +--
 2 files changed, 37 insertions(+), 39 deletions(-)

------------------------------------------------------------------------
commit d606e4d
Author: Goober5000
Commit: Goober5000

    complaints and stuff
 code/parse/sexp.cpp | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

------------------------------------------------------------------------
commit 2fa8a0b
Author: Goober5000
Commit: Goober5000

    that const crept back in again
 code/parse/sexp.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit f9d178d
Author: Goober5000
Commit: Goober5000

    additional small fixes
 code/parse/sexp.cpp | 113 ++++++++++++++++++++++++++++++----------------------
 1 file changed, 65 insertions(+), 48 deletions(-)

------------------------------------------------------------------------
commit 9892359
Author: Goober5000
Commit: Goober5000

    when evaluating numeric SEXPs, handle NaN properly
 code/parse/sexp.cpp         | 2546 +++++++++++++++++++++++++++----------------
 code/parse/sexp.h           |   12 +-
 code/parse/sexp/LuaSEXP.cpp |    5 +-
 3 files changed, 1616 insertions(+), 947 deletions(-)