Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adjust build paths to support simultaneous builds in VC9.0 and VC11.0 (CH-39)

  1. … 8 more files in changeset.
Adjust build paths to support simultaneous builds in VC9.0 and VC11.0 (CH-39)

    • -4
    • +4
    ./libicpf/src/libicpf/libicpf.vc90.vcproj
Added VS 2012 solution and project files.

    • -0
    • +167
    ./gmock/gmock.vcxproj
    • -0
    • +22
    ./gmock/gmock.vcxproj.filters
  1. … 13 more files in changeset.
Added VS2012 project files.

    • -0
    • +38
    ./libicpf/libicpf.vc110.sln
    • -0
    • +256
    ./libicpf/src/libicpf-tests/libicpf-tests.vc110.vcxproj
    • -0
    • +32
    ./libicpf/src/libicpf-tests/libicpf-tests.vc110.vcxproj.filters
    • -0
    • +236
    ./libicpf/src/libicpf/libicpf.vc110.vcxproj
    • -0
    • +141
    ./libicpf/src/libicpf/libicpf.vc110.vcxproj.filters
Changed configuration names from (Debug|Release)-Unicode to (Debug|Release).

    • -9
    • +9
    ./libicpf/src/libicpf/libicpf.vc90.vcproj
Updated projects to use references instead of manual library input.

    • -0
    • +303
    ./gmock/gmock.vcproj
    • -0
    • +12822
    ./gmock/include/gmock/gmock.h
    • -0
    • +19537
    ./gmock/include/gtest/gtest.h
    • -0
    • +10554
    ./gmock/src/gmock-gtest-all.cc
  1. … 13 more files in changeset.
Fixed memory leaks resulting from missing virtual destructor.

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

    • -4
    • +4
    ./libicpf/src/libicpf/libicpf.vc90.vcproj
Removed '/analyze' option from compiler settings (many false positives and too slow for daily builds).

    • -2
    • +0
    ./libicpf/src/libicpf/libicpf.vc90.vcproj
Cleaned up and normalized project settings.

    • -11
    • +1
    ./libicpf/src/libicpf/libicpf.vc90.vcproj
Corrected code formatting.

    • -4
    • +4
    ./libicpf/src/libicpf/config_property.cpp
Fixed problem with project not building itself after last getting rid of release-build warnings.

Changed compiler behavior to treat warnings as errors.

    • -0
    • +4
    ./libicpf/src/libicpf/libicpf.vc90.vcproj
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
    ./libicpf/src/libicpf/libicpf.vc71.vcproj
    • -798
    • +0
    ./libicpf/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.

    • -127
    • +127
    ./libicpf/src/libicpf/buffer.h
    • -18
    • +18
    ./libicpf/src/libicpf/callback.cpp
    • -18
    • +18
    ./libicpf/src/libicpf/callback.h
    • -39
    • +39
    ./libicpf/src/libicpf/cfg_ini.cpp
    • -18
    • +18
    ./libicpf/src/libicpf/cfg_xml.cpp
    • -18
    • +18
    ./libicpf/src/libicpf/circ_buffer.cpp
    • -18
    • +18
    ./libicpf/src/libicpf/circ_buffer.h
    • -18
    • +18
    ./libicpf/src/libicpf/config_base.h
    • -20
    • +20
    ./libicpf/src/libicpf/config_property.cpp
    • -18
    • +18
    ./libicpf/src/libicpf/config_property.h
  1. … 25 more files in changeset.
Fixed potential deployment problem when build was made on VS2008 + SP1.

    • -4
    • +4
    ./libicpf/src/libicpf/libicpf.vc90.vcproj
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/src/libicpf/interface.h
    • -0
    • +4
    ./libicpf/src/libicpf/libicpf.vc90.vcproj
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.

    • -0
    • +1
    ./libicpf/src/libicpf/libicpf.vc90.vcproj
Added support for reading properties from buffer with data.

Bugfix: with null string there was a problem with get_string().