AppHelper.cpp

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Removed unnecessary includes. Sorted member initialization in constructors. (CH-318)

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

  1. … 98 more files in changeset.
Refactoring of path expansion routines to fix the possible buffer overflows (CH-249).

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

  1. … 155 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.
Reduced number of errors and warnings reported by cppcheck (CH-216).

  1. … 78 more files in changeset.
Bugfix: tray icon incorrectly reported portable mode in case non-portable mode was enabled.

  1. … 2 more files in changeset.
Added portable mode in case configuration file is found in the executable directory (closes [#2908557]).

  1. … 5 more files in changeset.
Corrected code formatting.

  1. … 20 more files in changeset.
Some firewalls reported registry modifying requests each time CH was started. Now registry is modified only in case the value would change.

  1. … 1 more file in changeset.
Added support for logging informations about process (closes 2796060).

  1. … 21 more files in changeset.
Fixed some warnings reported from the static code analysis (/analyze).

  1. … 24 more files in changeset.
Changed default line endings for source files to a consistent state with svn properties (closes [2536028]).

  1. … 122 more files in changeset.
Removed support for changing the tasks directory (closes [#441]).

  1. … 10 more files in changeset.
Fixed some warnings from prefast.

  1. … 2 more files in changeset.
Updated the license headers in source files.

  1. … 101 more files in changeset.
Fixed issue with program autostart (HKLM vs HKCU).

  1. … 2 more files in changeset.
Removed the VERSION reading code with standard #defines.

  1. … 14 more files in changeset.
Added unicode configuration, x64 platform support and made it build.

  1. … 51 more files in changeset.
FS reorganization - next phase (advances [#303]).

  1. … 309 more files in changeset.