libictranslate

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed issues with several uninitialized members (CH-249).

  1. … 1 more file in changeset.
Disabled enhanced instruction set (SSE/SSE2) from x86_32 build to (possibly) allow CH to run on older hardware (Athlon, Athlon XP) (CH-239).

  1. … 6 more files in changeset.
Removed several unused functions (CH-216)

  1. … 5 more files in changeset.
Corrected several warnings reported by cppcheck (CH-216).

  1. … 19 more files in changeset.
Removed library libicpf, moved config support to libictranslate, log_file to libchcore (CH-217).

    • -0
    • +30
    ./libictranslate.vc140.vcxproj.filters
  1. … 143 more files in changeset.
Fixed additional warnings reported by cppcheck (CH-216).

  1. … 9 more files in changeset.
Fixed additional warnings reported by cppcheck (CH-216) Disabled cstyleCast from being reported by cppcheck.

  1. … 22 more files in changeset.
Reduced number of errors and warnings reported by cppcheck (CH-216).

  1. … 75 more files in changeset.
Adjustment of compiler/linker options (CH-214).

  1. … 7 more files in changeset.
Disabled /SAFESEH, set debug information format to edit and continue (CH-214).

  1. … 7 more files in changeset.
Added support for building unit-tests configurations from msbuild, added support for writing xml files with test results (CH-214)

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

  1. … 1 more file in changeset.
Updated installer and other scripts to support VS2015 (CH-175)

    • -73
    • +0
    ./libictranslate.vc120.vcxproj.filters
  1. … 7 more files in changeset.
Changed boost paths configuration for build (CH-178).

  1. … 1 more file in changeset.
Added VS2015 projects, updated code to build with this new compiler (CH-173).

    • -0
    • +638
    ./libictranslate.vc140.vcxproj
    • -0
    • +73
    ./libictranslate.vc140.vcxproj.filters
Updated paths to point to boost 1.58 (CH-162).

  1. … 1 more file in changeset.
Updated output directory for binaries (CH-136)

  1. … 1 more file in changeset.
Changed build target to v120_xp (CH-135)

  1. … 1 more file in changeset.
Updated paths to boost libraries to reference boost 1.57 (CH-132).

  1. … 1 more file in changeset.
Added support for running unit tests in VS2013 (CH-89).

    • -0
    • +6
    ./libictranslate.vc120.vcxproj.filters
  1. … 2 more files in changeset.
Changed boost paths to use 1.56 version of boost (unreleased yet) (CH-88).

  1. … 2 more files in changeset.
Updated project file to VS2013 (CH-88).

    • -0
    • +0
    ./libictranslate.vc120.vcxproj.filters
    • -67
    • +0
    ./libictranslate.vc110.vcxproj.filters
  1. … 12 more files in changeset.
Improved unit testing framework integration (CH-51).

  1. … 3 more files in changeset.
Dialogs sizing incorrect (CH-44)

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

  1. … 4 more files in changeset.
Added VS2012 solution and projects.

    • -0
    • +271
    ./libictranslate.vc110.vcxproj
    • -0
    • +67
    ./libictranslate.vc110.vcxproj.filters
  1. … 6 more files in changeset.
Changed configuration names from (Debug|Release)-Unicode to (Debug|Release).

Removed '/analyze' option from compiler settings (many false positives and too slow for daily builds).

Cleaned up and normalized settings in projects.

Got rid of a warning from a static analysis tool.