libicpf

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed '/analyze' option from compiler settings (many false positives and too slow for daily builds).

Cleaned up and normalized project settings.

Corrected code formatting.

Fixed problem with project not building itself after last getting rid of release-build warnings.

Changed compiler behavior to treat warnings as errors.

Bugfix: CH won't launch when failed to read task information.

Added support for serializing vectors of mfc strings.

Reoved unmaintained project files.

    • -353
    • +0
    ./src/libicpf/libicpf.vc71.vcproj
    • -798
    • +0
    ./src/libicpf/libicpf.vc80.vcproj
Fixed some warnings.

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.