CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed problem with shell extension not displaying single menu entries (CH-341)

    • -8
    • +16
    /src/libchengine/ConfigNodeContainer.cpp
    • -7
    • +22
    /src/libchengine/Tests/TestsTConfig.cpp
Adjusted project build order (CH-340)

Adjusted project build order (CH-340)

Cloned gmock library to be used with libraries statically linked to crt (CH-340).

    • -11
    • +11
    /ext/googletest/gmock-dynamic-crt.vcxproj
    • -2
    • +2
    /ext/googletest/gmock-static-crt.vcxproj
    • -344
    • +0
    /ext/googletest/gmock.vc140.vcxproj
    • -4
    • +4
    /src/libchcore/libchcore.vc140.vcxproj
    • -4
    • +4
    /src/liblogger/liblogger.vc140.vcxproj
  1. … 3 more files in changeset.
Cloned gmock library to be used with libraries statically linked to crt (CH-340).

    • -11
    • +11
    /ext/googletest/gmock-dynamic-crt.vcxproj
    • -2
    • +2
    /ext/googletest/gmock-static-crt.vcxproj
    • -344
    • +0
    /ext/googletest/gmock.vc140.vcxproj
    • -4
    • +4
    /src/libchcore/libchcore.vc140.vcxproj
    • -4
    • +4
    /src/liblogger/liblogger.vc140.vcxproj
  1. … 3 more files in changeset.
Fixed problem with memory being deallocated in another dll (CH-340).

Fixed problem with memory being deallocated in another dll (CH-340).

Changed chext and all dependencies to use statically linked ucrt. The reason is that locally-deployed ucrt needs to be placed in the same directory the executable is in (explorer.exe) or they need to be in PATH environment variable. WinXP does not have ucrt installed, so it would either need installer to install it properly, or add ch installation path to PATH variable. There is no similar workaround for portable version - hence static linking of ucrt to allow chext to work properly with explorer in WinXP. (CH-340)

    • -8
    • +8
    /src/libchcore/libchcore.vc140.vcxproj
    • -8
    • +8
    /src/liblogger/liblogger.vc140.vcxproj
    • -8
    • +8
    /src/libserializer/libserializer.vcxproj
Changed chext and all dependencies to use statically linked ucrt. The reason is that locally-deployed ucrt needs to be placed in the same directory the executable is in (explorer.exe) or they need to be in PATH environment variable. WinXP does not have ucrt installed, so it would either need installer to install it properly, or add ch installation path to PATH variable. There is no similar workaround for portable version - hence static linking of ucrt to allow chext to work properly with explorer in WinXP. (CH-340)

    • -8
    • +8
    /src/libchcore/libchcore.vc140.vcxproj
    • -8
    • +8
    /src/liblogger/liblogger.vc140.vcxproj
    • -8
    • +8
    /src/libserializer/libserializer.vcxproj
Adjusted ucrt packages pulled in to installer and portable packages (CH-340).

Adjusted ucrt packages pulled in to installer and portable packages (CH-340).

Adjusted installer and portable packager to use VS2017 redist instead of VS2015 (CH-340).

Adjusted installer and portable packager to use VS2017 redist instead of VS2015 (CH-340).

Fixed problem with 64bit installer not copying all 32bit libraries for 32bit shell extension (CH-340).

Fixed problem with 64bit installer not copying all 32bit libraries for 32bit shell extension (CH-340).

Made wait time longer to potentially solve unit test failing on jenkins (CH-340).

Made wait time longer to potentially solve unit test failing on jenkins (CH-340).

Reverted change in cppcheck script to use c++11 again. Changed platform to Win64. (CH-340)

Reverted change in cppcheck script to use c++11 again. Changed platform to Win64. (CH-340)

Fixed issue with unloading of chext while still in use (especially visible when closing context menu on desktop background while no other explorer window was open) (CH-340)

Fixed issue with unloading of chext while still in use (especially visible when closing context menu on desktop background while no other explorer window was open) (CH-340)

Changed language standard for cppcheck (CH-340).

Changed language standard for cppcheck (CH-340).

Fixed problems reported with permissive- setting in VS (CH-340).

    • -1
    • +1
    /src/libchengine/TLocalFilesystemFile.cpp
    • -1
    • +1
    /src/libchengine/TLocalFilesystemFile.h
    • -2
    • +4
    /src/libchengine/TOrderedBufferQueue.h
Fixed problems reported with permissive- setting in VS (CH-340).

    • -1
    • +1
    /src/libchengine/TLocalFilesystemFile.cpp
    • -1
    • +1
    /src/libchengine/TLocalFilesystemFile.h
    • -2
    • +4
    /src/libchengine/TOrderedBufferQueue.h
Fixed various unit test warnings of 'signed/unsigned mismatch' type (CH-340)

    • -8
    • +8
    /src/libchcore/Tests/TestsTFileTime.cpp
    • -5
    • +5
    /src/libchcore/Tests/TestsTPathContainer.cpp
    • -28
    • +28
    /src/libchcore/Tests/TestsTSharedMemory.cpp
    • -5
    • +5
    /src/libchcore/Tests/TestsTSmartPath.cpp
    • -62
    • +62
    /src/libchengine/Tests/TestsTBufferSizes.cpp
    • -5
    • +5
    /src/libchengine/Tests/TestsTConfig.cpp
  1. … 4 more files in changeset.
Fixed various unit test warnings of 'signed/unsigned mismatch' type (CH-340)

    • -8
    • +8
    /src/libchcore/Tests/TestsTFileTime.cpp
    • -5
    • +5
    /src/libchcore/Tests/TestsTPathContainer.cpp
    • -28
    • +28
    /src/libchcore/Tests/TestsTSharedMemory.cpp
    • -5
    • +5
    /src/libchcore/Tests/TestsTSmartPath.cpp
    • -62
    • +62
    /src/libchengine/Tests/TestsTBufferSizes.cpp
    • -5
    • +5
    /src/libchengine/Tests/TestsTConfig.cpp
  1. … 4 more files in changeset.
Updated installer script to use common directories instead of user ones. Removed unused variable from jenkins script. (CH-340)

Updated installer script to use common directories instead of user ones. Removed unused variable from jenkins script. (CH-340)

Fixed output directory (CH-340)