libchcore.vc140.vcxproj

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Additional unit tests (CH-326)

  1. … 15 more files in changeset.
Fixed unit tests building in non-testing configurations (CH-326)

Added unit tests to various engine classes (CH-326) Refactoring of exported collections (CH-327)

  1. … 27 more files in changeset.
Split libchcore to several libraries (libstring, libserializer, libchengine) (CH-319)

  1. … 593 more files in changeset.
Introduced engine-wide logging (with task manager serialization included). Moved serialization logging from debug tracing to a normal log file. (CH-114)

  1. … 31 more files in changeset.
Removed unit tests for non-existent class (CH-318).

  1. … 2 more files in changeset.
Fixed various issues reported by resharper. Added move constructors/move assignment operators to various classes. Exceptions cleanups. Removed unused code. Removed copy constructors/copy assignments from various noncopyable classes. (CH-318).

  1. … 120 more files in changeset.
Removed unnecessary includes. Sorted member initialization in constructors. (CH-318)

  1. … 143 more files in changeset.
Fixed several reader/writer hangs while copying data. Simplified updating of availability of input buffers for reader and writer. (CH-317)

  1. … 13 more files in changeset.
Added concurrent read/write limits. Added max read-ahead limit. (CH-317).

  1. … 26 more files in changeset.
Optimized finalizing file to not require re-opening of the destination file (CH-200)

  1. … 9 more files in changeset.
Various cleanups and improvements in the multithreaded copying code (CH-307).

  1. … 19 more files in changeset.
Normalized line ending as specified in .gitattributes (CH-312).

  1. … 265 more files in changeset.
Partial support for on-the-fly buffer usage (CH-307).

  1. … 11 more files in changeset.
Moved writer to a separate thread (CH-307).

  1. … 10 more files in changeset.
Made all reader execute in pre-existing reader thread (to avoid creating thread for each file) (CH-307).

  1. … 12 more files in changeset.
Integrated file object creation into the reader and writer objects (CH-307)

  1. … 21 more files in changeset.
Fixed subtask/task/global stats to show correct current speeds (CH-293).

  1. … 8 more files in changeset.
Updated Version info in CH binaries (CH-287).

  1. … 16 more files in changeset.
Changed shell extension to receive its configuration from CH using shared memory instead of relying on WM_GETCONFIG window message (CH-284).

  1. … 28 more files in changeset.
Simplified shell extension menu management as a preparation to move its configuration to shared memory (CH-284)

  1. … 28 more files in changeset.
Enabled Multi Process compilation for all CH projects (CH-283).

  1. … 7 more files in changeset.
Moved file copy main processing loop to ReaderWriter object (CH-270).

  1. … 14 more files in changeset.
Added better error-checking. Fixed several hang/crash scenarios. (CH-270)

  1. … 11 more files in changeset.
Replaced failed queue with simpler mechanism embedded in ordered queue (CH-270).

  1. … 13 more files in changeset.
Split ordered queue with position locking from simple version of ordered queue (CH-270).

  1. … 12 more files in changeset.
Added unit tests to part of the overlapped buffer handling code (CH-270).

  1. … 16 more files in changeset.
Rough version of overlapped reader/writer split (CH-270).

  1. … 34 more files in changeset.
Moved overlapped file position management to reader/writer object. Simplified buffer ordering by using file position as the ordering key (instead of artificial order id). Isolated overlapped memory management to a separate class. Simplified code responsible for retrying reads and writes. (CH-270)

  1. … 16 more files in changeset.
Fixed release version not building properly. Cleaned up unused code. (CH-270)

  1. … 10 more files in changeset.