1. 28 Jul, 2016 3 commits
  2. 27 Jul, 2016 3 commits
  3. 26 Jul, 2016 3 commits
    • Jason Sanmiya's avatar
      Fix Mac build. · 30c07f4e
      Jason Sanmiya authored
      The new line in the set(CMAKE_CXX_FLAGS...) line was getting insert
      verbatim into the Makefile. Makefiles don't like new lines in their
      assignment operators.
      
      The newline escape fix works for CMake 3.0 and above, but since
      we support 2.x, we need to use the legacy solution, which is to
      split into two separate statements.
      
      Tested: cmake -G"Unix Makefiles" works now on Mac.
      Change-Id: I6f4655981b85087c4760c3d26ed0c97c4469ba93
      30c07f4e
    • Robert's avatar
      Merge pull request #210 from splhack/add_enumnames_to_go · fc19f746
      Robert authored
      Add EnumNames to Go code
      fc19f746
    • Kazuki Sakamoto's avatar
      Add EnumNames to Go code · 5f351a35
      Kazuki Sakamoto authored
      Tested: on Darwin
      5f351a35
  4. 25 Jul, 2016 4 commits
  5. 22 Jul, 2016 2 commits
  6. 21 Jul, 2016 8 commits
  7. 20 Jul, 2016 8 commits
  8. 19 Jul, 2016 2 commits
  9. 18 Jul, 2016 3 commits
  10. 16 Jul, 2016 1 commit
  11. 15 Jul, 2016 3 commits