aboutsummaryrefslogtreecommitdiff
path: root/stage1/MultiClassLoader.scala
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in resource loading of MultiClassLoaderChristopher Vogt2016-11-071-1/+1
* Add support for resources (still limited by CBT's classloader visibility)Christopher Vogt2016-11-031-0/+14
* Get rid of Build default imports to reduce noise in build files. This also ch...Christopher Vogt2016-06-151-1/+0
* Reproducible builds, composing different CBT version and various improvementsChristopher Vogt2016-04-281-1/+1
* minor improvements to docs, imports, visibilitiesChristopher Vogt2016-04-281-1/+0
* for better performance do not generate exceptions during class loading for co...Christopher Vogt2016-04-281-3/+2
* Classloaders aren't referentially transparent, so we should not compare them ...Christopher Vogt2016-04-021-0/+1
* better toString for Java URLClassLoader. Minor enhancementsChristopher Vogt2016-03-201-1/+1
* replace two level classloader with hierarchyChristopher Vogt2016-03-191-15/+11
* minor enhancements to classloadingChristopher Vogt2016-03-191-1/+11
* Split ClassLoader classes into separate files and a few fixesChristopher Vogt2016-03-111-0/+24