"libai/data/data_utils/__init__.py" did not exist on "478602ba59c0bfe7ab9a094b9f1b7b33cfeecba4"
  1. 09 Oct, 2016 1 commit
  2. 06 Sep, 2016 1 commit
  3. 04 Sep, 2016 1 commit
  4. 30 Aug, 2016 1 commit
    • Jason Rhinelander's avatar
      Add line numbers; show and highlight found tabs · d472f0f0
      Jason Rhinelander authored
      This makes the output considerably easier to use: it now highlights (in
      red) matched tabs (instead of just listing the filenames), and adds
      line numbers to both the tabs check and the space-less if check outputs.
      d472f0f0
  5. 29 Aug, 2016 1 commit
    • Jason Rhinelander's avatar
      Fix check-style exit status · 5a3570c4
      Jason Rhinelander authored
      The check-style exit status wasn't being propagated properly because
      the loops were running in a subshell (and so the change the the
      `errors` variable wasn't in the active command shell).  This fixes it
      by running the greps in subshells and the loops in the main shell.
      
      This also avoids the if(/for(/while( style check on
      tests/CMakeLists.txt, since it *does* have if() statements with no space
      that are producing error messages, but that is (acceptable) CMake style.
      5a3570c4
  6. 28 Aug, 2016 2 commits
  7. 27 Aug, 2016 1 commit
  8. 08 Aug, 2016 1 commit
    • Christian Ewald's avatar
      Fixed finding python libraries on windows in venv · b81c500c
      Christian Ewald authored
      When run on windows in a venv, PYTHON_LIBRARY pointet to a non-existant
      location in the virtual environment directory.
      
      This has been fixed by testing if the path exists and, if not, trying
      an alternative path, relative to the PYTHON_INCLUDE_DIR.
      
      If the alternative path doesn't exit as well, an error will be raised.
      b81c500c
  9. 01 Jul, 2016 1 commit
  10. 12 Jun, 2016 1 commit
  11. 22 May, 2016 1 commit
  12. 20 May, 2016 1 commit
  13. 05 May, 2016 1 commit
  14. 01 May, 2016 2 commits
  15. 30 Apr, 2016 2 commits
  16. 29 Apr, 2016 2 commits
  17. 26 Apr, 2016 1 commit
  18. 25 Apr, 2016 1 commit
  19. 19 Apr, 2016 1 commit
  20. 04 Aug, 2015 1 commit
  21. 31 Jul, 2015 1 commit
  22. 23 Jul, 2015 1 commit
  23. 21 Jul, 2015 1 commit