libchcore

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Made wait time longer to potentially solve unit test failing on jenkins (CH-340).

    • -1
    • +1
    ./Tests/TestsTWorkerThreadController.cpp
Made wait time longer to potentially solve unit test failing on jenkins (CH-340).

    • -1
    • +1
    ./Tests/TestsTWorkerThreadController.cpp
Fixed various unit test warnings of 'signed/unsigned mismatch' type (CH-340)

  1. … 15 more files in changeset.
Fixed various unit test warnings of 'signed/unsigned mismatch' type (CH-340)

  1. … 15 more files in changeset.
Disabled /IA:32 switch for all projects and boost build script - boost 1.69 does not build with SSE disabled (CH-340).

  1. … 12 more files in changeset.
Disabled /IA:32 switch for all projects and boost build script - boost 1.69 does not build with SSE disabled (CH-340).

  1. … 12 more files in changeset.
Enabled c++17 standard for all projects (CH-340) Fixed boost-build32.

  1. … 17 more files in changeset.
Enabled c++17 standard for all projects (CH-340) Fixed boost-build32.

  1. … 17 more files in changeset.
Changed googletest/googlemock to new version supporting VS2017. Changed main projects settings to target v141_xp. Updated source code to handle the new framework. (CH-340)

  1. … 393 more files in changeset.
Changed googletest/googlemock to new version supporting VS2017. Changed main projects settings to target v141_xp. Updated source code to handle the new framework. (CH-340)

  1. … 393 more files in changeset.
Additional unit tests and cleanups (CH-326)

  1. … 30 more files in changeset.
Added more unit tests (CH-326)

    • -0
    • +219
    ./Tests/TestsTSharedMemory.cpp
    • -0
    • +15
    ./Tests/TestsTTimestampProviderTickCount.cpp
    • -0
    • +55
    ./Tests/TestsTWorkerThreadController.cpp
Excluded unit tests from normal builds (CH-326)

Additional unit tests (CH-326)

    • -0
    • +36
    ./Tests/TestsMathFunctions.cpp
    • -0
    • +14
    ./Tests/TestsTFileTime.cpp
    • -0
    • +55
    ./Tests/TestsTIpcMutex.cpp
    • -0
    • +35
    ./Tests/TestsTIpcMutexLock.cpp
Fixed several cppcheck-reported issues. Fixed jenkins coverage scripts. (CH-326)

  1. … 5 more files in changeset.
Fixed unit tests building in non-testing configurations (CH-326)

Added unit tests to various engine classes (CH-326) Refactoring of exported collections (CH-327)

    • -0
    • +245
    ./Tests/TestsTPathContainer.cpp
  1. … 21 more files in changeset.
Fixed several code issues reported by ReSharper (CH-318)

  1. … 39 more files in changeset.
Fixed several issues reported by ReSharper (CH-318).

  1. … 33 more files in changeset.
Split libchcore to several libraries (libstring, libserializer, libchengine) (CH-319)

    • -856
    • +25
    ./libchcore.vc140.vcxproj.filters
  1. … 579 more files in changeset.
Removed unnecessary instructions (CH-318).

  1. … 2 more files in changeset.
Cosmetic code changes - removed unneeded semicolons (CH-318)

  1. … 14 more files in changeset.
Build fix (CH-114)

Introduced engine-wide logging (with task manager serialization included). Moved serialization logging from debug tracing to a normal log file. (CH-114)

    • -11
    • +11
    ./TSQLiteSerializerContainer.cpp
  1. … 17 more files in changeset.
Added configuration settings for read ahead and concurrent reads/writes (CH-317)

  1. … 6 more files in changeset.
Removed unit tests for non-existent class (CH-318).

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. … 106 more files in changeset.
Removed unnecessary virtual specifiers on methods (CH-318).

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

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

  1. … 129 more files in changeset.