libchcore

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed invalid regex error code from invalid data to individual code.

Fixed potential problem with exception handling not cloning memory properly. Added logging of regex problem when filtering files.

  1. … 1 more file in changeset.
Adjusted regex matching to take locale under consideration.

Changed the separator used for filters (vertical line was replaced with semicolon). Adjusted filtering settings dialog to include helper menu buttons with basic explanation of filter possibilities.

  1. … 4 more files in changeset.
Added possibility of filtering files with full-path glob and filename/full-path regex (CH-367).

    • -21
    • +21
    ./Tests/TestsTStringPatternArray.cpp
Changed file filtering to use path objects instead of plain strings.

  1. … 4 more files in changeset.
Moved pattern matching to chcore library.

    • -0
    • +55
    ./TStringPatternArray.h
  1. … 13 more files in changeset.
Got rid of boost bind related warnings.

  1. … 5 more files in changeset.
Added preliminary feedback rules handler. Small refactoring of filters handling.

  1. … 18 more files in changeset.
Changed redist paths in the installer and portable script to include VS2019 binaries and proper MFC/UCRT from Win10 toolset. Changed Windows 10 sdk to specific version instead of newest to ensure compatibility with the binaries added by installer and portable script. (CH-350)

  1. … 14 more files in changeset.
Fixed unit tests issues with strict strings (CH-350)

  1. … 1 more file in changeset.
Normalized optimization options between projects (CH-350)

  1. … 10 more files in changeset.
Adjusted compiler options and boost paths (CH-350)

  1. … 13 more files in changeset.
Upgraded Visual Studio to 2019 (CH-350) Removed xp intermediate filesystem layer (CH-352)

  1. … 33 more files in changeset.
Fixed warnings.

  1. … 6 more files in changeset.
Fixed coverity scan-reported issues.

  1. … 7 more files in changeset.
Enabled enforcing type conversion rules (CH-338).

  1. … 12 more files in changeset.
Enabled enforcing type conversion rules (CH-338).

  1. … 12 more files in changeset.
Cloned gmock library to be used with libraries statically linked to crt (CH-340).

  1. … 17 more files in changeset.
Cloned gmock library to be used with libraries statically linked to crt (CH-340).

  1. … 17 more files in changeset.
Changed chext and all dependencies to use statically linked ucrt. The reason is that locally-deployed ucrt needs to be placed in the same directory the executable is in (explorer.exe) or they need to be in PATH environment variable. WinXP does not have ucrt installed, so it would either need installer to install it properly, or add ch installation path to PATH variable. There is no similar workaround for portable version - hence static linking of ucrt to allow chext to work properly with explorer in WinXP. (CH-340)

  1. … 8 more files in changeset.
Changed chext and all dependencies to use statically linked ucrt. The reason is that locally-deployed ucrt needs to be placed in the same directory the executable is in (explorer.exe) or they need to be in PATH environment variable. WinXP does not have ucrt installed, so it would either need installer to install it properly, or add ch installation path to PATH variable. There is no similar workaround for portable version - hence static linking of ucrt to allow chext to work properly with explorer in WinXP. (CH-340)

  1. … 8 more files in changeset.
Made wait time longer to potentially solve unit test failing on jenkins (CH-340).

    • -1
    • +1
    ./Tests/TestsTWorkerThreadController.cpp
Made wait time longer to potentially solve unit test failing on jenkins (CH-340).

    • -1
    • +1
    ./Tests/TestsTWorkerThreadController.cpp
Fixed various unit test warnings of 'signed/unsigned mismatch' type (CH-340)

  1. … 15 more files in changeset.
Fixed various unit test warnings of 'signed/unsigned mismatch' type (CH-340)

  1. … 15 more files in changeset.
Disabled /IA:32 switch for all projects and boost build script - boost 1.69 does not build with SSE disabled (CH-340).

  1. … 12 more files in changeset.
Disabled /IA:32 switch for all projects and boost build script - boost 1.69 does not build with SSE disabled (CH-340).

  1. … 12 more files in changeset.
Enabled c++17 standard for all projects (CH-340) Fixed boost-build32.

  1. … 17 more files in changeset.
Enabled c++17 standard for all projects (CH-340) Fixed boost-build32.

  1. … 17 more files in changeset.