ch.cpp

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Added VS2015 projects, updated code to build with this new compiler (CH-173).

  1. … 21 more files in changeset.
Rewritten formatting system error messages (CH-163).

  1. … 8 more files in changeset.
Bugfix: fixed crash appearing when trying to pass unsupported command line option to CH (CH-158).

  1. … 1 more file in changeset.
Fixed a few problems found with VS2013 static analysis.

  1. … 3 more files in changeset.
Bugfix: fixed serialization problems with 32bit builds (CH-118).

  1. … 67 more files in changeset.
Changed standard message boxes displayed when shell extension is not registered or version does not match to resizable message box with checkbox "Do not show this again". That allows to get rid of the annoying messages with each launch of ch when user does not want to register the extension (CH-67).

  1. … 6 more files in changeset.
Resizable message box: applied minimum size limit to the dialog box and adjusted the default layout to work properly for simple one line message boxes (CH-67).

  1. … 3 more files in changeset.
Added resizable message box (partially implemented - checkbox support is missing) (CH-67).

  1. … 5 more files in changeset.
Optimized serialization stack to avoid blocking gui thread for a long time (CH-103).

  1. … 17 more files in changeset.
Rewritten serializer row storage to use memory pool (thus reducing memory allocations and speeding up destructions) (CH-103).

  1. … 22 more files in changeset.
Added serialization of task configuration (CH-74). Still buggy.

  1. … 22 more files in changeset.
Double unregistering of shell extension (CH-42)

  1. … 2 more files in changeset.
Bugfix (CH-32): Crash when right-clicking on any control in Status Dialog (64-bit Windows only)

Added new string class (TString) along with exportable containers for them, that will help solving problem of non-exportable std::wstring (and lack of CString at some places in code).

  1. … 54 more files in changeset.
Improvements in command-line option '--ImportTaskDefinition' - now properly passes command line arguments to already running instance (advances [#2544046]).

  1. … 4 more files in changeset.
Added preliminary command-line option '--ImportTaskDefinition' - currently works only when launching first instance of CH (advances [#2544046]).

  1. … 12 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.
Improved shell extension support:

  1. … 8 more files in changeset.
Moved TConfig class to libchcore library.

  1. … 26 more files in changeset.
Fixed compilation problem in release builds.

Rewritten configuration system to use boost::property_tree (to allow easy embedding parts of configuration in task definition).

  1. … 23 more files in changeset.
Separated (again) engine config class from the standard configuration.

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

  1. … 21 more files in changeset.
Changed resource manager and engine config to singletons.

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

  1. … 24 more files in changeset.
Changed naming of the crash dumps to be more useful (closes [2550020]).

Changed default line endings for source files to a consistent state with svn properties (closes [2536028]).

  1. … 122 more files in changeset.