libchengine

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed problem with missing icons in shell extension context menu (CH-345) Fixed crash when displaying folder sizes in shell extension context menu (CH-344).

  1. … 2 more files in changeset.
Fixed problem with shell extension not displaying single menu entries (CH-341)

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

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

  1. … 17 more files in changeset.
Cloned gmock library to be used with libraries statically linked to crt (CH-340).

  1. … 17 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. … 8 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. … 8 more files in changeset.
Fixed problems reported with permissive- setting in VS (CH-340).

  1. … 6 more files in changeset.
Fixed problems reported with permissive- setting in VS (CH-340).

  1. … 6 more files in changeset.
Fixed various unit test warnings of 'signed/unsigned mismatch' type (CH-340)

    • -18
    • +18
    ./Tests/TOrderedBufferQueueTests.cpp
    • -26
    • +26
    ./Tests/TOverlappedDataBufferTests.cpp
    • -31
    • +31
    ./Tests/TOverlappedMemoryPoolTests.cpp
    • -16
    • +16
    ./Tests/TReadBufferQueueWrapperTests.cpp
    • -5
    • +5
    ./Tests/TSimpleOrderedBufferQueueTests.cpp
    • -13
    • +13
    ./Tests/TWriteBufferQueueWrapperTests.cpp
  1. … 9 more files in changeset.
Fixed various unit test warnings of 'signed/unsigned mismatch' type (CH-340)

    • -18
    • +18
    ./Tests/TOrderedBufferQueueTests.cpp
    • -26
    • +26
    ./Tests/TOverlappedDataBufferTests.cpp
    • -31
    • +31
    ./Tests/TOverlappedMemoryPoolTests.cpp
    • -16
    • +16
    ./Tests/TReadBufferQueueWrapperTests.cpp
    • -5
    • +5
    ./Tests/TSimpleOrderedBufferQueueTests.cpp
    • -13
    • +13
    ./Tests/TWriteBufferQueueWrapperTests.cpp
  1. … 9 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).

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

  1. … 12 more files in changeset.
Enabled c++17 standard for all projects (CH-340) Fixed boost-build32.

  1. … 17 more files in changeset.
Enabled c++17 standard for all projects (CH-340) Fixed boost-build32.

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

    • -2
    • +2
    ./Tests/TestsTDestinationPathProvider.cpp
  1. … 392 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)

    • -2
    • +2
    ./Tests/TestsTDestinationPathProvider.cpp
  1. … 392 more files in changeset.
Bugfix: Crash when changing read ahead and concurrency options (CH-336)

Fixed feedback handling while deleting files at the end of moving (CH-332)

Updated default buffer sizes (CH-328)

Additional unit tests and cleanups (CH-326)

  1. … 18 more files in changeset.
Changed TConfigArray to use new RandomAccessContainer. Reverted previous changes to TFileFiltersArray as it intruduced bugs to deleted items management). Split TBasePathData from TBasePathDataContainer. (CH-327)

    • -0
    • +194
    ./TBasePathDataContainer.cpp
    • -0
    • +83
    ./TBasePathDataContainer.h
  1. … 3 more files in changeset.
Added unit tests to various engine classes (CH-326) Refactoring of exported collections (CH-327)

  1. … 23 more files in changeset.
Fixed presentation of paths in file replace dialog (now the \\?\ prefix won't be displayed) (CH-304)

Fixed several code issues reported by ReSharper (CH-318)

  1. … 31 more files in changeset.
Fixed several issues reported by ReSharper (CH-318).

  1. … 30 more files in changeset.
Included missing files (CH-319)

    • -0
    • +2
    ./Tests/TestsTDestinationPathProvider.cpp
    • -128
    • +0
    ./Tests/TestsTModificationTracker.cpp
    • -109
    • +0
    ./Tests/TestsTSQLiteStatement.cpp
    • -193
    • +0
    ./Tests/TestsTSharedModificationTracker.cpp
  1. … 1 more file in changeset.
Split libchcore to several libraries (libstring, libserializer, libchengine) (CH-319)

  1. … 579 more files in changeset.