libchcore.vc140.vcxproj

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Separated buffer management from overlapped queue management (CH-270)

  1. … 13 more files in changeset.
Added lots of logging to filesystem handling functions (CH-206)

  1. … 15 more files in changeset.
Isolated the logger functionalities to the separate static library (CH-206)

  1. … 66 more files in changeset.
Added preliminary (very incomplete) multi-file log backend with rotation support (CH-206)

  1. … 54 more files in changeset.
Partial implementation of customized multi-file backend for boost log (CH-206).

  1. … 9 more files in changeset.
Added basic support for asynchronous logging in CH and libchcore (based on boost log) (CH-206)

  1. … 41 more files in changeset.
Added the possibility to specify own copy-of names for files as an alternative to the ones defined in translation files (CH-182). Changed default copy-of names in english and polish translations so that always start with %name instead of word "Copy".

  1. … 30 more files in changeset.
Fixed several cosmetic code issues. Improved detection of same/different disk detection. Switched shared_ptrs to use std implementation instead of boost one. Cleaned up includes in headers. (CH-259)

  1. … 157 more files in changeset.
Updated googletest framework to newest version (CH-256)

  1. … 344 more files in changeset.