common

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed several issues reported by ReSharper (CH-318).

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

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

  1. … 143 more files in changeset.
Version bump.

Optimized finalizing file to not require re-opening of the destination file (CH-200)

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

  1. … 263 more files in changeset.
Fixed problem with error message formatting for error messages containing placeholders (CH-292).

  1. … 1 more file in changeset.
Improvements in shell extension registration process (CH-286). Updated Polish translation.

    • -0
    • +31
    ./ERegistrationResult.h
  1. … 14 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).

    • -0
    • +31
    ./TShellExtIpcConfigDataConsumer.cpp
    • -0
    • +30
    ./TShellExtIpcConfigDataConsumer.h
    • -0
    • +26
    ./TShellExtIpcConfigDataProvider.cpp
    • -0
    • +33
    ./TShellExtIpcConfigDataProvider.h
  1. … 24 more files in changeset.
Simplified shell extension menu management as a preparation to move its configuration to shared memory (CH-284)

  1. … 27 more files in changeset.
Various code cleanups (CH-273)

  1. … 3 more files in changeset.
Various code cleanups (CH-273)

  1. … 35 more files in changeset.
Version bump for 1.43.

Version bump to 1.42.

Isolated the logger functionalities to the separate static library (CH-206)

  1. … 52 more files in changeset.
Changed the EOL chars in the log messages to \r\n for easier reading in notepad. Fixed unit tests failing.

  1. … 1 more file in changeset.
Connected log settings with loggers (CH-206).

  1. … 5 more files in changeset.
Added log options to settings (not connected to loggers yet) (CH-206).

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

    • -0
    • +80
    ./TLogSinkCollection.cpp
    • -0
    • +45
    ./TLogSinkCollection.h
    • -0
    • +38
    ./TLoggerFactory.cpp
  1. … 40 more files in changeset.
Partial implementation of customized multi-file backend for boost log (CH-206).

    • -0
    • +34
    ./TMultiFileBackend.cpp
    • -0
    • +42
    ./TMultiFileBackend.h
  1. … 7 more files in changeset.
Added basic support for asynchronous logging in CH and libchcore (based on boost log) (CH-206)

    • -0
    • +117
    ./TLoggerInitializer.cpp
  1. … 38 more files in changeset.
Switched entire code to use nullptr instead of NULL (CH-259).

  1. … 98 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. … 156 more files in changeset.
Version bump (1.41).

Fixed half-empty explorer context menu when using owner-drawn items (CH-244).

  1. … 3 more files in changeset.
Fixed version template to include secure and non-secure addresses (CH-241).

Update checker fixed for Windows XP (CH-241).

  1. … 8 more files in changeset.
Reduced number of errors and warnings reported by cppcheck (CH-216).

  1. … 78 more files in changeset.
Added scripts handling jenkins tasks (CH-213) Updated version template.

  1. … 7 more files in changeset.
Fixed version.h to not include macros that fails to build with inno setup compiler (CH-213). Fixed small encoding problem with name inside setup scripts.

  1. … 2 more files in changeset.