libicpf

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bugfix: with null string there was a problem with get_string().

Updated the license headers in source files.

  1. … 24 more files in changeset.
Changed output file names to more templated.

Added support for setting unregistered properties.

Added support for setting NULL strings as property values.

Removed non-unicode configurations from project.

    • -315
    • +0
    ./src/libicpf/libicpf.vc90.vcproj
Fixed some prefast warnings.

Bugfix: unicode log files werent properly saved.

Small processing fixes in cfg_ini backend.

Removed support for unfinished xml configuration backend and disabled dependency on expat.

Added support for enumerating properties.

Added support for libicpf-driven configuration files.

    • -0
    • +379
    ./src/libicpf/cfg_ini.cpp
    • -0
    • +62
    ./src/libicpf/cfg_ini.h
Restored missing pdb generation.

Another reorganization of intermediate build dir.

Fixed intermediate directory for build.

Added correct support for more build configurations (debug/release, x86/x86_64, ansi/unicode).

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

Unicode compatibility improvements.

Bugfix: unicode strings weren't properly stored in file.

Visual C++ 2008 fixes.

Added VS2008 project and solution files.

    • -0
    • +373
    ./src/libicpf-tests/libicpf-tests.vc90.vcproj
    • -0
    • +513
    ./src/libicpf/libicpf.vc90.vcproj
Added support for arrays of values (closes [#291]).

    • -1
    • +17
    ./src/libicpf-tests/config-test.cpp
Added project files for the libicpf-tests project for vs2005.

    • -0
    • +197
    ./src/libicpf-tests/libicpf-tests.vcproj
Updated the test project.

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

    • -0
    • +109
    ./src/libicpf/buffer.h
Bugfix: issues with xml_cfg class.

Updated the output project files' names.

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

    • -0
    • +9
    ./src/libicpf-tests/libicpf-tests.cpp
    • -0
    • +221
    ./src/libicpf-tests/libicpf-tests.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.