summaryrefslogtreecommitdiff
path: root/scalalib/src/GenIdeaImpl.scala
Commit message (Collapse)AuthorAgeFilesLines
* Added compiler-classpath properties to generated IntelliJ xml files (#531)andres-pipicello-olx2019-01-311-11/+51
|
* Fixed GenIdea library path to use file:// if it is not a jar file (otherwise ↵Robby2019-01-141-1/+1
| | | | dest/classes and resources dirs are not properly recognized).
* Avoid unnecessary dependency downloading by providing fetches per cache ↵gehnaphore2018-12-201-2/+6
| | | | | | | | | | | | policy (#494) * Avoid unnecessary dependency downloading by providing fetches per cache policy; add ticker logging when they are downloading * Fix GenIdeaTests by making the Log context Option[]al * Add some comments * Rebase and resolve
* Generalize Zinc Worker (#514)Li Haoyi2018-12-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | * Generalize Zinc worker - Compiler bridges can now be either pre-compiled or on-demand-compiled - Scala library/compiler jar discovery is now configurable - Zinc compiler cache is now configurable, rather than being hardcoded at n=1 * . * update constructor args * remove duplicate util/AggWrapper.scala file * fix * fix * fix * cleanup
* fix GenIdea to create required folders (#510)dohrayme2018-12-141-1/+1
|
* collapse boilerplate folder structure within src/ folders (#505)Li Haoyi2018-12-121-0/+474
* collapse boilerplate folder structure within src/ folders * .