[DynInst_API:] [dyninst/dyninst] 059b38: Remove support for building on Windows


Date: Fri, 12 Aug 2022 19:24:55 -0700
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 059b38: Remove support for building on Windows
  Branch: refs/heads/thaines/cmake_modernization
  Home:   https://github.com/dyninst/dyninst
  Commit: 059b384916e60aad89ae6a80e934ed10f9f8e953
      https://github.com/dyninst/dyninst/commit/059b384916e60aad89ae6a80e934ed10f9f8e953
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2022-08-12 (Fri, 12 Aug 2022)

  Changed paths:
    M CMakeLists.txt
    M cmake/Boost.cmake
    M cmake/ElfUtils.cmake
    M cmake/LibIberty.cmake
    M cmake/ThreadingBuildingBlocks.cmake
    M cmake/cap_arch_def.cmake
    M cmake/optimization.cmake
    M cmake/platform.cmake
    M cmake/shared.cmake
    M cmake/warnings.cmake
    M common/CMakeLists.txt
    M dwarf/CMakeLists.txt
    M dyninstAPI/CMakeLists.txt
    M dyninstAPI_RT/CMakeLists.txt
    M elf/CMakeLists.txt
    M proccontrol/CMakeLists.txt
    M stackwalk/CMakeLists.txt
    M symlite/CMakeLists.txt
    M symtabAPI/CMakeLists.txt

  Log Message:
  -----------
  Remove support for building on Windows

dyninstAPI/src/pdwinnt.C includes dyninstAPI/src/PCEventMuxer.h which
was added by 0088b12 on June 05,2012 and then renamed by 7c987bc on June
06, 2012 without updating pdwinnt.C. CMake support for Windows was added
by f0195a8 in June 2013. Hence, proccontrol was never buildable using
CMake. The VS project files used by 'include_external_msproject' were
deleted by 5c88375a7 in 2016.


[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 059b38: Remove support for building on Windows, Tim Haines <=