CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated the test project.

    • -0
    • +55
    /ext/libicpf/src/libicpf-tests/config-test.cpp
    • -0
    • +14
    /ext/libicpf/src/libicpf-tests/config-test.h
    • -0
    • +35
    /ext/libicpf/src/libicpf-tests/test-base.cpp
    • -0
    • +19
    /ext/libicpf/src/libicpf-tests/test-base.h
Added preliminary support for saving xml file.

    • -0
    • +109
    /ext/libicpf/src/libicpf/buffer.h
    • -5
    • +62
    /ext/libicpf/src/libicpf/cfg_xml.cpp
    • -0
    • +3
    /ext/libicpf/src/libicpf/libicpf.vc71.vcproj
Bugfix: issues with xml_cfg class.

    • -18
    • +52
    /ext/libicpf/src/libicpf/cfg_xml.cpp
Updated the output project files' names.

    • -12
    • +14
    /ext/libicpf/src/libicpf/libicpf.vc71.vcproj
Added skeleton of the test program (advances [#401]).

    • -0
    • +9
    /ext/libicpf/src/libicpf-tests/libicpf-tests.cpp
    • -4
    • +4
    /ext/libicpf/src/libicpf/libicpf.vc71.vcproj
Project reorganization (to include test program) - advances [#401].

  1. … 64 more files in changeset.
Bugfix: exception class did not have a copy contructor, which caused problem with memory deallocation.

    • -66
    • +78
    /ext/libicpf/src/config_property.cpp
Adjustments to the project files to make them build on other platforms (advances [#318]).

    • -0
    • +798
    /ext/libicpf/libicpf.vc80.vcproj
    • -12
    • +12
    /ext/libicpf/src/config_property.h
Added solution and project for visual studio 8.0 (advances [#318]).

    • -0
    • +28
    /ext/libicpf/libicpf.vc81.sln
    • -89
    • +54
    /ext/libicpf/libicpf.vc81.vcproj
    • -524
    • +0
    /ext/libicpf/libicpf.vc80.vcproj
Adjusted sources to build successfully under mingw (advances [#318]).

    • -124
    • +124
    /ext/libicpf/src/config_property.cpp
Removed some unused files.

    • -1402
    • +0
    /ext/libicpf/src/rijndael-alg-fst.c
    • -47
    • +0
    /ext/libicpf/src/rijndael-alg-fst.h
    • -444
    • +0
    /ext/libicpf/src/rijndael-api-fst.c
    • -119
    • +0
    /ext/libicpf/src/rijndael-api-fst.h
Removed crypto engine.

    • -30
    • +106
    /ext/libicpf/libicpf.vc71.vcproj
Unicode adjustments - advances [#254].

Finished preliminary (untested) support for a new configuration scheme (closes [#291]).

    • -1081
    • +320
    /ext/libicpf/src/cfg.cpp
Improvements in configuration support code (incomplete) - advances [#291].

    • -0
    • +976
    /ext/libicpf/src/config_property.cpp
    • -0
    • +161
    /ext/libicpf/src/config_property.h
Unicode/ansi define for std::string/std::wstring.

Commented out the module class(es) because of their unusability.

    • -1182
    • +1182
    /ext/libicpf/src/module.cpp
Added partial support for base xml configuration class support (without save capability) - advances [#291].

    • -0
    • +335
    /ext/libicpf/src/cfg_xml.cpp
    • -0
    • +57
    /ext/libicpf/src/cfg_xml.h
    • -0
    • +36
    /ext/libicpf/src/config_base.h
Updated the gen_types.h file.

    • -282
    • +315
    /ext/libicpf/src/gen_types.h
Changed the project name to conform to the new project naming (advances [#317]).

Changed the project name to conform to the new project naming (advances [#317]).

    • -0
    • +122
    /src/libicpf/libicpf.vc71.vcproj
Some changes for better unicode support (advances [#254]).

    • -127
    • +127
    /ext/libicpf/src/gen_types.h
Renamed solution/project files to support compiler-based naming (suggestion by Sebastian Schuberth) - advances [#317].

Added Visual Studio 8.0 project and solution files provided by Sebastian Schuberth (advances [#318]).

    • -0
    • +25
    /ext/libicpf/libicpf.vc80.sln
    • -0
    • +524
    /ext/libicpf/libicpf.vc80.vcproj
Adjusted solution/project naming as suggested by Sebastian Schuberth (advances [#318]).

Enabled the possibility to read the destination file being copied (closes [#315]).

Added a preliminary version of packages making script (closes [#308] and [#303]).

    • -0
    • +125
    /scripts/makepkg.bat
Removed the installation of ch.log.

Enclosed build command in double quotes (should fix the command line build problem).

Bugfix: polish help file was targeted to the English help' directory.