1. 21 Mar, 2019 3 commits
    • Daniel Kurka's avatar
      Remove unused import in message.js. · 38679c6a
      Daniel Kurka authored
      38679c6a
    • Mickaël Schoentgen's avatar
    • Adam Cozzette's avatar
      Fix Windows builds with future Bazel changes · a0a8c6cd
      Adam Cozzette authored
      The bazel-bin/ and bazel-genfiles/ directories are going to be merged
      soon. That change was causing some test failures on Windows, and I
      believe it is because the logic for locating test data files was getting
      confused and mistakenly looking for them under bazel-bin/. This commit
      updates that logic to look for a more specific file (descriptor.cc)
      which does not appear under any Bazel-related directories.
      
      It sounds like the more official solution is to use the Bazel runfiles
      library (i.e. //tools/cpp/runfiles). However, I decided not to do that
      because we currently still support multiple build systems, and if we
      used a separate solution for Bazel then I suspect we would need even
      more #ifdefs in the code to handle the different systems.
      a0a8c6cd
  2. 20 Mar, 2019 1 commit
  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 5 commits
  11. 06 Mar, 2019 6 commits