CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added missing files (CH-180)

    • -0
    • +31
    /src/libchcore/TFileInfoFwd.h
Refactoring - filesystem handling will now use stateful operations for easier testing (CH-180).

    • -0
    • +28
    /src/libchcore/IFilesystem.cpp
    • -0
    • +71
    /src/libchcore/IFilesystem.h
    • -0
    • +28
    /src/libchcore/IFilesystemFile.cpp
    • -0
    • +57
    /src/libchcore/IFilesystemFile.h
    • -0
    • +28
    /src/libchcore/IFilesystemFind.cpp
    • -0
    • +40
    /src/libchcore/IFilesystemFind.h
    • -0
    • +31
    /src/libchcore/TBasePathDataFwd.h
    • -256
    • +18
    /src/libchcore/TLocalFilesystem.cpp
    • -80
    • +17
    /src/libchcore/TLocalFilesystem.h
    • -0
    • +221
    /src/libchcore/TLocalFilesystemFile.cpp
    • -0
    • +64
    /src/libchcore/TLocalFilesystemFile.h
    • -0
    • +85
    /src/libchcore/TLocalFilesystemFind.cpp
    • -0
    • +50
    /src/libchcore/TLocalFilesystemFind.h
  1. … 9 more files in changeset.
Refactoring - extracted wildcard parsing functionality to a separate class to allow re-use in feedback automatic rules (CH-165).

    • -0
    • +54
    /src/libchcore/Tests/TestsTFileFilter.cpp
    • -0
    • +114
    /src/libchcore/Tests/TestsTStringPattern.cpp
    • -0
    • +149
    /src/libchcore/Tests/TestsTStringPatternArray.cpp
    • -0
    • +29
    /src/libchcore/libchcore.vc140.vcxproj
Fixed libicpf project settings for boost (CH-178).

Bugfix: directory chooser not displayed when using Copy To > Choose directory... function (CH-179).

Updated installer and other scripts to support VS2015 (CH-175)

    • -927
    • +0
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Updated installer and other scripts to support VS2015 (CH-175)

    • -947
    • +0
    /src/ictranslate/ictranslate.vc90.vcproj
    • -263
    • +0
    /src/rc2lng/rc2lng.vc120.vcxproj
    • -50
    • +0
    /src/rc2lng/rc2lng.vc120.vcxproj.filters
Updated installer and other scripts to support VS2015 (CH-175)

    • -805
    • +0
    /src/ch/ch.vc120.vcxproj.filters
    • -36
    • +0
    /src/chcmd/chcmd.vc120.vcxproj.filters
  1. … 8 more files in changeset.
Changed boost paths configuration for build (CH-178).

Changed boost paths configuration for build (CH-178).

Changed boost paths configuration for build (CH-178).

    • -0
    • +17
    /src/common/Boost.props
    • -16
    • +8
    /src/libchcore/libchcore.vc140.vcxproj
Updated sqlite to the newest version (CH-174)

    • -19062
    • +27322
    /ext/sqlite3/sqlite3.c
Added VS2015 projects, updated code to build with this new compiler (CH-173).

    • -0
    • +263
    /src/rc2lng/rc2lng.vc140.vcxproj
    • -0
    • +50
    /src/rc2lng/rc2lng.vc140.vcxproj.filters
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