FileInfo.h

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Moved file filtering and file info classes to chcore library (possibly needs some more work on ATL::CTime export problem).

  1. … 33 more files in changeset.
Possible fix for problem with activation context when launching CH (exception thrown from CMainWnd::OnCreate() caused Create() to fail).

  1. … 30 more files in changeset.
Extracted file finding and fast moving to a separate module.

  1. … 5 more files in changeset.
Bugfix: TLocalFilesystem::PathExist() didn't free the search handle.

  1. … 10 more files in changeset.
Improved TSmartPath by adding more operations to it (with usage).

  1. … 6 more files in changeset.
Moved some filesystem accessing functions from CFileInfo to CTask.

  1. … 3 more files in changeset.
Refactoring: got rid of the CClipboardArray and CClipboardEntry in favor of TBasePathDataContainer and TBasePathData objects which are linked to input paths only by index (instead of being itself a copy of the input path with some additions).

  1. … 7 more files in changeset.
Refactoring: increased usage of TSmartPath objects throughout the code.

  1. … 14 more files in changeset.
Added two new task options to allow changing the generated name for the file in case copy is done inside single directory.

  1. … 9 more files in changeset.
Got rid of CDestPath class in favor of more general TSmartPath.

  1. … 17 more files in changeset.
Some fixes reported by prefast.

  1. … 3 more files in changeset.
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.
Small cleanups in code.

  1. … 2 more files in changeset.
Rewritten part of the copy engine responsible directly for copying single file:

  1. … 5 more files in changeset.
Uncommented line of code (commented out by mistake).

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 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.
Bugfix: dereferencing NULL pointers caused crashes and deadlocks in some cases.

  1. … 6 more files in changeset.
Second part of changes in progress management - local task stats are now separate entities and does not block other functionality.

  1. … 2 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.
Fixed broken build.

  1. … 1 more file in changeset.
Added new classes for handling paths (unused currently).

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

  1. … 3 more files in changeset.
Bugfix: input paths were ignored if nonexistent (closes [#sf:2905420]).

  1. … 3 more files in changeset.
Bugfix: crashes when loading specific task files (closes [#sf:2905339]).

  1. … 2 more files in changeset.
Small code cleanups.

Fixed some warnings reported from the static code analysis (/analyze).

  1. … 24 more files in changeset.