CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added unicode configuration, x64 platform support and made it build.

  1. … 37 more files in changeset.
Another reorganization of intermediate build dir.

    • -8
    • +8
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Fixed intermediate directory for build.

    • -8
    • +8
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Added correct support for more build configurations (debug/release, x86/x86_64, ansi/unicode).

    • -28
    • +345
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Bugfix: warning with unused parameters.

Unicode compatibility improvements.

    • -10
    • +23
    /ext/libicpf/src/libicpf/gen_types.h
Bugfix: unicode strings weren't properly stored in file.

Added missing vc9 project files.

    • -0
    • +1532
    /src/ch/ch.vc90.vcproj
    • -0
    • +334
    /src/chext/chext.vc90.vcproj
Bugfix: crash at startup with specific files (closes [#296]).

Fixed assertions on date formatting (closes [#296]).

Visual C++ 2008 fixes.

    • -4
    • +0
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Converted to Visual C++ 2008 (closes [#422]).

  1. … 6 more files in changeset.
Added VS2008 project and solution files.

    • -0
    • +41
    /ext/libicpf/libicpf.vc90.sln
    • -0
    • +513
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Small cleanups in the project:

Added support for arrays of values (closes [#291]).

    • -56
    • +100
    /ext/libicpf/src/libicpf/cfg_xml.cpp
Removed unneeded files for the libicpf project replacement (advances [#407]).

    • -122
    • +0
    /src/libicpf/libicpf.vc71.vcproj
Added project files for the libicpf-tests project for vs2005.

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].