1. 20 Jan, 2018 1 commit
    • L.S. Cook's avatar
      Sphinx docs (#377) · 94f9070a
      L.S. Cook authored
      * add base ngraphcpp docs theme
      
      * add base ngraphcpp docs theme and doc contributor README
      
      * Add proper chars for tm and r symbols in main project sidebar
      
      * nevermind that last commit
      
      * added separate sphinx_doc and doxygen_doc targets to the contrib/docker/Makefile to build html docs for PR #377
      
      * explicitly marked non-ascii string as unicode for sphinx conf.py
      94f9070a
  2. 04 Jan, 2018 1 commit
  3. 20 Dec, 2017 1 commit
    • crlishka's avatar
      Support builds of ngraph_dist with both gcc and clang (#306) · 4c52d420
      crlishka authored
      * Initial pass as supporting ngraph_dist builds with both gcc and clang.  Includes deprecated targets to support Jenkins CI with old feature and development branches that may not have these changes.
      
      * Added build_all, check_all, and install_all targets
      
      * Broke build and check steps into separate make sections.  Each step already generated its own log.
      
      * Updated README.md
      
      * Fixed a bug in the docker build context, which was overly general and included the build directories.  This caused a loop where the docker images rebuilt into multi-gigabyte images after testing was run (yikes).  New context is the contrib/docker directory, which is tiny.  No more image rebuilds.
      
      * Rename the docker image to be less generic, so that another tool doesn't accidentally use the same name
      
      * Change compatibility target "make check_cpu" to run "make check_all", so that all builds are done.
      
      * Add a conversion step to change the test-suite names for all unit tests, to include an indicator for what compiler was used for the builds (_gcc vs _clang).
      
      * Unfortunately, modifying the test-suite name with compiler suffix did not show in Jenkins test results.  Now modifying classname instead.
      
      * Switch builds to be RelWithDebInfo, which turns on optimization and includes debug symbols.  Remove verbose output when creating tarball, to reduce log fluff.
      4c52d420
  4. 03 Dec, 2017 1 commit
  5. 07 Nov, 2017 1 commit
  6. 30 Oct, 2017 2 commits
  7. 17 Oct, 2017 1 commit
    • crlishka's avatar
      Update contrib/docker builds with features for ngraph-tensorflow integration builds (#195) · c6ff47d0
      crlishka authored
      * Refactored to run builds as user, not as root.  Added make install.  Added parallel build.  Expanded make clean to remove BUILD directory.  Moved log generation to makefile, so Jenkins job can let make do all of the work.
      
      * Changes/fixes to address code review.  Mainly adding double-quotes around variables and using $(...) expansion where appropriate (and semantically identical to back-quotes).
      
      * Add double-quotes for variable expansion safety.  Write error message in run_as_user.sh to stderr.
      
      * Remove chown_files.sh, made obsolete by running as user inside docker container.  Add set -e and set -u to run_as_user.sh, for further protection.
      c6ff47d0
  8. 06 Oct, 2017 3 commits
  9. 25 Sep, 2017 1 commit
  10. 15 Sep, 2017 2 commits
  11. 23 Aug, 2017 3 commits
  12. 21 Aug, 2017 1 commit
  13. 18 Aug, 2017 1 commit
  14. 17 Aug, 2017 1 commit
  15. 15 Aug, 2017 1 commit
  16. 14 Aug, 2017 2 commits