1. 05 Sep, 2014 4 commits
    • Robert Edmonds's avatar
      .travis.yml: run 'ldconfig' after installing protobuf · 11326ce7
      Robert Edmonds authored
      This should fix the following build failure.
      
          ./protoc-c/protoc-c: error while loading shared libraries: libprotobuf.so.8: cannot open shared object file: No such file or directory
          make: *** [t/test.pb-c.c] Error 127
      11326ce7
    • Robert Edmonds's avatar
    • Robert Edmonds's avatar
      .travis.yml: fix 'language' declaration · 61e5bee0
      Robert Edmonds authored
      It turns out that in YAML,
      
          language: c
          language: cpp
      
      Actually means:
      
          language: cpp
      
      I'm not sure if travis-ci actually supports providing a list of values
      for the 'language' parameter, but let's try it anyway.
      61e5bee0
    • Robert S. Edmonds's avatar
      .travis.yml: install protobuf 2.5.0 from source · 1ccc5d42
      Robert S. Edmonds authored
      The travis-ci environment is based on Ubuntu 12.04 LTS, which has an
      older protobuf version (2.4.1). We need to depend on features that are
      only available in 2.5.0 (and, later, 2.6.0), so instead of satisfying
      the protobuf build dependencies from the Ubuntu repository, download and
      install our own copy of protobuf.
      
      The travis-ci build from this commit should succeed, since we are
      compatible with protobuf 2.5.0.
      
      Based on a patch from Ilya Lipnitskiy.
      1ccc5d42
  2. 03 Sep, 2014 1 commit
  3. 05 Aug, 2014 3 commits
  4. 22 Jul, 2014 3 commits
  5. 15 Jul, 2014 1 commit
  6. 30 Jun, 2014 1 commit
  7. 27 Jun, 2014 4 commits
  8. 19 Jun, 2014 2 commits
  9. 09 Jun, 2014 5 commits
  10. 07 Jun, 2014 3 commits
  11. 06 Jun, 2014 4 commits
  12. 04 Jun, 2014 5 commits
  13. 03 Jun, 2014 4 commits