1. 09 Dec, 2015 1 commit
  2. 06 Dec, 2015 1 commit
  3. 05 Dec, 2015 3 commits
  4. 04 Dec, 2015 2 commits
  5. 03 Dec, 2015 3 commits
  6. 02 Dec, 2015 13 commits
  7. 01 Dec, 2015 1 commit
    • Damien Martin-Guillerez's avatar
      Fix headers for gmock.BUILD · cc42db83
      Damien Martin-Guillerez authored
      Bazel 0.1.2 fix strict header checks and sandboxing for C++
      rules. This change add the necessary headers for gmock so
      the headers get shipped in the sandbox.
      cc42db83
  8. 30 Nov, 2015 2 commits
  9. 29 Nov, 2015 1 commit
  10. 25 Nov, 2015 3 commits
  11. 24 Nov, 2015 2 commits
  12. 23 Nov, 2015 5 commits
  13. 22 Nov, 2015 3 commits
    • Jon Skeet's avatar
      Merge pull request #990 from jskeet/naming · 41824d93
      Jon Skeet authored
      Tidying up reflection further
      41824d93
    • Jon Skeet's avatar
      Generated code changes for previous commit (basically… · a2667aaf
      Jon Skeet authored
      Generated code changes for previous commit (basically InternalBuildGeneratedFileFrom => FromGeneratedCode)
      a2667aaf
    • Jon Skeet's avatar
      Tidy up reflection in advance of attempting to implement DynamicMessage. · 72ec3367
      Jon Skeet authored
      There are corner cases where MessageDescriptor.{ClrType,Parser} will return null, and these are now documented. However, normally they *should* be implemented, even for descriptors of for dynamic messages. Ditto FieldDescriptor.Accessor.
      We'll still need a fair amount of work to implement dynamic messages, but this change means that the public API will be remain intact.
      
      Additionally, this change starts making use of C# 6 features in the files that it touches. This is far from exhaustive, and later PRs will have more.
      
      Generated code changes coming in the next commit.
      72ec3367