aboutsummaryrefslogtreecommitdiff
path: root/stage1/ClassPath.scala
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of Build default imports to reduce noise in build files. This also ↵Christopher Vogt2016-06-151-3/+1
| | | | changes builds from using immutable.Seq to using Predef.Seq in favor of simplicity over purity. This has been discussed on gitter.
* Fixed small bug in ClassPathStacy Curl2016-05-311-1/+1
|
* Refactored ClassLoaderCache to use key locked cache to pave the way for ↵Christopher Vogt2016-03-191-1/+1
| | | | caching classloaders hierarchically without deadlocks
* cleanup: whitespace changes, separated more things into their own files, use ↵Christopher Vogt2016-03-071-0/+30
++ for strings everywhere. Added ++ method to File and URL and use it in many places