libictranslate

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cosmetic code changes - removed unneeded semicolons (CH-318)

  1. … 12 more files in changeset.
Removed 'using namespace' clauses from header files. Removed macros that defines namespaces. (CH-318)

  1. … 5 more files in changeset.
Fixed various issues reported by resharper. Added move constructors/move assignment operators to various classes. Exceptions cleanups. Removed unused code. Removed copy constructors/copy assignments from various noncopyable classes. (CH-318).

  1. … 117 more files in changeset.
Added override keyword to virtual functions (CH-318)

  1. … 42 more files in changeset.
Removed unnecessary includes. Sorted member initialization in constructors. (CH-318)

  1. … 142 more files in changeset.
Normalized line ending as specified in .gitattributes (CH-312).

    • -600
    • +600
    ./libictranslate.vc140.vcxproj
    • -102
    • +102
    ./libictranslate.vc140.vcxproj.filters
  1. … 261 more files in changeset.
Updated Version info in CH binaries (CH-287).

  1. … 16 more files in changeset.
Enabled Multi Process compilation for all CH projects (CH-283).

  1. … 7 more files in changeset.
Fixed several issues reported by cppcheck (CH-272).

  1. … 4 more files in changeset.
Switched entire code to use nullptr instead of NULL (CH-259).

  1. … 90 more files in changeset.
Fixed several cosmetic code issues. Improved detection of same/different disk detection. Switched shared_ptrs to use std implementation instead of boost one. Cleaned up includes in headers. (CH-259)

  1. … 153 more files in changeset.
Updated googletest framework to newest version (CH-256)

  1. … 344 more files in changeset.
Fixed various issues reported by Coverity Scan (CH-249).

  1. … 12 more files in changeset.
Fixed several issues reported by coverity scan (CH-249).

  1. … 3 more files in changeset.
Fixed unintialized members reported by Coverity Scan (CH-249).

  1. … 4 more files in changeset.
Fixed possible buffer overflow in translation module (CH-249).

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.