TPath.h

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Isolated the logger functionalities to the separate static library (CH-206)

  1. … 66 more files in changeset.
Added possibility to copy entire drive (CH-247)

  1. … 8 more files in changeset.
Bugfix: wrong handling of paths longer than 260 chars (CH-194)

  1. … 2 more files in changeset.
Got rid of BEGIN/END_CHCORE_NAMESPACE macros (CH-183).

  1. … 208 more files in changeset.
Added the remaining functionalities of the fake filesystem (still untested) (CH-180).

  1. … 25 more files in changeset.
Optimized serialization stack to avoid blocking gui thread for a long time (CH-103).

  1. … 17 more files in changeset.
Added serialization of task configuration (CH-74). Still buggy.

  1. … 22 more files in changeset.
Introduced serialization of base paths data (CH-72).

  1. … 23 more files in changeset.
Added serialization and deserialization of the base (input) paths (CH-72).

  1. … 31 more files in changeset.
General improvements in the task manager serialization (CH-79)

  1. … 16 more files in changeset.
Added basic unit-tests covering TSmartPath class (CH-60)

  1. … 4 more files in changeset.
Replaced buffer type detection algorithm with the one that should work reliably on any system.

  1. … 12 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.
Increased usage of TSmartPath and TString.

  1. … 9 more files in changeset.
Added new string class (TString) along with exportable containers for them, that will help solving problem of non-exportable std::wstring (and lack of CString at some places in code).

  1. … 54 more files in changeset.
Changed the way shell extension communicates with CH from binary protocol to XML (advances [#2544046]).

  1. … 23 more files in changeset.
Removed support for '\?' prefixes in paths in TSmartPath.

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

  1. … 10 more files in changeset.
Moved TConfig class to libchcore library.

  1. … 26 more files in changeset.
Bugfix: problem with serializing smart path with null path object inside.

Bugfix: crash whan saving TPath object to file.

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

  1. … 6 more files in changeset.
Added some path splitting methods (untested).

  1. … 1 more file 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.
Added container for paths (unused at the moment).

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

  1. … 5 more files in changeset.