Clone
 

ixen <ixen@copyhandler.com> in CopyHandler

Resolved warnings reported by inno setup compiler.

Removed unsupported installer languages.

Migrated to inno setup 6.

Changed default version of boost to be used for builds.

Fixed warning-as-error issue with newest boost and VS versions.

Enabled enforcing type conversion rules (CH-338).

    • -0
    • +8
    /ext/googletest/gmock-dynamic-crt.vcxproj
    • -0
    • +8
    /ext/googletest/gmock-static-crt.vcxproj
    • -0
    • +8
    /src/libchcore/libchcore.vc140.vcxproj
    • -0
    • +8
    /src/liblogger/liblogger.vc140.vcxproj
    • -0
    • +8
    /src/libserializer/libserializer.vcxproj
Enabled enforcing type conversion rules (CH-338).

    • -0
    • +8
    /ext/googletest/gmock-dynamic-crt.vcxproj
    • -0
    • +8
    /ext/googletest/gmock-static-crt.vcxproj
    • -0
    • +8
    /src/libchcore/libchcore.vc140.vcxproj
    • -0
    • +8
    /src/liblogger/liblogger.vc140.vcxproj
    • -0
    • +8
    /src/libserializer/libserializer.vcxproj
Fixed problem with missing icons in shell extension context menu (CH-345) Fixed crash when displaying folder sizes in shell extension context menu (CH-344).

Fixed problem with missing icons in shell extension context menu (CH-345) Fixed crash when displaying folder sizes in shell extension context menu (CH-344).

Fixed installer to properly register autorun while installing (CH-343)

Fixed installer to properly register autorun while installing (CH-343)

Removed unusable removal of CH autorun on uninstall (CH-343)

Removed unusable removal of CH autorun on uninstall (CH-343)

Removed release-only setting of autorun on every start of CH (CH-343)

Removed release-only setting of autorun on every start of CH (CH-343)

Removed command line option --EnableLaunchAtStartup. Option to start CH at boot is now directly tied to registry setting "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run" and is no longer stored/read in CH config. Updated installer to enable starting CH at boot by writing values to registry instead of trying to launch CH to do that. (CH-343).

Removed command line option --EnableLaunchAtStartup. Option to start CH at boot is now directly tied to registry setting "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run" and is no longer stored/read in CH config. Updated installer to enable starting CH at boot by writing values to registry instead of trying to launch CH to do that. (CH-343).

    • -0
    • +37
    /src/ch/AppAutorun.cpp
    • -0
    • +34
    /src/ch/AppAutorun.h
Added Spanish language submitted by forum user Vicus (CH-342)

Added Spanish language submitted by forum user Vicus (CH-342)

Fixed problem with shell extension not displaying single menu entries (CH-341)

    • -8
    • +16
    /src/libchengine/ConfigNodeContainer.cpp
    • -7
    • +22
    /src/libchengine/Tests/TestsTConfig.cpp
Fixed problem with shell extension not displaying single menu entries (CH-341)

    • -8
    • +16
    /src/libchengine/ConfigNodeContainer.cpp
    • -7
    • +22
    /src/libchengine/Tests/TestsTConfig.cpp
Adjusted project build order (CH-340)

Adjusted project build order (CH-340)

Cloned gmock library to be used with libraries statically linked to crt (CH-340).

    • -11
    • +11
    /ext/googletest/gmock-dynamic-crt.vcxproj
    • -2
    • +2
    /ext/googletest/gmock-static-crt.vcxproj
    • -344
    • +0
    /ext/googletest/gmock.vc140.vcxproj
    • -4
    • +4
    /src/libchcore/libchcore.vc140.vcxproj
    • -4
    • +4
    /src/liblogger/liblogger.vc140.vcxproj
  1. … 3 more files in changeset.
Cloned gmock library to be used with libraries statically linked to crt (CH-340).

    • -11
    • +11
    /ext/googletest/gmock-dynamic-crt.vcxproj
    • -2
    • +2
    /ext/googletest/gmock-static-crt.vcxproj
    • -344
    • +0
    /ext/googletest/gmock.vc140.vcxproj
    • -4
    • +4
    /src/libchcore/libchcore.vc140.vcxproj
    • -4
    • +4
    /src/liblogger/liblogger.vc140.vcxproj
  1. … 3 more files in changeset.
Fixed problem with memory being deallocated in another dll (CH-340).

Fixed problem with memory being deallocated in another dll (CH-340).

Changed chext and all dependencies to use statically linked ucrt. The reason is that locally-deployed ucrt needs to be placed in the same directory the executable is in (explorer.exe) or they need to be in PATH environment variable. WinXP does not have ucrt installed, so it would either need installer to install it properly, or add ch installation path to PATH variable. There is no similar workaround for portable version - hence static linking of ucrt to allow chext to work properly with explorer in WinXP. (CH-340)

    • -8
    • +8
    /src/libchcore/libchcore.vc140.vcxproj
    • -8
    • +8
    /src/liblogger/liblogger.vc140.vcxproj
    • -8
    • +8
    /src/libserializer/libserializer.vcxproj
Changed chext and all dependencies to use statically linked ucrt. The reason is that locally-deployed ucrt needs to be placed in the same directory the executable is in (explorer.exe) or they need to be in PATH environment variable. WinXP does not have ucrt installed, so it would either need installer to install it properly, or add ch installation path to PATH variable. There is no similar workaround for portable version - hence static linking of ucrt to allow chext to work properly with explorer in WinXP. (CH-340)

    • -8
    • +8
    /src/libchcore/libchcore.vc140.vcxproj
    • -8
    • +8
    /src/liblogger/liblogger.vc140.vcxproj
    • -8
    • +8
    /src/libserializer/libserializer.vcxproj
Adjusted ucrt packages pulled in to installer and portable packages (CH-340).