Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Task API improvements - added thread proc delegation function to avoid calling CTask methods with 'pTask->'.

Removed option 'auto-resume on error' - wasn't really used, did not work properly.

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

Bugfix: 100% of a processor used by the clipboard monitoring thread.

Corrected code formatting.

  1. … 6 more files in changeset.
Extracted operation time tracking to a local stats object.

Re-used worker thread controller in clipboard monitoring functionality.

Got rid of unused error code/message field in status dialog.

Bugfix: wrong calculations of the processed/total size.

Removed unused code, made some order in methods' visibility (public/protected).

Changed thread management code to use events and thread waitability instead of volatile bool variables.

    • -0
    • +194
    ./TWorkerThreadController.cpp
    • -0
    • +58
    ./TWorkerThreadController.h
Bugfix: wrong handling of multiple input paths (task copied the first file over and over).

Bugfix: dereferencing NULL pointers caused crashes and deadlocks in some cases.

Removed unnecessary code (LastProcessedIndex).

Second part of changes in progress management - local task stats are now separate entities and does not block other functionality.

Removed unnecessary code aiding in detecting shutdown conditions for functionality "shutdown system after finished all operations".

Bugfix: got rid of some deadlocks when handling progress info.

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. … 4 more files in changeset.
Switched from CArray to std::vector in CTaskArray.

Bugfix: Fixed serialization problem (data streams were opened in text mode instead of binary).

Got rid of some goto's.

Small optimization - FILETIME no longer needs to be converted to COleDateTime when setting directory/file.

Got rid of warnings on level 4 (win32 and x64), turned on option to treat warnings as errors.

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

    • -0
    • +65
    ./SerializationHelpers.h
  1. … 5 more files in changeset.
Properly configured Dutch and Traditional Chinese translations in the build system.

Updated German translation by White-Tiger.

Added Dutch translation made by Jurgen@CH-CF.

Bugfix: incorrect shutdown of application.

Updated polish translation file.

Bugfix: custom copy dialog did not import paths properly. Now it should support properly utf-8, unicode and ansi text files (closes [#2965090]).