CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added VS2015 projects, updated code to build with this new compiler (CH-173).

    • -1
    • +1
    /src/libictranslate/LanguageDialog.cpp
    • -1
    • +1
    /src/libictranslate/ResourceManager.cpp
    • -0
    • +73
    /src/libictranslate/libictranslate.vc140.vcxproj.filters
Added VS2015 projects, updated code to build with this new compiler (CH-173).

    • -0
    • +565
    /ext/libicpf/src/libicpf/libicpf.vc140.vcxproj
    • -0
    • +147
    /ext/libicpf/src/libicpf/libicpf.vc140.vcxproj.filters
Added VS2015 projects, updated code to build with this new compiler (CH-173).

    • -0
    • +533
    /src/ictranslate/ictranslate.vc140.vcxproj
    • -0
    • +81
    /src/ictranslate/ictranslate.vc140.vcxproj.filters
Added VS2015 projects, updated code to build with this new compiler (CH-173).

    • -0
    • +328
    /ext/gmock/gmock.vc140.vcxproj
    • -0
    • +22
    /ext/gmock/gmock.vc140.vcxproj.filters
    • -0
    • +347
    /ext/sqlite3/sqlite3.vc140.vcxproj
    • -0
    • +35
    /ext/sqlite3/sqlite3.vc140.vcxproj.filters
    • -0
    • +1943
    /src/ch/ch.vc140.vcxproj
    • -0
    • +805
    /src/ch/ch.vc140.vcxproj.filters
    • -0
    • +207
    /src/chcmd/chcmd.vc140.vcxproj
    • -0
    • +36
    /src/chcmd/chcmd.vc140.vcxproj.filters
    • -0
    • +693
    /src/chext/chext.vc140.vcxproj
    • -0
    • +131
    /src/chext/chext.vc140.vcxproj.filters
  1. … 7 more files in changeset.
Added mussing unit test files (CH-171).

    • -0
    • +128
    /src/libchcore/Tests/TestsTModificationTracker.cpp
    • -0
    • +193
    /src/libchcore/Tests/TestsTSharedModificationTracker.cpp
Bugfix: buffer size changes were not stored in the database (CH-171).

    • -3
    • +15
    /src/libchcore/ConfigNodeContainer.cpp
    • -7
    • +12
    /src/libchcore/TModificationTracker.h
    • -0
    • +12
    /src/libchcore/libchcore.vc120.vcxproj
Added partial support for modifying count of buffer while copying (CH-169).

    • -0
    • +141
    /src/libchcore/TBufferSizes.cpp
    • -0
    • +86
    /src/libchcore/TBufferSizes.h
    • -12
    • +8
    /src/libchcore/TSubTaskCopyMove.cpp
  1. … 15 more files in changeset.
Bugfix: changing buffer size while copying sometimes caused the task to fail with an error (CH-170).

Automatic version bump after tagging 1.40Beta-svn655

Bugfix: svnindex.cmd could not find source files to embed the source server info into pdb files (CH-168).

Automatic version bump after tagging 1.40Beta-svn651

Fixed build problem on machines where VS2008 is not installed (CH-167).

Added another batch of unit tests to overlapped buffer and buffer queue (CH-161).

Added more unit tests to buffer and buffer queue classes, fixed problems found with those unit tests (CH-161).

    • -1
    • +1
    /src/libchcore/TOverlappedDataBuffer.cpp
Fixed writing buffer contents to file (0-length buffer content was stored after previous modifications).

    • -2
    • +12
    /src/libchcore/libchcore.vc120.vcxproj
Added unit tests partially covering the buffer and buffer queue (CH-161).

    • -7
    • +35
    /src/libchcore/TOverlappedDataBuffer.cpp
    • -12
    • +20
    /src/libchcore/TOverlappedDataBuffer.h
    • -0
    • +112
    /src/libchcore/Tests/TOverlappedDataBufferQueueTests.cpp
    • -0
    • +12
    /src/libchcore/Tests/TOverlappedDataBufferTests.cpp
    • -0
    • +3
    /src/libchcore/libchcore.vc120.vcxproj
Fixed wrong finalization of file in case no-buffering is used (CH-161).

    • -3
    • +7
    /src/libchcore/TOverlappedDataBuffer.cpp
    • -1
    • +4
    /src/libchcore/TOverlappedDataBuffer.h
Separated file finalization (cutting the unnecessary data in no-buffering scenario) from last WriteFile (CH-161).

    • -16
    • +32
    /src/libchcore/TLocalFilesystem.cpp
    • -1
    • +15
    /src/libchcore/TOverlappedDataBuffer.cpp
    • -0
    • +6
    /src/libchcore/TOverlappedDataBuffer.h
    • -7
    • +67
    /src/libchcore/TSubTaskCopyMove.cpp
Fixed the events not being correctly set/reset in some cases (CH-161).

Added buffer cleanup procedures to ensure buffers marked as end-of-file are properly interpreted when switching to next file (CH-161).

Added buffer queue depth as configuration option (CH-161).

Rewritten formatting system error messages (CH-163).

    • -0
    • +62
    /src/libchcore/TWin32ErrorFormatter.cpp
    • -0
    • +39
    /src/libchcore/TWin32ErrorFormatter.h
    • -0
    • +2
    /src/libchcore/libchcore.vc120.vcxproj
Removed explicit references to chcore namespace from chcore namespace.

    • -2
    • +2
    /src/libchcore/TFakeFileSerializer.cpp
    • -5
    • +5
    /src/libchcore/TFeedbackHandlerBase.cpp
    • -4
    • +4
    /src/libchcore/TOverlappedDataBuffer.cpp
  1. … 7 more files in changeset.
Added missing interface implementation file.

    • -0
    • +28
    /src/libchcore/IOverlappedDataBufferQueue.cpp
    • -14
    • +9
    /src/libchcore/TSubTaskCopyMove.cpp
    • -6
    • +0
    /src/libchcore/libchcore.vc120.vcxproj
Introduced preliminary version of async io when copying - early, buggy version (CH-161).

    • -0
    • +46
    /src/libchcore/IOverlappedDataBufferQueue.h
    • -0
    • +30
    /src/libchcore/RoundingFunctions.h
    • -0
    • +38
    /src/libchcore/TEvent.cpp
    • -0
    • +44
    /src/libchcore/TEvent.h
    • -12
    • +73
    /src/libchcore/TLocalFilesystem.cpp
    • -0
    • +121
    /src/libchcore/TOverlappedDataBuffer.cpp
    • -0
    • +92
    /src/libchcore/TOverlappedDataBuffer.h
  1. … 11 more files in changeset.
Updated paths to point to boost 1.58 (CH-162).

Updated paths to point to boost 1.58 (CH-162).

Bugfix: Importing same task twice caused CH to crash. Now tasks are imported with new unique ID every time (CH-159).

Bugfix: fixed crash appearing when trying to pass unsupported command line option to CH (CH-158).

Feature: added possibility to export task details from the CustomCopy dialog (CH-157).

    • -78
    • +39
    /src/libchcore/TTaskDefinition.cpp