Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added Spanish language submitted by forum user Vicus (CH-342)

Added Spanish language submitted by forum user Vicus (CH-342)

Fixed problem with shell extension not displaying single menu entries (CH-341)

    • -8
    • +16
    ./libchengine/ConfigNodeContainer.cpp
    • -7
    • +22
    ./libchengine/Tests/TestsTConfig.cpp
Fixed problem with shell extension not displaying single menu entries (CH-341)

    • -8
    • +16
    ./libchengine/ConfigNodeContainer.cpp
    • -7
    • +22
    ./libchengine/Tests/TestsTConfig.cpp
Cloned gmock library to be used with libraries statically linked to crt (CH-340).

    • -4
    • +4
    ./ictranslate/ictranslate.vc140.vcxproj
    • -4
    • +4
    ./libictranslate/libictranslate.vc140.vcxproj
  1. … 8 more files in changeset.
Cloned gmock library to be used with libraries statically linked to crt (CH-340).

    • -4
    • +4
    ./ictranslate/ictranslate.vc140.vcxproj
    • -4
    • +4
    ./libictranslate/libictranslate.vc140.vcxproj
  1. … 8 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)

  1. … 2 more files in changeset.
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)

  1. … 2 more files in changeset.
Made wait time longer to potentially solve unit test failing on jenkins (CH-340).

    • -1
    • +1
    ./libchcore/Tests/TestsTWorkerThreadController.cpp
Made wait time longer to potentially solve unit test failing on jenkins (CH-340).

    • -1
    • +1
    ./libchcore/Tests/TestsTWorkerThreadController.cpp
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)

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

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

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

    • -5
    • +5
    ./libchcore/Tests/TestsTPathContainer.cpp
    • -28
    • +28
    ./libchcore/Tests/TestsTSharedMemory.cpp
    • -3
    • +3
    ./libchengine/Tests/TBufferListTests.cpp
    • -18
    • +18
    ./libchengine/Tests/TOrderedBufferQueueTests.cpp
    • -26
    • +26
    ./libchengine/Tests/TOverlappedDataBufferTests.cpp
    • -31
    • +31
    ./libchengine/Tests/TOverlappedMemoryPoolTests.cpp
    • -16
    • +16
    ./libchengine/Tests/TReadBufferQueueWrapperTests.cpp
    • -5
    • +5
    ./libchengine/Tests/TSimpleOrderedBufferQueueTests.cpp
    • -13
    • +13
    ./libchengine/Tests/TWriteBufferQueueWrapperTests.cpp
    • -62
    • +62
    ./libchengine/Tests/TestsTBufferSizes.cpp
    • -1
    • +1
    ./libchengine/Tests/TestsTFileFilter.cpp
  1. … 4 more files in changeset.
Fixed various unit test warnings of 'signed/unsigned mismatch' type (CH-340)

    • -5
    • +5
    ./libchcore/Tests/TestsTPathContainer.cpp
    • -28
    • +28
    ./libchcore/Tests/TestsTSharedMemory.cpp
    • -3
    • +3
    ./libchengine/Tests/TBufferListTests.cpp
    • -18
    • +18
    ./libchengine/Tests/TOrderedBufferQueueTests.cpp
    • -26
    • +26
    ./libchengine/Tests/TOverlappedDataBufferTests.cpp
    • -31
    • +31
    ./libchengine/Tests/TOverlappedMemoryPoolTests.cpp
    • -16
    • +16
    ./libchengine/Tests/TReadBufferQueueWrapperTests.cpp
    • -5
    • +5
    ./libchengine/Tests/TSimpleOrderedBufferQueueTests.cpp
    • -13
    • +13
    ./libchengine/Tests/TWriteBufferQueueWrapperTests.cpp
    • -62
    • +62
    ./libchengine/Tests/TestsTBufferSizes.cpp
    • -1
    • +1
    ./libchengine/Tests/TestsTFileFilter.cpp
  1. … 4 more files in changeset.
Changed default boost version to 1.69 (CH-340)

Changed default boost version to 1.69 (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
    ./ictranslate/ictranslate.vc140.vcxproj
    • -4
    • +0
    ./libictranslate/libictranslate.vc140.vcxproj
  1. … 3 more files in changeset.
Disabled /IA:32 switch for all projects and boost build script - boost 1.69 does not build with SSE disabled (CH-340).

    • -4
    • +0
    ./ictranslate/ictranslate.vc140.vcxproj
    • -4
    • +0
    ./libictranslate/libictranslate.vc140.vcxproj
  1. … 3 more files in changeset.
Enabled c++17 standard for all projects (CH-340) Fixed boost-build32.

    • -8
    • +16
    ./ictranslate/ictranslate.vc140.vcxproj
    • -8
    • +16
    ./libchcore/libchcore.vc140.vcxproj
    • -8
    • +16
    ./libictranslate/libictranslate.vc140.vcxproj
    • -8
    • +16
    ./liblogger/liblogger.vc140.vcxproj
    • -8
    • +16
    ./libserializer/libserializer.vcxproj
  1. … 7 more files in changeset.
Enabled c++17 standard for all projects (CH-340) Fixed boost-build32.

    • -8
    • +16
    ./ictranslate/ictranslate.vc140.vcxproj
    • -8
    • +16
    ./libchcore/libchcore.vc140.vcxproj
    • -8
    • +16
    ./libictranslate/libictranslate.vc140.vcxproj
    • -8
    • +16
    ./liblogger/liblogger.vc140.vcxproj
    • -8
    • +16
    ./libserializer/libserializer.vcxproj
  1. … 7 more files in changeset.
Updated tool projects to target v141_xp (CH-340)

  1. … 4 more files in changeset.
Updated tool projects to target v141_xp (CH-340)

  1. … 4 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)

    • -17
    • +21
    ./ictranslate/ictranslate.vc140.vcxproj
    • -17
    • +21
    ./libchcore/libchcore.vc140.vcxproj
    • -2
    • +2
    ./libchengine/Tests/TestsTDestinationPathProvider.cpp
    • -17
    • +21
    ./libchengine/libchengine.vcxproj
    • -17
    • +21
    ./libictranslate/libictranslate.vc140.vcxproj
  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)

    • -17
    • +21
    ./ictranslate/ictranslate.vc140.vcxproj
    • -17
    • +21
    ./libchcore/libchcore.vc140.vcxproj
    • -2
    • +2
    ./libchengine/Tests/TestsTDestinationPathProvider.cpp
    • -17
    • +21
    ./libchengine/libchengine.vcxproj
    • -17
    • +21
    ./libictranslate/libictranslate.vc140.vcxproj
  1. … 379 more files in changeset.
Added missing include (CH-339).

Fixed linker error (too many includes removed) (CH-339)