CopyHandler

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

Bugfix: MUNLOCK caused lock().

Added debug mutex to the project.

Included windows.h, since it was needed (side-effect of the changes in mutex class).

Added doxygen-like comments.

Uniformized a bit the standard mutex with a debug one.

Preliminary support for the debug mutex (hopefully simplifying the debugging of a deadlocks).

    • -0
    • +73
    /ext/libicpf/src/dmutex.cpp
    • -0
    • +36
    /ext/libicpf/src/dmutex.h