CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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)

Fixed output directory (CH-340)

Changed default boost version to 1.69 (CH-340)

Changed default boost version to 1.69 (CH-340)

Adjusted installer and jenkins scripts to use VS2017 libraries when preparing deployment (CH-340)

Adjusted installer and jenkins scripts to use VS2017 libraries when preparing deployment (CH-340)

Disabled /IA:32 switch for all projects and boost build script - boost 1.69 does not build with SSE disabled (CH-340).

    • -4
    • +0
    /src/libchcore/libchcore.vc140.vcxproj
    • -4
    • +0
    /src/liblogger/liblogger.vc140.vcxproj
    • -4
    • +0
    /src/libserializer/libserializer.vcxproj
Disabled /IA:32 switch for all projects and boost build script - boost 1.69 does not build with SSE disabled (CH-340).

    • -4
    • +0
    /src/libchcore/libchcore.vc140.vcxproj
    • -4
    • +0
    /src/liblogger/liblogger.vc140.vcxproj
    • -4
    • +0
    /src/libserializer/libserializer.vcxproj
Enabled c++17 standard for all projects (CH-340) Fixed boost-build32.

    • -8
    • +16
    /ext/googletest/gmock.vc140.vcxproj
    • -8
    • +16
    /src/libchcore/libchcore.vc140.vcxproj
    • -8
    • +16
    /src/libchengine/libchengine.vcxproj
    • -8
    • +16
    /src/liblogger/liblogger.vc140.vcxproj
    • -8
    • +16
    /src/libserializer/libserializer.vcxproj
    • -0
    • +4
    /tests/test_runner/test_runner.vcxproj
  1. … 3 more files in changeset.
Enabled c++17 standard for all projects (CH-340) Fixed boost-build32.

    • -8
    • +16
    /ext/googletest/gmock.vc140.vcxproj
    • -8
    • +16
    /src/libchcore/libchcore.vc140.vcxproj
    • -8
    • +16
    /src/libchengine/libchengine.vcxproj
    • -8
    • +16
    /src/liblogger/liblogger.vc140.vcxproj
    • -8
    • +16
    /src/libserializer/libserializer.vcxproj
    • -0
    • +4
    /tests/test_runner/test_runner.vcxproj
  1. … 3 more files in changeset.
Updated tool projects to target v141_xp (CH-340)

    • -9
    • +5
    /tests/test_runner/test_runner.vcxproj
Updated tool projects to target v141_xp (CH-340)

    • -9
    • +5
    /tests/test_runner/test_runner.vcxproj
Changed googletest/googlemock to new version supporting VS2017. Changed main projects settings to target v141_xp. Updated source code to handle the new framework. (CH-340)

    • -0
    • +180
    /ext/googletest/BUILD.bazel
    • -0
    • +160
    /ext/googletest/CONTRIBUTING.md
    • -0
    • +28
    /ext/googletest/LICENSE
    • -0
    • +14
    /ext/googletest/Makefile.am
    • -0
    • +8
    /ext/googletest/WORKSPACE
    • -0
    • +44
    /ext/googletest/ci/build-linux-autotools.sh
    • -0
    • +36
    /ext/googletest/ci/build-linux-bazel.sh
    • -0
    • +41
    /ext/googletest/ci/env-linux.sh
    • -0
    • +40
    /ext/googletest/ci/env-osx.sh
    • -0
    • +48
    /ext/googletest/ci/get-nprocessors.sh
  1. … 379 more files in changeset.
Changed googletest/googlemock to new version supporting VS2017. Changed main projects settings to target v141_xp. Updated source code to handle the new framework. (CH-340)

    • -0
    • +44
    /ext/googletest/ci/build-linux-autotools.sh
    • -0
    • +36
    /ext/googletest/ci/build-linux-bazel.sh
    • -0
    • +48
    /ext/googletest/ci/get-nprocessors.sh
  1. … 379 more files in changeset.