libicpf

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added methods for checking initialization state and changing parameters on the fly.

Bugfix: wrong handling of default config parameters when it was undefined in .ini file.

Changed default line endings for source files to a consistent state with svn properties.

    • -20
    • +20
    ./src/libicpf/config_property.cpp
  1. … 25 more files in changeset.
Fixed potential deployment problem when build was made on VS2008 + SP1.

Added another set of methods to log file to support logging with variable argument list. Current methods that supported variable argument lists were changed to log unformatted strings.

Added base 'interface' to be derived from.

    • -0
    • +34
    ./src/libicpf/interface.h
Changed the definition of uint_t and int_t to match the system ones.

Made config destructor virtual.

Improved serialization support.

Changed the alternative file class name.

Enabled /analyze option for debug builds.

Added support for reading properties from buffer with data.

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.