libicpf

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Git migration cleanup - reposition libicpf in the right place. Remove obsolete files (CH-208).

  1. … 106 more files in changeset.
Project and source files' updates to allow them to build under VS2014.

Fixed libicpf project settings for boost (CH-178).

Updated installer and other scripts to support VS2015 (CH-175)

    • -572
    • +0
    ./src/libicpf/libicpf.vc120.vcxproj
    • -14
    • +2
    ./src/libicpf/libicpf.vc140.vcxproj
    • -927
    • +0
    ./src/libicpf/libicpf.vc90.vcproj
Changed boost paths configuration for build (CH-178).

    • -16
    • +8
    ./src/libicpf/libicpf.vc140.vcxproj
Added VS2015 projects, updated code to build with this new compiler (CH-173).

    • -0
    • +565
    ./src/libicpf/libicpf.vc140.vcxproj
    • -0
    • +147
    ./src/libicpf/libicpf.vc140.vcxproj.filters
Updated paths to point to boost 1.58 (CH-162).

    • -16
    • +16
    ./src/libicpf/libicpf.vc120.vcxproj
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).

    • -16
    • +16
    ./src/libicpf/libicpf.vc120.vcxproj
Added support for running unit tests in VS2013 (CH-89).

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

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

    • -13
    • +21
    ./src/libicpf/libicpf.vc120.vcxproj
    • -236
    • +0
    ./src/libicpf/libicpf.vc110.vcxproj
Improved unit testing framework integration (CH-51).

    • -1
    • +411
    ./src/libicpf/libicpf.vc90.vcproj
Adjust build paths to support simultaneous builds in VC9.0 and VC11.0 (CH-39)

Added VS2012 project files.

    • -0
    • +256
    ./src/libicpf-tests/libicpf-tests.vc110.vcxproj
    • -0
    • +32
    ./src/libicpf-tests/libicpf-tests.vc110.vcxproj.filters
    • -0
    • +236
    ./src/libicpf/libicpf.vc110.vcxproj
    • -0
    • +141
    ./src/libicpf/libicpf.vc110.vcxproj.filters
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.

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