ch.cpp

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Partial redesign of file overwrite dialog. Removed CMemDC in favor of MFC version.

  1. … 18 more files in changeset.
Removed support for html help (CH-354)

  1. … 121 more files in changeset.
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).

  1. … 13 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)

  1. … 393 more files in changeset.
Updated Polish translation (CH-325) Fixed problem with log levels not being applied on the fly (CH-324) Pressing "view log" now shows the "Log is empty" message instead of trying to create the non-existent log file (CH-323).

  1. … 4 more files in changeset.
Fixed several code issues reported by ReSharper (CH-318)

  1. … 41 more files in changeset.
Fixed several issues reported by ReSharper (CH-318).

  1. … 33 more files in changeset.
Split libchcore to several libraries (libstring, libserializer, libchengine) (CH-319)

  1. … 593 more files in changeset.
Introduced engine-wide logging (with task manager serialization included). Moved serialization logging from debug tracing to a normal log file. (CH-114)

  1. … 31 more files in changeset.
Removed unnecessary includes. Sorted member initialization in constructors. (CH-318)

  1. … 143 more files in changeset.
Fixed release build (CH-314)

Disabled reporting of mfc-detected memory leaks, as they contain only false positives at the moment (CH-314).

Added missing break in code (CH-301).

Improvements in shell extension registration process (CH-286). Updated Polish translation.

  1. … 14 more files in changeset.
Enabled communication from non-elevated explorer to elevated Copy Handler (CH-285).

  1. … 5 more files in changeset.
Changed shell extension to receive its configuration from CH using shared memory instead of relying on WM_GETCONFIG window message (CH-284).

  1. … 28 more files in changeset.
Made RPC_E_CHANGED_MODE error on CoInitializeEx non-fatal, allowing to launch CH (CH-275).

  1. … 2 more files in changeset.
Added lots of logging to filesystem handling functions (CH-206)

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

  1. … 3 more files in changeset.
Added ability to change max log size, max rotate count and log levels on-the-fly for app and engine loggers (CH-206).

  1. … 6 more files in changeset.
Implemented preliminary versions of remaining logger files (buggy) (CH-206).

  1. … 55 more files in changeset.
Isolated the logger functionalities to the separate static library (CH-206)

  1. … 66 more files in changeset.
Connected log settings with loggers (CH-206).

  1. … 10 more files in changeset.
Added log options to settings (not connected to loggers yet) (CH-206).

  1. … 5 more files in changeset.
Added preliminary (very incomplete) multi-file log backend with rotation support (CH-206)

  1. … 54 more files in changeset.
Added basic support for asynchronous logging in CH and libchcore (based on boost log) (CH-206)

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

  1. … 98 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. … 157 more files in changeset.
Fixed possible buffer overflows (CH-249).

  1. … 1 more file in changeset.