[DynInst_API:] [dyninst/dyninst] ad9fb3: Fix std::isnan compile error


Date: Tue, 26 Jul 2016 08:35:53 -0700
From: ssunny7 <shahsunny712@xxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] ad9fb3: Fix std::isnan compile error
  Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: ad9fb33a42d23725d5e5e4ca3de73a2c26fbe033
      https://github.com/dyninst/dyninst/commit/ad9fb33a42d23725d5e5e4ca3de73a2c26fbe033
  Author: Peter Foley <pefoley2@xxxxxxxxxxx>
  Date:   2016-07-22 (Fri, 22 Jul 2016)

  Changed paths:
    M dataflowAPI/rose/rangemap.C

  Log Message:
  -----------
  Fix std::isnan compile error

G++ 5.4 needs the using directive in c++11 mode.


  Commit: aadc64551ed919e1093e86c38cb86e938470a1a1
      https://github.com/dyninst/dyninst/commit/aadc64551ed919e1093e86c38cb86e938470a1a1
  Author: Peter Foley <pefoley2@xxxxxxxxxxx>
  Date:   2016-07-22 (Fri, 22 Jul 2016)

  Changed paths:
    M parseAPI/CMakeLists.txt

  Log Message:
  -----------
  only suppress warnings for rose

Signed-off-by: Peter Foley <pefoley2@xxxxxxxxxxx>


  Commit: 8d5a53c9fd84600bdf1d291e2a182b29bbe9d109
      https://github.com/dyninst/dyninst/commit/8d5a53c9fd84600bdf1d291e2a182b29bbe9d109
  Author: Peter Foley <pefoley2@xxxxxxxxxxx>
  Date:   2016-07-22 (Fri, 22 Jul 2016)

  Changed paths:
    M dataflowAPI/rose/util/LinearCongruentialGenerator.C
    M dataflowAPI/rose/util/StringUtility.C
    M dataflowAPI/rose/util/StringUtility.h
    M external/inttypes-win.h
    M external/stdint-win.h
    M parseAPI/CMakeLists.txt

  Log Message:
  -----------
  make Rose build on windows


  Commit: 0cc6c461c706a50b2c0277fb828470dbbe3ae304
      https://github.com/dyninst/dyninst/commit/0cc6c461c706a50b2c0277fb828470dbbe3ae304
  Author: ssunny7 <shahsunny712@xxxxxxxxx>
  Date:   2016-07-26 (Tue, 26 Jul 2016)

  Changed paths:
    M dataflowAPI/rose/rangemap.C
    M dataflowAPI/rose/util/LinearCongruentialGenerator.C
    M dataflowAPI/rose/util/StringUtility.C
    M dataflowAPI/rose/util/StringUtility.h
    M external/inttypes-win.h
    M external/stdint-win.h
    M parseAPI/CMakeLists.txt

  Log Message:
  -----------
  Merge pull request #129 from pefoley2/rose_fixes

Rose build fixes


Compare: https://github.com/dyninst/dyninst/compare/36bd1735cb8c...0cc6c461c706
[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] ad9fb3: Fix std::isnan compile error, ssunny7 <=