CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated installer script to use common directories instead of user ones. Removed unused variable from jenkins script. (CH-340)

Updated installer script to use common directories instead of user ones. Removed unused variable from jenkins script. (CH-340)

Fixed output directory (CH-340)

Fixed output directory (CH-340)

Changed default boost version to 1.69 (CH-340)

Changed default boost version to 1.69 (CH-340)

Adjusted installer and jenkins scripts to use VS2017 libraries when preparing deployment (CH-340)

Adjusted installer and jenkins scripts to use VS2017 libraries when preparing deployment (CH-340)

Disabled /IA:32 switch for all projects and boost build script - boost 1.69 does not build with SSE disabled (CH-340).

    • -4
    • +0
    /src/libchcore/libchcore.vc140.vcxproj
    • -4
    • +0
    /src/liblogger/liblogger.vc140.vcxproj
    • -4
    • +0
    /src/libserializer/libserializer.vcxproj
Disabled /IA:32 switch for all projects and boost build script - boost 1.69 does not build with SSE disabled (CH-340).

    • -4
    • +0
    /src/libchcore/libchcore.vc140.vcxproj
    • -4
    • +0
    /src/liblogger/liblogger.vc140.vcxproj
    • -4
    • +0
    /src/libserializer/libserializer.vcxproj
Enabled c++17 standard for all projects (CH-340) Fixed boost-build32.

    • -8
    • +16
    /ext/googletest/gmock.vc140.vcxproj
    • -8
    • +16
    /src/libchcore/libchcore.vc140.vcxproj
    • -8
    • +16
    /src/libchengine/libchengine.vcxproj
    • -8
    • +16
    /src/liblogger/liblogger.vc140.vcxproj
    • -8
    • +16
    /src/libserializer/libserializer.vcxproj
    • -0
    • +4
    /tests/test_runner/test_runner.vcxproj
  1. … 3 more files in changeset.
Enabled c++17 standard for all projects (CH-340) Fixed boost-build32.

    • -8
    • +16
    /ext/googletest/gmock.vc140.vcxproj
    • -8
    • +16
    /src/libchcore/libchcore.vc140.vcxproj
    • -8
    • +16
    /src/libchengine/libchengine.vcxproj
    • -8
    • +16
    /src/liblogger/liblogger.vc140.vcxproj
    • -8
    • +16
    /src/libserializer/libserializer.vcxproj
    • -0
    • +4
    /tests/test_runner/test_runner.vcxproj
  1. … 3 more files in changeset.
Updated tool projects to target v141_xp (CH-340)

    • -9
    • +5
    /tests/test_runner/test_runner.vcxproj
Updated tool projects to target v141_xp (CH-340)

    • -9
    • +5
    /tests/test_runner/test_runner.vcxproj
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
    • +180
    /ext/googletest/BUILD.bazel
    • -0
    • +160
    /ext/googletest/CONTRIBUTING.md
    • -0
    • +28
    /ext/googletest/LICENSE
    • -0
    • +14
    /ext/googletest/Makefile.am
    • -0
    • +8
    /ext/googletest/WORKSPACE
    • -0
    • +44
    /ext/googletest/ci/build-linux-autotools.sh
    • -0
    • +36
    /ext/googletest/ci/build-linux-bazel.sh
    • -0
    • +41
    /ext/googletest/ci/env-linux.sh
    • -0
    • +40
    /ext/googletest/ci/env-osx.sh
    • -0
    • +48
    /ext/googletest/ci/get-nprocessors.sh
  1. … 379 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)

    • -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)