CopyHandler

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Added missing include (CH-339).

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

Removed dependency of chext on ATL (CH-339)

    • -0
    • +74
    /src/chext/ClassFactory.cpp
    • -0
    • +40
    /src/chext/ClassFactory.h
    • -0
    • +214
    /src/chext/DllRegistration.cpp
    • -0
    • +46
    /src/chext/DllRegistration.h
    • -0
    • +41
    /src/chext/DropMenuExtClassFactory.cpp
  1. … 33 more files in changeset.
Reverted incorrect platform/toolset change.

Updated sqlite to 3.27.1

    • -1155
    • +11975
    /ext/sqlite3/shell.c
    • -22156
    • +43279
    /ext/sqlite3/sqlite3.c
Updated sqlite to 3.27.1

    • -1155
    • +11975
    /ext/sqlite3/shell.c
    • -22156
    • +43279
    /ext/sqlite3/sqlite3.c
Bugfix: Crash when changing read ahead and concurrency options (CH-336)

    • -1
    • +17
    /src/libchengine/TTaskConfigTracker.cpp
Fixed feedback handling while deleting files at the end of moving (CH-332)

    • -5
    • +10
    /src/libchengine/TSubTaskDelete.cpp
Fixed move-up/move-down buttons on shortcut edit dialog (CH-334).

Small refactoring of menu item insert location detection (CH-333).

Fixed issue with duplicate items appearing in the shell extension context menu (CH-333).

Updated sqlite to 3.16.2 (CH-331)

Fixed shell extension integration with Directory Opus (CH-330)

Improved logging of query column numbers in serializer (CH-329)

Updated default buffer sizes (CH-328)

Additional unit tests and cleanups (CH-326)

    • -1
    • +1
    /src/libchcore/libchcore.vc140.vcxproj
    • -2
    • +0
    /src/libchengine/TOverlappedThreadPool.h
    • -96
    • +0
    /src/libchengine/TPlainStringPool.cpp
    • -54
    • +0
    /src/libchengine/TPlainStringPool.h
    • -71
    • +0
    /src/libchengine/TSQLiteDatabase.cpp
    • -37
    • +0
    /src/libchengine/TSQLiteException.cpp
    • -41
    • +0
    /src/libchengine/TSQLiteException.h
    • -348
    • +0
    /src/libchengine/TSQLiteStatement.cpp
    • -108
    • +0
    /src/libchengine/TSQLiteStatement.h
  1. … 18 more files in changeset.
Added more unit tests (CH-326)

    • -1
    • +1
    /src/libchcore/TWorkerThreadController.h
    • -0
    • +62
    /src/libchcore/Tests/TestsTFileTime.cpp
    • -0
    • +219
    /src/libchcore/Tests/TestsTSharedMemory.cpp
    • -0
    • +15
    /src/libchcore/Tests/TestsTTimestampProviderTickCount.cpp
    • -0
    • +18
    /src/libchcore/libchcore.vc140.vcxproj
Excluded unit tests from normal builds (CH-326)

    • -4
    • +24
    /src/libchcore/libchcore.vc140.vcxproj
Additional unit tests (CH-326)

    • -0
    • +36
    /src/libchcore/Tests/TestsMathFunctions.cpp
    • -0
    • +14
    /src/libchcore/Tests/TestsTFileTime.cpp
    • -0
    • +55
    /src/libchcore/Tests/TestsTIpcMutex.cpp
    • -0
    • +35
    /src/libchcore/Tests/TestsTIpcMutexLock.cpp
    • -0
    • +4
    /src/libchcore/libchcore.vc140.vcxproj
Updated sqlite library to 3.16 (CH-321)

    • -1575
    • +2686
    /ext/sqlite3/sqlite3.c
Fixed installer not installing all required libraries (CH-319)

Fixed 32-bit libraries path when installing on 64bit machine (CH-319)

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)

    • -165
    • +0
    /src/libchengine/TBasePathData.cpp
    • -0
    • +194
    /src/libchengine/TBasePathDataContainer.cpp
    • -0
    • +83
    /src/libchengine/TBasePathDataContainer.h
    • -12
    • +80
    /src/libchengine/TFileFiltersArray.cpp
    • -32
    • +35
    /src/libchengine/TFileFiltersArray.h
  1. … 3 more files in changeset.
Fixed several cppcheck-reported issues. Fixed jenkins coverage scripts. (CH-326)

    • -1
    • +1
    /src/libchcore/Tests/TestsTPathContainer.cpp
    • -1
    • +1
    /src/libstring/Tests/TestsTStringSet.cpp
Fixed unit tests building in non-testing configurations (CH-326)

    • -1
    • +6
    /src/libchcore/libchcore.vc140.vcxproj
Added unit tests to various engine classes (CH-326) Refactoring of exported collections (CH-327)

    • -0
    • +203
    /src/common/GenericTemplates/RandomAccessContainerWrapper.h
    • -135
    • +0
    /src/libchcore/TPathContainer.cpp
    • -0
    • +245
    /src/libchcore/Tests/TestsTPathContainer.cpp
    • -0
    • +3
    /src/libchcore/libchcore.vc140.vcxproj
    • -76
    • +7
    /src/libchengine/TFileFiltersArray.cpp
    • -18
    • +15
    /src/libchengine/TFileFiltersArray.h
    • -5
    • +2
    /src/libchengine/TTaskConfigTracker.cpp
  1. … 13 more files in changeset.
Updated Polish translation (CH-325) Fixed problem with log levels not being applied on the fly (CH-324) Pressing "view log" now shows the "Log is empty" message instead of trying to create the non-existent log file (CH-323).

Improved handling of logger waiting failures (CH-322)

    • -3
    • +23
    /src/liblogger/TAsyncMultiLogger.cpp