chext

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed shell extension to receive its configuration from CH using shared memory instead of relying on WM_GETCONFIG window message (CH-284).

  1. … 23 more files in changeset.
Simplified shell extension menu management as a preparation to move its configuration to shared memory (CH-284)

  1. … 21 more files in changeset.
Enabled Multi Process compilation for all CH projects (CH-283).

  1. … 7 more files in changeset.
Fixed problem with shell extension not being able to retrieve configuration from CH (CH-281).

Fixed high CPU usage when logging. Replaced boost log with liblogger in shell extension. (CH-206).

  1. … 4 more files in changeset.
Various code cleanups (CH-273)

  1. … 35 more files in changeset.
Switched entire code to use nullptr instead of NULL (CH-259).

  1. … 89 more files in changeset.
Fixed several cosmetic code issues. Improved detection of same/different disk detection. Switched shared_ptrs to use std implementation instead of boost one. Cleaned up includes in headers. (CH-259)

  1. … 155 more files in changeset.
Updated googletest framework to newest version (CH-256)

  1. … 344 more files in changeset.
Fixed various issues reported by Coverity Scan (CH-249).

  1. … 11 more files in changeset.
Fixed wrong enum mapping in shell extension (CH-249).

Fixed half-empty explorer context menu when using owner-drawn items (CH-244).

  1. … 2 more files in changeset.
Disabled enhanced instruction set (SSE/SSE2) from x86_32 build to (possibly) allow CH to run on older hardware (Athlon, Athlon XP) (CH-239).

  1. … 6 more files in changeset.
Possible fix to a problem with shell extension communication with CH (CH-230).

  1. … 1 more file in changeset.
Removed several unused functions (CH-216)

  1. … 6 more files in changeset.
Removed library libicpf, moved config support to libictranslate, log_file to libchcore (CH-217).

  1. … 154 more files in changeset.
Fixed additional warnings reported by cppcheck (CH-216).

  1. … 9 more files in changeset.
Fixed additional warnings reported by cppcheck (CH-216) Disabled cstyleCast from being reported by cppcheck.

  1. … 23 more files in changeset.
Adjustment of compiler/linker options (CH-214).

  1. … 7 more files in changeset.
Disabled /SAFESEH, set debug information format to edit and continue (CH-214).

  1. … 7 more files in changeset.
Added support for building unit-tests configurations from msbuild, added support for writing xml files with test results (CH-214)

  1. … 6 more files in changeset.
Project and source files' updates to allow them to build under VS2014.

  1. … 26 more files in changeset.
Adjusted logging in shell extension, fixed the bug introduced with logging (CH-181)

Adjustments in shell extension logging (CH-181)

    • -0
    • +46
    ./HResultFormatter.cpp
    • -0
    • +28
    ./HResultFormatter.h
Added support for logging information from the shell extension (when the registry keys are set up) (CH-181).

    • -0
    • +59
    ./ShellExtensionVerifier.cpp
    • -0
    • +31
    ./ShellExtensionVerifier.h
  1. … 1 more file in changeset.
Updated installer and other scripts to support VS2015 (CH-175)

  1. … 19 more files in changeset.
Changed boost paths configuration for build (CH-178).

  1. … 5 more files in changeset.
Added VS2015 projects, updated code to build with this new compiler (CH-173).

    • -0
    • +693
    ./chext.vc140.vcxproj
    • -0
    • +131
    ./chext.vc140.vcxproj.filters
  1. … 20 more files in changeset.
Introduced preliminary version of async io when copying - early, buggy version (CH-161).

  1. … 25 more files in changeset.
Updated version release scripts to use VS2013 binaries (CH-136)

  1. … 8 more files in changeset.