Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated output directory for binaries (CH-136)

Changed build target to v120_xp (CH-135)

Updated paths to boost libraries to reference boost 1.57 (CH-132).

Added support for running unit tests in VS2013 (CH-89).

    • -0
    • +6
    ./libicpf/libicpf.vc120.vcxproj.filters
Updated boost paths to 1.56 (currently unreleased) (CH-88).

Upgraded VS2012 projects and solution to VS2013 (CH-88).

    • -10
    • +10
    ./libicpf-tests/libicpf-tests.vc120.vcxproj
    • -256
    • +0
    ./libicpf-tests/libicpf-tests.vc110.vcxproj
    • -0
    • +0
    ./libicpf-tests/libicpf-tests.vc120.vcxproj.filters
    • -32
    • +0
    ./libicpf-tests/libicpf-tests.vc110.vcxproj.filters
    • -0
    • +0
    ./libicpf/libicpf.vc120.vcxproj.filters
    • -141
    • +0
    ./libicpf/libicpf.vc110.vcxproj.filters
  1. … 2 more files in changeset.
Improved unit testing framework integration (CH-51).

Adjust build paths to support simultaneous builds in VC9.0 and VC11.0 (CH-39)

Added VS2012 project files.

    • -0
    • +256
    ./libicpf-tests/libicpf-tests.vc110.vcxproj
    • -0
    • +32
    ./libicpf-tests/libicpf-tests.vc110.vcxproj.filters
    • -245
    • +0
    ./libicpf-tests/libicpf-tests.vc71.vcproj
    • -370
    • +25
    ./libicpf-tests/libicpf-tests.vc90.vcproj
    • -0
    • +236
    ./libicpf/libicpf.vc110.vcxproj
    • -0
    • +141
    ./libicpf/libicpf.vc110.vcxproj.filters
  1. … 4 more files in changeset.
Changed configuration names from (Debug|Release)-Unicode to (Debug|Release).

Fixed memory leaks resulting from missing virtual destructor.

Added std::exception derivation to icpf::exception for easier exception handling.

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.

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.

  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
    ./libicpf/interface.h
Changed the definition of uint_t and int_t to match the system ones.

Made config destructor virtual.

Improved serialization support.