FileInfo.cpp

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cosmetic changes - improved const correctness in various places.

  1. … 3 more files in changeset.
Removed 'advanced' button from status dialog (along with rename input paths functionality which was rather useless).

  1. … 18 more files in changeset.
Bugfix: Fixed potential problem with constant re-reading drive id.

Rewritten part of the copy engine responsible directly for copying single file:

  1. … 5 more files in changeset.
Reduced amount of information stored in the task description files.

  1. … 5 more files in changeset.
Removed storing/loading of total size and processed size of data to/from archive.

  1. … 3 more files in changeset.
Removed option 'auto-resume on error' - wasn't really used, did not work properly.

  1. … 7 more files in changeset.
Removed functionality creating n copies of the original file - it made code more complicated, preventing core code from rewriting (hopefully nobody uses it).

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

  1. … 20 more files in changeset.
Bugfix: dereferencing NULL pointers caused crashes and deadlocks in some cases.

  1. … 6 more files in changeset.
Changed locking system from simple critical section in task objects (CTask, CTaskArray) to the boost::shared_lock for improved multi-threadedness and safety (might be a bit buggy though).

  1. … 18 more files in changeset.
Changed internal implementation of serialization from icpf::file to a more stable boost::serialization.

  1. … 19 more files in changeset.
Got rid of the CArrays from file information management classes.

  1. … 3 more files in changeset.
Added resize capabilities to most of the dialog boxes used in CH (closes 2774255).

  1. … 13 more files in changeset.
Cleaned up header files from unnecessary includes.

  1. … 32 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.
Bugfix: crash when creating file description object in some cases.

Separated file filters from file informations.

  1. … 6 more files in changeset.
Replaced CArchive-based serialization with icpf-based solution (closes [#431]).

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

  1. … 2 more files in changeset.
Updated translation system to allow non-ordered parameters inside formatting strings.

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

  1. … 101 more files in changeset.
Bugfix: quickfix for the problem with files being deleted even when they was skipped when copying.(closes [#293]).

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

  1. … 51 more files in changeset.
Fixed assertions on date formatting (closes [#296]).

Further changes to the fs structure, other cleanups (advances [#303]).

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

  1. … 309 more files in changeset.