CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Clearing the 'other' directory - advances [#303].

Moved language files to the ch project dir (advances [#303]).

Disabled chext registration at build time (advances [#303]).

Removed the rest of traces of chsdk (advances [#303]).

Removed ch sdk help files (replaced by a more recent on official site) - advances [#303].

    • -28
    • +0
    /src/ch/help/sdk/generating plugin id.html
  1. … 3 more files in changeset.
Enabled auto-building of help files (advances [#303]).

Further help repositioning (advances [#303]).

Reorganized the help files locations (advances [#303]).

  1. … 231 more files in changeset.
Removed unnecessary files (being autogenerated by ch's build) - advances [#303].

Removed the old thanks file, was hard to maintain in sync (advances [#303]).

Updated the AboutBox (removed some of its functionality) - advances [#303].

Variuos small fixes in the extension files.

Further changes to the fs structure, other cleanups (advances [#303]).

  1. … 18 more files in changeset.
Moved the common sources to the src dir (advances [#303]).

FS reorganization - next phase (advances [#303]).

  1. … 295 more files in changeset.
Next phase of filesystem reorganization (advances [#303]).

  1. … 238 more files in changeset.
Second phase of fs reorganization (advances [#303]).

    • -285
    • +0
    /modules/App Framework/AppHelper.cpp
    • -806
    • +0
    /modules/App Framework/ConfigManager.cpp
    • -186
    • +0
    /modules/App Framework/ConfigManager.h
    • -212
    • +0
    /modules/App Framework/ExceptionEx.h
    • -917
    • +0
    /modules/App Framework/FileEx.cpp
  1. … 33 more files in changeset.
A bit of reorganization of project (advances [#303]).

  1. … 518 more files in changeset.
Removed deprecated VS6 workspace (advances [#303]).

Reverted mutexes to earlier form (not using pointers to the real locking structures).

A small improvement.

Added some new macros and typedefs to support strings configuration/system dependent.

Moved assert to after buffer-allocating instruction.

Removed unused files.

    • -173
    • +0
    /modules/App Framework/crypt.cpp
    • -1400
    • +0
    /modules/App Framework/rijndael-alg-fst.c
    • -47
    • +0
    /modules/App Framework/rijndael-alg-fst.h
    • -442
    • +0
    /modules/App Framework/rijndael-api-fst.c
    • -119
    • +0
    /modules/App Framework/rijndael-api-fst.h
Removed crc32 support since it is already available in icpf library.

Removed unused plugin support.

    • -282
    • +0
    /modules/App Framework/Plugin.cpp
    • -61
    • +0
    /modules/App Framework/PluginContainer.h
    • -49
    • +0
    /modules/App Framework/PluginCore.h
Small fixes.

Moved some functions to .cpp.

Many small fixes detected by pc-lint.

    • -21
    • +42
    /ext/libicpf/src/circ_buffer.cpp
  1. … 13 more files in changeset.
Disabled mutex debugging.