1. 21 Mar, 2019 4 commits
  2. 20 Mar, 2019 7 commits
  3. 18 Mar, 2019 5 commits
  4. 15 Mar, 2019 2 commits
  5. 14 Mar, 2019 2 commits
  6. 13 Mar, 2019 4 commits
  7. 12 Mar, 2019 7 commits
  8. 11 Mar, 2019 2 commits
    • Thomas Van Lenten's avatar
      Stop enabling more warnings for CXX compiles. · 70dc39ed
      Thomas Van Lenten authored
      For reasons I don't follow, when passing CXXFLAGS to configure, the build
      ends up breaking because something along the way fails to detect C++11
      support within the third_party/googletest part of the build.
      70dc39ed
    • Sydney Acksman's avatar
      Bump target frameworks of C# programs from netcoreapp1.0 to netcoreapp2.1 (#5838) · 15fab910
      Sydney Acksman authored
      * Bump target frameworks from netcoreapp1.0 to netcoreapp2.2.
      Move global.json up to root of repo, change SDK ver to 2.2.100
      Change .net core sdk in dockerfile for kokoro to ver 2.2.100
      
      * Re-add curl install
      
      * Change all exe target to 2.1
      
      * Fix incorrect versions in global.json and Dockerfile
      
      * Downgrade version to 2.1 to match exe targets
      
      * introduce separate testing Dockerfile for C#
      
      * revert changes to the shared Dockerfile
      
      * use netcoreapp2.1 for C# conformance tests
      
      * use language specific dockerfile for testing C#
      
      * Edit compatibility tests script to use parameters instead of file copies
      
      * install dotnet SDK on windows before running the tests
      
      * update csharp_EXTRA_DIST
      15fab910
  9. 08 Mar, 2019 3 commits
  10. 07 Mar, 2019 4 commits
    • Paul Yang's avatar
      Add link to continuous test badges (#5855) · f891a160
      Paul Yang authored
      * Add link to continuous test badges
      
      * Add badge for dist_install
      f891a160
    • Hao Nguyen's avatar
      Create test to verify that the dist artifact can be installed. (#5854) · f85c823c
      Hao Nguyen authored
      * Add a new test for verifying that the dist package can be installed.
      f85c823c
    • Joshua Haberman's avatar
      Cleanups to allow for import by Copybara. (#5826) · e2dd7403
      Joshua Haberman authored
      * Some fixes to make the code work in google3.
      
      * Removed plugin.h.
      
      * Some more fixes to be namespace-independent.
      
      * More fixes for namespace independence.
      
      * A few final fixes.
      
      * Another fix (hide ToUpper from Copybara).
      
      * Fix for charp_unittest.
      e2dd7403
    • GitHubGanesh's avatar
      Update mutex.h · e41e2dde
      GitHubGanesh authored
      This change introduces a CriticalSectionLock class as a lightweight replacement for std::mutex on Windows platforms. std::mutex does not work on Windows XP SP2 with the latest VC++ libraries, because it utilizes the Concurrency Runtime that uses ::GetLogicalProcessorInformation which is only supported on Windows XP SP3 and above.
      e41e2dde