1. 27 Feb, 2018 6 commits
  2. 26 Feb, 2018 24 commits
  3. 25 Feb, 2018 4 commits
  4. 24 Feb, 2018 2 commits
  5. 23 Feb, 2018 4 commits
    • DawnStone's avatar
      enable dockerfile build/test with CentOS 7.4 (#517) · 480cf8f3
      DawnStone authored
      * added Dockerfile.ngraph_cpp.centos74_cmake3, run_as_centos_user.sh, and run_as_ubuntu_user.sh to enable build/test with centos74
      
      * added RUN_AS_USER variable as input for contrib/docker/Makefile
      
      * moved dockerfile for centos7 to contrib/docker
      
      * updated Makefile to take OS as a parameter from the command line for contrib/docker make targets
      
      * fixed capability for setting OS variable on the command line for the contrib/docker/Makefile
      
      * setting the NGRAPH_USE_PREBUILT_LLVM only if the gcc version is not 4.8
      
      * setting NGRAPH_USE_PREBUILT_LLVM for all ubuntu builds
      
      * updated contrib/docker/Makefile to enable the OS=centos74 override for make check_gcc
      480cf8f3
    • Matthew Brookhart's avatar
    • Christian Convey's avatar
    • L.S. Cook's avatar
      Leona/alpha docrelease cleanup (#538) · 3e5aa370
      L.S. Cook authored
      * More op doc
      
      * Add working doxygenclass import to reST file
      
      * Cleanup punctuation on wording in tables, no punctuation for fragments, remove autodoc extension since we use breathe
      
      * Support Github rendering of cc-README
      
      * Fix sp for basic accessors and update to show mathcal syntax in rst
      
      * modify earlier change after checking what is supposed to render
      
      * Resolve spacing error on rst syntax
      
      * updates for PR to be even with master
      3e5aa370