CopyHandler

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

Added a warning comment for unlock function (about possible crashing of the app).

Better lock/unlock notifications.

Added dependency on macro ENABLE_MUTEX_DEBUGGING.

Updated comments a bit.

Corrected for compatibility with new mutex debug macros.

Removed support for d_mutex in dump context. Too much circular references occured.

Fixed the mutex debugging macros.

Fixed the ifdef macro for MLOCK/MUNLOCK.

Temporary switch to a debug mutex.

Changed initialization of the d_mutex::dumpctx from constructor to a static variable.

Bugfix: lock count was not initialized at construction.