1. 14 Feb, 2018 1 commit
  2. 24 Dec, 2017 1 commit
  3. 21 Dec, 2017 1 commit
  4. 15 Dec, 2017 2 commits
  5. 14 Dec, 2017 16 commits
  6. 13 Dec, 2017 1 commit
  7. 12 Dec, 2017 4 commits
  8. 11 Dec, 2017 1 commit
  9. 10 Dec, 2017 2 commits
  10. 09 Dec, 2017 1 commit
  11. 08 Dec, 2017 1 commit
  12. 17 Nov, 2017 1 commit
  13. 22 Aug, 2017 1 commit
  14. 09 Aug, 2017 2 commits
  15. 08 Aug, 2017 1 commit
    • Cedric Roux's avatar
      hotfix: protobuf-c compilation failure · 17b9a9e9
      Cedric Roux authored
      protobuf-c does not compile anymore.
      
      Let's handle this a bit better.
      
      We now install protobuf and protobuf-c only for the
      flexran agent. That is, if you want to use the flexran
      agent, you need to install protobuf/protobuf-c and
      you do it this way:
      
        ./build_oai -I -a
      
      (you add -a)
      
      Other targets don't need protobuf nor protobuf-c, so
      it's not installed by the -I command of build_oai,
      unless you pass -a with -I.
      
      Also, we now use protobuf 3.3.0, not 2.6.1. The code
      has been adapted, a quick test seems to indicate that
      the system works, but it has not been intensively tested.
      17b9a9e9
  16. 04 Aug, 2017 4 commits