1. Feb 25, 2018
  2. Feb 24, 2018
  3. Feb 23, 2018
  4. Feb 21, 2018
  5. Feb 16, 2018
  6. Feb 14, 2018
  7. Feb 09, 2018
  8. Feb 03, 2018
  9. Jan 31, 2018
  10. Jan 29, 2018
  11. Jan 28, 2018
  12. Jan 25, 2018
    • Richard Xia's avatar
      Remove unused BuildInfo.BuildTime. (#766) · 639617ea
      Richard Xia authored
      BuildInfo.BuildTime appears to cause sbt to always recompile BuildInfo to get
      the latest time, which causes a recompile on any package that depends on
      chisel3. This is quite painful for doing development on any Chisel projects.
      BuildTime doesn't actually appear to be in use, and removing it fixes the
      unnecessary recompilation issue.
      639617ea