Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cloned gmock library to be used with libraries statically linked to crt (CH-340).

    • -11
    • +11
    ./googletest/gmock-dynamic-crt.vcxproj
    • -0
    • +0
    ./googletest/gmock-dynamic-crt.vcxproj.filters
    • -344
    • +0
    ./googletest/gmock.vc140.vcxproj
    • -0
    • +0
    ./googletest/gmock-static-crt.vcxproj.filters
    • -17
    • +0
    ./googletest/gmock.vc140.vcxproj.filters
  1. … 11 more files in changeset.
Cloned gmock library to be used with libraries statically linked to crt (CH-340).

    • -11
    • +11
    ./googletest/gmock-dynamic-crt.vcxproj
    • -0
    • +0
    ./googletest/gmock-dynamic-crt.vcxproj.filters
    • -344
    • +0
    ./googletest/gmock.vc140.vcxproj
    • -0
    • +0
    ./googletest/gmock-static-crt.vcxproj.filters
    • -17
    • +0
    ./googletest/gmock.vc140.vcxproj.filters
  1. … 11 more files in changeset.
Changed chext and all dependencies to use statically linked ucrt. The reason is that locally-deployed ucrt needs to be placed in the same directory the executable is in (explorer.exe) or they need to be in PATH environment variable. WinXP does not have ucrt installed, so it would either need installer to install it properly, or add ch installation path to PATH variable. There is no similar workaround for portable version - hence static linking of ucrt to allow chext to work properly with explorer in WinXP. (CH-340)

  1. … 7 more files in changeset.
Changed chext and all dependencies to use statically linked ucrt. The reason is that locally-deployed ucrt needs to be placed in the same directory the executable is in (explorer.exe) or they need to be in PATH environment variable. WinXP does not have ucrt installed, so it would either need installer to install it properly, or add ch installation path to PATH variable. There is no similar workaround for portable version - hence static linking of ucrt to allow chext to work properly with explorer in WinXP. (CH-340)

  1. … 7 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. … 11 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. … 11 more files in changeset.
Enabled c++17 standard for all projects (CH-340) Fixed boost-build32.

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

  1. … 16 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)

    • -0
    • +180
    ./googletest/BUILD.bazel
    • -0
    • +160
    ./googletest/CONTRIBUTING.md
    • -0
    • +28
    ./googletest/LICENSE
    • -0
    • +14
    ./googletest/Makefile.am
    • -0
    • +44
    ./googletest/ci/build-linux-autotools.sh
    • -0
    • +36
    ./googletest/ci/build-linux-bazel.sh
    • -0
    • +41
    ./googletest/ci/env-linux.sh
    • -0
    • +40
    ./googletest/ci/env-osx.sh
    • -0
    • +48
    ./googletest/ci/get-nprocessors.sh
  1. … 379 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)

    • -0
    • +44
    ./googletest/ci/build-linux-autotools.sh
    • -0
    • +36
    ./googletest/ci/build-linux-bazel.sh
  1. … 379 more files in changeset.
Reverted incorrect platform/toolset change.

Updated sqlite to 3.27.1

    • -1155
    • +11975
    ./sqlite3/shell.c
    • -22156
    • +43279
    ./sqlite3/sqlite3.c
Updated sqlite to 3.27.1

    • -1155
    • +11975
    ./sqlite3/shell.c
    • -22156
    • +43279
    ./sqlite3/sqlite3.c
Updated sqlite to 3.16.2 (CH-331)

Updated sqlite library to 3.16 (CH-321)

Updated sqlite library to 3.15.2 (CH-321).

Optimized finalizing file to not require re-opening of the destination file (CH-200)

    • -0
    • +116
    ./FileExtd/Microsoft Win32 FileID APIs 1.1 License Terms.rtf
    • -0
    • +158
    ./FileExtd/inc/fileextd.h
    • binary
    ./FileExtd/lib/amd64/fileextd.lib
    • binary
    ./FileExtd/lib/i386/fileextd.lib
    • binary
    ./FileExtd/lib/ia64/fileextd.lib
  1. … 5 more files in changeset.
Updated sqlite library to 3.15.1 (CH-280)

Enabled Multi Process compilation for all CH projects (CH-283).

  1. … 6 more files in changeset.
Updated sqlite to 3.15.0 (CH-280).

Updated googletest framework to newest version (CH-256)

    • -14198
    • +0
    ./gmock/include/gmock/gmock.h
    • -20061
    • +0
    ./gmock/include/gtest/gtest.h
    • -11443
    • +0
    ./gmock/src/gmock-gtest-all.cc
    • -0
    • +2
    ./googletest/.gitignore
    • -0
    • +46
    ./googletest/.travis.yml
    • -0
    • +16
    ./googletest/CMakeLists.txt
    • -0
    • +142
    ./googletest/README.md
    • -0
    • +2
    ./googletest/Readme.txt
    • -0
    • +71
    ./googletest/appveyor.yml
  1. … 330 more files in changeset.
Updated SQLite to version 3.14.1 (CH-255)

    • -6051
    • +15717
    ./sqlite3/sqlite3.c
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. … 5 more files in changeset.
Updated sqlite to 3.11.1 (CH-226).

    • -5912
    • +32493
    ./sqlite3/sqlite3.c
Adjustment of compiler/linker options (CH-214).

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

  1. … 6 more files in changeset.
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.

Project and source files' updates to allow them to build under VS2014.

  1. … 26 more files in changeset.
Additional fixes for better VS2015 compatibility (CH-175)

  1. … 3 more files in changeset.