Skip to content
Snippets Groups Projects
  1. Jun 17, 2015
  2. Jun 02, 2015
  3. May 29, 2015
  4. May 22, 2015
  5. May 21, 2015
  6. May 15, 2015
  7. May 10, 2015
  8. May 02, 2015
  9. Apr 30, 2015
  10. Apr 29, 2015
  11. Apr 28, 2015
  12. Apr 27, 2015
  13. Apr 25, 2015
  14. Apr 24, 2015
  15. Apr 23, 2015
  16. Apr 21, 2015
  17. Apr 16, 2015
  18. Apr 13, 2015
  19. Apr 10, 2015
  20. Apr 09, 2015
  21. Apr 08, 2015
    • Masood Malekghassemi's avatar
      Enable dylib installation on MacOS · d1be74ff
      Masood Malekghassemi authored
      Enables the installation of dylibs to the MacOS prefix, and ensures that the
      install name of the dylibs are just their file names rather than their relative
      paths from project root when built.
      d1be74ff
  22. Apr 04, 2015
  23. Apr 02, 2015
  24. Mar 19, 2015
  25. Mar 17, 2015
    • Nicolas "Pixel" Noble's avatar
      Implements #276 · 051a28ff
      Nicolas "Pixel" Noble authored
      Adds a Makefile target called 'test_python' that first builds grpc, then call run_tests.py to run the python tests for the current configuration.
      051a28ff
  26. Mar 16, 2015
    • Nicolas Noble's avatar
      FreeBSD preliminary work. · f3585730
      Nicolas Noble authored
      -) You can't assume bash is installed. Scripts needs to be cleaned out of bashisms.
      -) You can't assume python is in /usr/bin. Use env instead.
      -) AF_INET is in sys/socket.h
      -) Added port_platform's basic structure for FreeBSD, based off Darwin.
      -) FreeBSD doesn't have and doesn't need libdl for OpenSSL.
      f3585730
    • Nicolas "Pixel" Noble's avatar
      Using cc and c++ instead of gcc and g++. · 7c1c7e8e
      Nicolas "Pixel" Noble authored
      Not all systems are equal, and have gcc. However, cc and c++ are more common aliases for the system's compiler.
      FreeBSD is an example.
      7c1c7e8e
  27. Mar 11, 2015
  28. Mar 06, 2015
Loading