1. 10 Feb, 2016 1 commit
    • Allow compilers to override output_path. · 2899300f
      The current logic for compilers to manipulate output paths is pretty simple,
      using `os.path.splitext` and the compiler's `output_extension`. This precludes
      doing fancier things by just implementing one's own compiler class.
      
      This change moves the `output_file` method into the CompilerBase class, so that
      subclasses can override its behavior to suit their own needs.
      David Trowbridge committed
  2. 09 Feb, 2016 2 commits
  3. 08 Jan, 2016 1 commit
  4. 06 Jan, 2016 3 commits
  5. 05 Jan, 2016 1 commit
  6. 03 Jan, 2016 2 commits
  7. 02 Jan, 2016 10 commits
  8. 30 Dec, 2015 5 commits
  9. 29 Dec, 2015 4 commits
  10. 21 Dec, 2015 1 commit
  11. 20 Dec, 2015 4 commits
  12. 18 Dec, 2015 6 commits