Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated installer and other scripts to support VS2015 (CH-175)

    • -36
    • +0
    ./chcmd/chcmd.vc120.vcxproj.filters
    • -131
    • +0
    ./chext/chext.vc120.vcxproj.filters
    • -841
    • +0
    ./libchcore/libchcore.vc120.vcxproj
    • -698
    • +0
    ./libchcore/libchcore.vc120.vcxproj.filters
    • -1957
    • +0
    ./libchcore/libchcore.vc90.vcproj
  1. … 8 more files in changeset.
Changed boost paths configuration for build (CH-178).

    • -16
    • +8
    ./ictranslate/ictranslate.vc140.vcxproj
    • -16
    • +8
    ./libictranslate/libictranslate.vc140.vcxproj
Changed boost paths configuration for build (CH-178).

    • -0
    • +17
    ./common/Boost.props
    • -16
    • +8
    ./libchcore/libchcore.vc140.vcxproj
  1. … 2 more files in changeset.
Added VS2015 projects, updated code to build with this new compiler (CH-173).

    • -0
    • +263
    ./rc2lng/rc2lng.vc140.vcxproj
    • -0
    • +50
    ./rc2lng/rc2lng.vc140.vcxproj.filters
Added VS2015 projects, updated code to build with this new compiler (CH-173).

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

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

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

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

    • -3
    • +15
    ./libchcore/ConfigNodeContainer.cpp
    • -33
    • +22
    ./libchcore/TSharedModificationTracker.h
    • -0
    • +12
    ./libchcore/libchcore.vc120.vcxproj
    • -0
    • +6
    ./libchcore/libchcore.vc120.vcxproj.filters
Added partial support for modifying count of buffer while copying (CH-169).

    • -0
    • +141
    ./libchcore/TBufferSizes.cpp
    • -0
    • +86
    ./libchcore/TBufferSizes.h
  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

Automatic version bump after tagging 1.40Beta-svn651

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

    • -0
    • +153
    ./libchcore/Tests/TOverlappedDataBufferTests.cpp
Added more unit tests to buffer and buffer queue classes, fixed problems found with those unit tests (CH-161).

    • -24
    • +23
    ./libchcore/TOverlappedDataBufferQueue.cpp
    • -2
    • +6
    ./libchcore/TOverlappedDataBufferQueue.h
    • -37
    • +307
    ./libchcore/Tests/TOverlappedDataBufferQueueTests.cpp
    • -1
    • +121
    ./libchcore/Tests/TOverlappedDataBufferTests.cpp
Fixed writing buffer contents to file (0-length buffer content was stored after previous modifications).

    • -6
    • +63
    ./libchcore/TOverlappedDataBufferQueue.cpp
    • -5
    • +16
    ./libchcore/TOverlappedDataBufferQueue.h
    • -5
    • +79
    ./libchcore/Tests/TOverlappedDataBufferQueueTests.cpp
    • -2
    • +12
    ./libchcore/libchcore.vc120.vcxproj
Added unit tests partially covering the buffer and buffer queue (CH-161).

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

Separated file finalization (cutting the unnecessary data in no-buffering scenario) from last WriteFile (CH-161).

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

    • -17
    • +38
    ./libchcore/TOverlappedDataBufferQueue.cpp
    • -0
    • +3
    ./libchcore/TOverlappedDataBufferQueue.h
Added buffer cleanup procedures to ensure buffers marked as end-of-file are properly interpreted when switching to next file (CH-161).

    • -0
    • +40
    ./libchcore/TOverlappedDataBufferQueue.cpp
    • -0
    • +3
    ./libchcore/TOverlappedDataBufferQueue.h
Added buffer queue depth as configuration option (CH-161).

Rewritten formatting system error messages (CH-163).

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

    • -5
    • +5
    ./libchcore/TFeedbackHandlerWrapper.cpp
    • -1
    • +1
    ./libchcore/TOverlappedDataBufferQueue.cpp
    • -2
    • +2
    ./libchcore/TSQLiteSerializerFactory.cpp
  1. … 7 more files in changeset.
Added missing interface implementation file.

    • -0
    • +28
    ./libchcore/IOverlappedDataBufferQueue.cpp
    • -312
    • +0
    ./libchcore/Tests/TestsTDataBufferManager.cpp
    • -3
    • +0
    ./libchcore/libchcore.vc120.vcxproj.filters
Introduced preliminary version of async io when copying - early, buggy version (CH-161).

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

    • -16
    • +16
    ./ictranslate/ictranslate.vc120.vcxproj
    • -16
    • +16
    ./libictranslate/libictranslate.vc120.vcxproj
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).