Nick D'Ademo

Results 6 issues of Nick D'Ademo

## Description From doctest 2.4.8. to 2.4.9, there seems to be a change in the way pointers are compared. Trivial example below: ``` DOCTEST_TEST_CASE("object equality test") { const auto a...

When `win_sparkle_check_update_with_ui()` is used to allow the user to manually check for an update (i.e. via a menu item), the flow is the following (assuming an update is available): 1)...

Currently, in order to use `libassert` via vcpkg the following seems to be required: ``` find_package(cpptrace CONFIG REQUIRED) set(assert_DIR ${VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}/share/libassert) find_package(assert CONFIG REQUIRED) ``` The `find_package(cpptrace CONFIG REQUIRED)` is required...

vcpkg

`cpptrace` build fails. See log file below: ``` Change Dir: 'C:/vcpkg/cpptrace/x64-windows-dbg' Run Build Command(s): C:/Users/Nick/Documents/Projects/project/vcpkg/downloads/tools/ninja/1.10.2-windows/ninja.exe -v -v -j17 install [1/19] C:\PROGRA~1\MICROS~4\2022\COMMUN~1\VC\Tools\MSVC\1438~1.331\bin\Hostx64\x64\cl.exe /TP -DCPPTRACE_DEMANGLE_WITH_WINAPI -DCPPTRACE_GET_SYMBOLS_WITH_DBGHELP -DCPPTRACE_UNWIND_WITH_DBGHELP -Dcpptrace_lib_EXPORTS -IC:\vcpkg\cpptrace\src\v0.3.0-3f6edebffe.clean\include -external:IC:\vcpkg\cpptrace\x64-windows-dbg\include -external:W0 /nologo...

compatibility
resolved in next release

## Description Unfortunately, this bug has not been fixed in 2.4.11: https://github.com/doctest/doctest/issues/665 ``` Severity Code Description Project File Line Suppression State Error LNK2019 unresolved external symbol "public: static void __cdecl...

type/bug
incomplete/needs-MRE
platform/windows

**Describe the bug** For multi-configs builds such as with Visual Studio, the CMake deployment support macros do not work correctly in Debug config. **Environment** - OS: Windows - Compiler: VS...

requires:repro